diff --git a/package-lock.json b/package-lock.json index a718825..93a5e2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3,10 +3,12 @@ "version": "1.0.0", "lockfileVersion": 3, "requires": true, + "dev": true, "packages": { "": { "name": "@risklab/charts", "version": "1.0.0", + "dev": true, "license": "Apache-2.0", "workspaces": [ "charts/react", @@ -27,7 +29,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "jsdom": "^29.0.0", "prettier": "^3.4.0", - "react": "^19.0.0", + "react": "^19.2.5", "react-dom": "^19.0.0", "rimraf": "^6.0.0", "typedoc": "^0.28.18", @@ -3843,9 +3845,9 @@ } }, "node_modules/react": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", - "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", + "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 52183c4..8ac79f5 100644 --- a/package.json +++ b/package.json @@ -309,7 +309,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "jsdom": "^29.0.0", "prettier": "^3.4.0", - "react": "^19.0.0", + "react": "^19.2.5", "react-dom": "^19.0.0", "rimraf": "^6.0.0", "typedoc": "^0.28.18",