diff --git a/bboard-ui/package-lock.json b/bboard-ui/package-lock.json index f0e0443a..6c593267 100644 --- a/bboard-ui/package-lock.json +++ b/bboard-ui/package-lock.json @@ -1093,26 +1093,6 @@ "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", "license": "MIT" }, - "node_modules/@types/react": { - "version": "19.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", - "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", - "dev": true, - "license": "MIT", - "dependencies": { - "csstype": "^3.2.2" - } - }, - "node_modules/@types/react-dom": { - "version": "19.2.3", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz", - "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==", - "dev": true, - "license": "MIT", - "peerDependencies": { - "@types/react": "^19.2.0" - } - }, "node_modules/@types/react-transition-group": { "version": "4.4.12", "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.12.tgz", diff --git a/bboard-ui/package.json b/bboard-ui/package.json index efce56f5..ef89e6c1 100644 --- a/bboard-ui/package.json +++ b/bboard-ui/package.json @@ -30,8 +30,8 @@ }, "devDependencies": { "@swc/core": "^1.15.11", - "@types/react": "^19.2.14", - "@types/react-dom": "^19.2.3", + "@types/react": "19.2.14", + "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "^6.0.1", "eslint-plugin-react": "^7.37.5", "vite-plugin-node-polyfills": "^0.26.0"