From 71259c2e0d6ef15ac80e43138621e20bfed30577 Mon Sep 17 00:00:00 2001 From: Dave Carlson Date: Fri, 6 Dec 2024 10:49:21 +0000 Subject: [PATCH] Update package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e80a803..646d0c8 100644 --- a/package.json +++ b/package.json @@ -65,13 +65,13 @@ }, "peerDependencies": { "prop-types": "^15.5.8", - "react": "0.14 - 18", - "react-dom": "0.14 - 18" + "react": "0.14 - 19", + "react-dom": "0.14 - 19" }, "dependencies": { "@babel/runtime": "^7.17.9", "@types/prop-types": "^15.7.3", - "@types/react": "^18.0.12", + "@types/react": "^19.0.00", "@types/signature_pad": "^2.3.0", "signature_pad": "^2.3.2", "trim-canvas": "^0.1.0" @@ -96,8 +96,8 @@ "jest-config": "^27.5.1", "package-json-type": "^1.0.3", "parcel": "^2.4.1", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^19.0.0", + "react-dom": "^19.0.0", "rollup": "^2.70.2", "rollup-plugin-node-externals": "^4.0.0", "rollup-plugin-terser": "^7.0.2",