Skip to content

Commit

Permalink
Fixed package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanAuyeung committed Sep 27, 2023
1 parent 9a10317 commit ea4aef5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"dotenv": "^16.3.1",
"eslint-config-next": "13.5.2",
"next": "13.4.19",
"react": "18.2.0",
Expand All @@ -28,13 +29,9 @@
"eslint": "^8.50.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-config-standard-with-typescript": "^39.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
Expand Down

0 comments on commit ea4aef5

Please sign in to comment.