Merge pull request #326 from bellingcat/dependabot/npm_and_yarn/scripts/settings/actions-27795ad889

Bump @types/react from 19.1.7 to 19.1.8 in /scripts/settings in the actions group across 1 directory
pull/328/head
Miguel Sozinho Ramalho 2025-06-18 00:12:51 +01:00 zatwierdzone przez GitHub
commit 0db77c7e68
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 10 dodań i 10 usunięć

Wyświetl plik

@ -10,10 +10,10 @@
"dependencies": { "dependencies": {
"@dnd-kit/core": "^6.3.1", "@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0", "@dnd-kit/sortable": "^10.0.0",
"@emotion/react": "latest", "@emotion/react": "*",
"@emotion/styled": "latest", "@emotion/styled": "*",
"@mui/icons-material": "^7.1.1", "@mui/icons-material": "^7.1.1",
"@mui/material": "latest", "@mui/material": "*",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "19.1.0", "react-dom": "19.1.0",
"react-markdown": "^10.0.0", "react-markdown": "^10.0.0",
@ -21,10 +21,10 @@
}, },
"devDependencies": { "devDependencies": {
"@types/react": "latest", "@types/react": "latest",
"@types/react-dom": "latest", "@types/react-dom": "*",
"@vitejs/plugin-react": "latest", "@vitejs/plugin-react": "*",
"typescript": "latest", "typescript": "*",
"vite": "latest", "vite": "*",
"vite-plugin-singlefile": "^2.1.0" "vite-plugin-singlefile": "^2.1.0"
} }
}, },
@ -1629,9 +1629,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/react": { "node_modules/@types/react": {
"version": "19.1.7", "version": "19.1.8",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.7.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.8.tgz",
"integrity": "sha512-BnsPLV43ddr05N71gaGzyZ5hzkCmGwhMvYc8zmvI8Ci1bRkkDSzDDVfAXfN2tk748OwI7ediiPX6PfT9p0QGVg==", "integrity": "sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"csstype": "^3.0.2" "csstype": "^3.0.2"