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

This commit is contained in:
2025-09-29 00:40:04 +00:00
parent 79f3668021
commit 155806df78
2 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
"semver": "^7.7.2"
},
"devDependencies": {
"@types/react": "^19.1.14",
"@types/react": "^19.1.15",
"@types/react-dom": "^19.1.9",
"@types/semver": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^8.44.1",
@@ -2163,9 +2163,9 @@
"license": "MIT"
},
"node_modules/@types/react": {
"version": "19.1.14",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.14.tgz",
"integrity": "sha512-ukd93VGzaNPMAUPy0gRDSC57UuQbnH9Kussp7HBjM06YFi9uZTFhOvMSO2OKqXm1rSgzOE+pVx1k1PYHGwlc8Q==",
"version": "19.1.15",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.15.tgz",
"integrity": "sha512-+kLxJpaJzXybyDyFXYADyP1cznTO8HSuBpenGlnKOAkH4hyNINiywvXS/tGJhsrGGP/gM185RA3xpjY0Yg4erA==",
"license": "MIT",
"peer": true,
"dependencies": {

View File

@@ -28,7 +28,7 @@
"semver": "^7.7.2"
},
"devDependencies": {
"@types/react": "^19.1.14",
"@types/react": "^19.1.15",
"@types/react-dom": "^19.1.9",
"@types/semver": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^8.44.1",