Skip to content

Commit

Permalink
Upgrade Next.js to 13.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LGiki committed Dec 29, 2022
1 parent bba7abb commit 6df5fd0
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions frontend/package.tmpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@
"export": "next build && next export"
},
"dependencies": {
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0"
},
"devDependencies": {
"@types/node": "17.0.32",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.3",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"typescript": "4.6.4"
"@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",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.4"
},
"keywords": [],
"author": "{{.AuthorName}}"
Expand Down

0 comments on commit 6df5fd0

Please sign in to comment.