Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit c9dd6f3

Browse files
Merge pull request #57 from alex-ahumada/react-v18
Add React v18 support
2 parents 73f5db3 + 9dbf3bd commit c9dd6f3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.DS_Store
2+
.idea
23
*.log
34
dist/
45
node_modules/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"@storybook/addons": "^6.0.0",
5252
"@storybook/client-api": "^6.0.0",
5353
"next": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
54-
"react": "^16.8.0 || ^17.0.0",
55-
"react-dom": "^16.8.0 || ^17.0.0"
54+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
55+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
5656
},
5757
"repository": {
5858
"type": "git",

0 commit comments

Comments
 (0)