Skip to content

Commit d4474da

Browse files
committed
feat: support React 19
1 parent e0130e3 commit d4474da

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"node": ">=14"
6262
},
6363
"peerDependencies": {
64-
"react": "^17.0.0 || ^18.0.0",
65-
"react-dom": "^17.0.0 || ^18.0.0"
64+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
65+
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
6666
},
6767
"dependencies": {
6868
"@native-router/core": "^1.0.3",
@@ -79,8 +79,8 @@
7979
"@testing-library/react": "^14.0.0",
8080
"@types/mocha": "^10.0.1",
8181
"@types/node": "^20.6.5",
82-
"@types/react": "^18.2.22",
83-
"@types/react-dom": "^18.2.7",
82+
"@types/react": "^19.0.0",
83+
"@types/react-dom": "^19.0.0",
8484
"@types/sinon": "^10.0.16",
8585
"@typescript-eslint/eslint-plugin": "^6.7.2",
8686
"@typescript-eslint/parser": "^6.7.2",
@@ -110,8 +110,8 @@
110110
"lint-staged": "^14.0.1",
111111
"mocha": "^10.2.0",
112112
"prettier": "^3.0.3",
113-
"react": "^18.2.0",
114-
"react-dom": "^18.2.0",
113+
"react": "^19.0.0",
114+
"react-dom": "^19.0.0",
115115
"should": "^13.2.3",
116116
"should-sinon": "0.0.6",
117117
"sinon": "^16.0.0",

0 commit comments

Comments
 (0)