We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d0a597 + 3d02d93 commit 360f32dCopy full SHA for 360f32d
.github/workflows/nodejs.yml
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: [12.x, 14.x]
+ node-version: [12.x, 14.x, lts/*]
20
21
steps:
22
- uses: actions/checkout@v2
package.json
@@ -60,8 +60,8 @@
60
},
61
"peerDependencies": {
62
"prop-types": "^15.7.2",
63
- "react": "^16.0.0 || ^17.0.0",
64
- "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"
65
66
"dependencies": {
67
"papaparse": "^5.3.0"
0 commit comments