Skip to content

Commit

Permalink
πŸ”– chore: lock react version
Browse files Browse the repository at this point in the history
  • Loading branch information
eternallycyf committed Apr 27, 2024
1 parent 920d338 commit ea9cb63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
"check-error": "npm run lint && npm run test && npm run test:coverage && npm run doctor"
},
"dependencies": {
"@babel/runtime": "^7.23.1"
"@babel/runtime": "^7.23.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
Expand Down

0 comments on commit ea9cb63

Please sign in to comment.