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

This commit is contained in:
2026-01-21 00:27:55 +00:00
parent 6dcfb883f4
commit 492928ab68
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/react": "^19.2.8",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.53.1",
"@typescript-eslint/parser": "^8.53.1",
@@ -3054,9 +3054,9 @@
"license": "MIT"
},
"node_modules/@types/react": {
"version": "19.2.8",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.8.tgz",
"integrity": "sha512-3MbSL37jEchWZz2p2mjntRZtPt837ij10ApxKfgmXCTuHWagYg7iA5bqPw6C8BMPfwidlvfPI/fxOc42HLhcyg==",
"version": "19.2.9",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.9.tgz",
"integrity": "sha512-Lpo8kgb/igvMIPeNV2rsYKTgaORYdO1XGVZ4Qz3akwOj0ySGYMPlQWa8BaLn0G63D1aSaAQ5ldR06wCpChQCjA==",
"license": "MIT",
"peer": true,
"dependencies": {

View File

@@ -18,7 +18,7 @@
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/react": "^19.2.8",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.53.1",
"@typescript-eslint/parser": "^8.53.1",