Skip to content

Commit

Permalink
feat: support react 18
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Feb 28, 2023
1 parent 0d0a597 commit 3d02d93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [12.x, 14.x, lts/*]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -60,8 +60,8 @@
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.0.0 || ^17.0.0",
"react-dom": "^16.0.0 || ^17.0.0"
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"papaparse": "^5.3.0"
Expand Down

0 comments on commit 3d02d93

Please sign in to comment.