Skip to content

Commit a68fb1b

Browse files
ptmkennylhz516
authored andcommitted
Update to react 19
1 parent acec82a commit a68fb1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
},
5757
"homepage": "https://codepen.io/lhz516/pen/dyGpmgP",
5858
"peerDependencies": {
59-
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
60-
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0"
59+
"react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
60+
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
6161
},
6262
"dependencies": {
6363
"@babel/runtime": "^7.10.2",
@@ -75,7 +75,7 @@
7575
"@storybook/addon-docs": "^6.1.14",
7676
"@storybook/react": "^6.1.14",
7777
"@types/events": "^3.0.0",
78-
"@types/react": "^18",
78+
"@types/react": "^19",
7979
"@typescript-eslint/eslint-plugin": "^4.20.0",
8080
"@typescript-eslint/parser": "^4.20.0",
8181
"babel-loader": "^8.1.0",
@@ -95,8 +95,8 @@
9595
"node-sass": "^7.0.1",
9696
"npm-run-all": "^4.1.5",
9797
"prettier": "^2.0.5",
98-
"react": "^18",
99-
"react-dom": "^18",
98+
"react": "^19",
99+
"react-dom": "^19",
100100
"sass": "^1.26.8",
101101
"sass-loader": "^10.2.0",
102102
"static-server": "^2.2.1",

0 commit comments

Comments
 (0)