diff --git a/package-lock.json b/package-lock.json index 5216767..3152937 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,14 +14,14 @@ "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^16.1.0", "@types/node": "^25.9.1", - "@types/react": "^19.0.2", + "@types/react": "^19.2.16", "@types/react-dom": "^19.0.2", "@vitejs/plugin-react": "^6.0.2", "babel-plugin-react-compiler": "^1.0.0", "husky": "^9.1.7", "jsdom": "^29.1.1", "lint-staged": "^17.0.5", - "react": "^19.0.0", + "react": "^19.2.7", "react-dom": "^19.0.0", "rollup-plugin-node-externals": "^9.0.1", "rxjs": "^7.8.0", @@ -478,9 +478,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -498,9 +495,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -518,9 +512,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -538,9 +529,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -1179,9 +1167,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1199,9 +1184,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1219,9 +1201,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1239,9 +1218,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1259,9 +1235,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1279,9 +1252,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1885,9 +1855,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.2.15", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.15.tgz", - "integrity": "sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.16.tgz", + "integrity": "sha512-esJiCAnl0kfpNdE69f3So4WJUXy95dLZydX0KwK46riIHDzHM7O9Vtf9xCHW0PXIqvgqNrswl522kA/5yx+F4w==", "dev": true, "license": "MIT", "dependencies": { @@ -4277,9 +4247,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -4301,9 +4268,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -4325,9 +4289,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -4349,9 +4310,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -7427,9 +7385,9 @@ } }, "node_modules/react": { - "version": "19.2.6", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz", - "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz", + "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -7900,6 +7858,7 @@ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, "license": "ISC", + "peer": true, "bin": { "semver": "bin/semver.js" } diff --git a/package.json b/package.json index 2648f6c..5bbc3fb 100644 --- a/package.json +++ b/package.json @@ -45,14 +45,14 @@ "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^16.1.0", "@types/node": "^25.9.1", - "@types/react": "^19.0.2", + "@types/react": "^19.2.16", "@types/react-dom": "^19.0.2", "@vitejs/plugin-react": "^6.0.2", "babel-plugin-react-compiler": "^1.0.0", "husky": "^9.1.7", "jsdom": "^29.1.1", "lint-staged": "^17.0.5", - "react": "^19.0.0", + "react": "^19.2.7", "react-dom": "^19.0.0", "rollup-plugin-node-externals": "^9.0.1", "rxjs": "^7.8.0",