Skip to content

Commit

Permalink
update Next.js to v13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Sep 19, 2023
1 parent 87c2b3e commit 0ece80b
Show file tree
Hide file tree
Showing 7 changed files with 90 additions and 88 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ _
apps
packages
.vercel
web/public/*.js
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ _
.vercel
.astro
dist
web/public/*.js
4 changes: 2 additions & 2 deletions packages/linters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"reinstall": "pnpm clean && pnpm install"
},
"dependencies": {
"@next/eslint-plugin-next": "^13.4.19",
"@next/eslint-plugin-next": "^13.5.1",
"@types/eslint": "^8.44.2",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"eslint-config-next": "13.4.19",
"eslint-config-next": "13.5.1",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.14",
"eslint-plugin-astro": "^0.29.0",
Expand Down
Loading

0 comments on commit 0ece80b

Please sign in to comment.