diff --git a/package-lock.json b/package-lock.json index 6226184..a0a4148 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-rough-notation", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-rough-notation", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "dependencies": { "rough-notation": "^0.5.1" @@ -23,16 +23,16 @@ "eslint": "^7.4.0", "eslint-plugin-react": "^7.20.3", "eslint-plugin-react-hooks": "^4.0.7", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^18.2.0 || ^19.0.0", + "react-dom": "^18.2.0 || ^19.0.0", "rollup": "^2.79.1", "rollup-plugin-peer-deps-external": "^2.2.3", "rollup-plugin-typescript2": "^0.27.1", "typescript": "^3.9.3" }, "peerDependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0" + "react": "^18.2.0 || ^19.0.0", + "react-dom": "^18.2.0 || ^19.0.0" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index c17bff4..4c4961e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-rough-notation", - "version": "1.0.5", + "version": "1.0.8", "main": "./dist/main.js", "module": "./dist/module.es.js", "types": "./dist/index.d.ts", @@ -14,8 +14,8 @@ "rough-notation": "^0.5.1" }, "peerDependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0" + "react": "^18.2.0 || ^19.0.0", + "react-dom": "^18.2.0 || ^19.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^13.0.0", @@ -29,8 +29,8 @@ "eslint": "^7.4.0", "eslint-plugin-react": "^7.20.3", "eslint-plugin-react-hooks": "^4.0.7", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^18.2.0 || ^19.0.0", + "react-dom": "^18.2.0 || ^19.0.0", "rollup": "^2.79.1", "rollup-plugin-peer-deps-external": "^2.2.3", "rollup-plugin-typescript2": "^0.27.1",