Skip to content

Commit

Permalink
Upgrade Next.js to 13.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LGiki committed Apr 7, 2023
1 parent d4f383b commit d0a6153
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions frontend/package.tmpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@
"export": "next build && next export"
},
"dependencies": {
"@next/font": "13.1.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"next": "13.1.1",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"eslint": "8.37.0",
"eslint-config-next": "13.3.0",
"next": "13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.4"
"typescript": "5.0.3"
},
"keywords": [],
"author": "{{.AuthorName}}"
Expand Down

0 comments on commit d0a6153

Please sign in to comment.