Merge pull request #17 from BenElferink/dependabot/npm_and_yarn/client/types/react-19.0.8

Bump @types/react from 19.0.1 to 19.0.8 in /client
This commit is contained in:
Ben Elferink
2025-01-27 09:12:28 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
"zustand": "^5.0.2" "zustand": "^5.0.2"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^19.0.1", "@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3", "@types/react-dom": "^19.0.3",
"serve": "^14.2.4" "serve": "^14.2.4"
} }
@@ -4093,9 +4093,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/react": { "node_modules/@types/react": {
"version": "19.0.1", "version": "19.0.8",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.1.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.8.tgz",
"integrity": "sha512-YW6614BDhqbpR5KtUYzTA+zlA7nayzJRA9ljz9CQoxthR0sDisYZLuvSMsil36t4EH/uAt8T52Xb4sVw17G+SQ==", "integrity": "sha512-9P/o1IGdfmQxrujGbIMDyYaaCykhLKc0NGCtYcECNUr9UAaDe4gwvV9bR6tvd5Br1SG0j+PBpbKr2UYY8CwqSw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"csstype": "^3.0.2" "csstype": "^3.0.2"

View File

@@ -36,7 +36,7 @@
"zustand": "^5.0.2" "zustand": "^5.0.2"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^19.0.1", "@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3", "@types/react-dom": "^19.0.3",
"serve": "^14.2.4" "serve": "^14.2.4"
} }