Skip to content

Commit 5ffdb84

Browse files
authored
Merge pull request #37 from linkstrifer/feature/react-19
2 parents 3c57f17 + bd4a802 commit 5ffdb84

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-rough-notation",
3-
"version": "1.0.5",
3+
"version": "1.0.8",
44
"main": "./dist/main.js",
55
"module": "./dist/module.es.js",
66
"types": "./dist/index.d.ts",
@@ -14,8 +14,8 @@
1414
"rough-notation": "^0.5.1"
1515
},
1616
"peerDependencies": {
17-
"react": "^18.2.0",
18-
"react-dom": "^18.2.0"
17+
"react": "^18.2.0 || ^19.0.0",
18+
"react-dom": "^18.2.0 || ^19.0.0"
1919
},
2020
"devDependencies": {
2121
"@rollup/plugin-commonjs": "^13.0.0",
@@ -29,8 +29,8 @@
2929
"eslint": "^7.4.0",
3030
"eslint-plugin-react": "^7.20.3",
3131
"eslint-plugin-react-hooks": "^4.0.7",
32-
"react": "^18.2.0",
33-
"react-dom": "^18.2.0",
32+
"react": "^18.2.0 || ^19.0.0",
33+
"react-dom": "^18.2.0 || ^19.0.0",
3434
"rollup": "^2.79.1",
3535
"rollup-plugin-peer-deps-external": "^2.2.3",
3636
"rollup-plugin-typescript2": "^0.27.1",

0 commit comments

Comments
 (0)