Update dependency @types/react to ^19.1.8
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-12 00:22:31 +00:00
parent 6cb4bcf4d4
commit c9af4e4fc9
2 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@
},
"devDependencies": {
"@eslint/js": "^9.28.0",
"@types/react": "^19.1.7",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.26.0",
@ -2274,9 +2274,9 @@
"license": "MIT"
},
"node_modules/@types/react": {
"version": "19.1.7",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.7.tgz",
"integrity": "sha512-BnsPLV43ddr05N71gaGzyZ5hzkCmGwhMvYc8zmvI8Ci1bRkkDSzDDVfAXfN2tk748OwI7ediiPX6PfT9p0QGVg==",
"version": "19.1.8",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.8.tgz",
"integrity": "sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==",
"license": "MIT",
"dependencies": {
"csstype": "^3.0.2"

View File

@ -33,7 +33,7 @@
},
"devDependencies": {
"@eslint/js": "^9.28.0",
"@types/react": "^19.1.7",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.26.0",