diff --git a/package-lock.json b/package-lock.json index 146f209..3935db7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@imageengine/imageengine-helpers": "^0.2.1" }, "devDependencies": { - "@types/react": "^18.2.47", + "@types/react": "^19.0.0", "typescript": "^5.2.2" }, "peerDependencies": { @@ -24,19 +24,12 @@ "resolved": "https://registry.npmjs.org/@imageengine/imageengine-helpers/-/imageengine-helpers-0.2.1.tgz", "integrity": "sha512-X4HsZKFfo5zXOFtMU4OR1hHqEhsJBYztwiZ+8rLTRuyJeMmJFfCVLBheH0cOkFOdrR30qotQkRxXrYWG3bIV8Q==" }, - "node_modules/@types/prop-types": { - "version": "15.7.3", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.3.tgz", - "integrity": "sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==", - "dev": true - }, "node_modules/@types/react": { - "version": "18.3.31", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.31.tgz", - "integrity": "sha512-vfEqpXTvwT91yhmwdfouStN2hSKwTvyRs8qpLfADyrq/kxDw0hZM7Wk9Ug1FELj8hIby+S/+kQCSRFF32nv2Qw==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz", + "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", "dev": true, "dependencies": { - "@types/prop-types": "*", "csstype": "^3.2.2" } }, @@ -96,19 +89,12 @@ "resolved": "https://registry.npmjs.org/@imageengine/imageengine-helpers/-/imageengine-helpers-0.2.1.tgz", "integrity": "sha512-X4HsZKFfo5zXOFtMU4OR1hHqEhsJBYztwiZ+8rLTRuyJeMmJFfCVLBheH0cOkFOdrR30qotQkRxXrYWG3bIV8Q==" }, - "@types/prop-types": { - "version": "15.7.3", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.3.tgz", - "integrity": "sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==", - "dev": true - }, "@types/react": { - "version": "18.3.31", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.31.tgz", - "integrity": "sha512-vfEqpXTvwT91yhmwdfouStN2hSKwTvyRs8qpLfADyrq/kxDw0hZM7Wk9Ug1FELj8hIby+S/+kQCSRFF32nv2Qw==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz", + "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", "dev": true, "requires": { - "@types/prop-types": "*", "csstype": "^3.2.2" } }, diff --git a/package.json b/package.json index 98f6543..bd15c77 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { - "@types/react": "^18.2.47", + "@types/react": "^19.0.0", "typescript": "^5.2.2" }, "peerDependencies": {