Skip to content

Commit 9bed76c

Browse files
Merge pull request #496 from remarkablemark/build/react-18
build(package): add support for React 18
2 parents 0518c1e + 2816c53 commit 9bed76c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@
6464
"pinst": "3.0.0",
6565
"preact": "10.7.0",
6666
"prettier": "2.6.1",
67-
"react": "17.0.2",
68-
"react-dom": "17.0.2",
67+
"react": "18.0.0",
68+
"react-dom": "18.0.0",
6969
"rimraf": "3.0.2",
7070
"rollup": "2.70.1",
7171
"rollup-plugin-terser": "7.0.2",
7272
"size-limit": "7.0.8",
7373
"typescript": "4.6.3"
7474
},
7575
"peerDependencies": {
76-
"react": "0.14 || 15 || 16 || 17"
76+
"react": "0.14 || 15 || 16 || 17 || 18"
7777
},
7878
"files": [
7979
"/dist",

0 commit comments

Comments
 (0)