Skip to content

Commit

Permalink
Merge pull request #461 from jpbnetley/feature/nextjs
Browse files Browse the repository at this point in the history
fix: update deps
  • Loading branch information
jpbnetley authored Jun 13, 2023
2 parents d6c0209 + 6dd1144 commit 61bd831
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 62 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,24 @@
"prepare": "husky install || exit 0",
"clean:next": "rm -rf .next",
"clean:node": "rm -rf node_modules",
"clean:build": "rm -rf dist",
"clean": "pnpm run clean:next && pnpm run clean:node"
},
"dependencies": {
"@types/jest": "^29.5.2",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"eslint-config-next": "13.4.4",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"eslint-config-next": "13.4.5",
"jest": "^29.5.0",
"next": "13.4.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"swr": "^2.1.5",
"typescript": "5.1.3",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1"
"ts-node": "^10.9.1",
"typescript": "5.1.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.11",
Expand Down
Loading

0 comments on commit 61bd831

Please sign in to comment.