Skip to content

Commit

Permalink
Fix switch (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim authored Dec 6, 2024
1 parent 2167cd0 commit f2754b6
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions packages/pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,32 @@
},
"author": "William Wong (https://github.com/compulim)",
"license": "MIT",
"switch:react:16": {
"switch:react-16": {
"devDependencies": {
"@types/react": "^16",
"@types/react-dom": "^16",
"@types/react-dom": "^16"
},
"dependencies": {
"react": "16.8.0",
"react-dom": "16.8.0"
}
},
"switch:react:17": {
"switch:react-17": {
"devDependencies": {
"@types/react": "^17",
"@types/react-dom": "^17",
"@types/react-dom": "^17"
},
"dependencies": {
"react": "17.0.0",
"react-dom": "17.0.0"
}
},
"switch:react:18": {
"switch:react-18": {
"devDependencies": {
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-dom": "^18"
},
"dependencies": {
"react": "18.0.0",
"react-dom": "18.0.0"
}
Expand Down

0 comments on commit f2754b6

Please sign in to comment.