Skip to content

Commit

Permalink
Update nextjs (#28)
Browse files Browse the repository at this point in the history
* Updated next.js to v14.0.1. resolves #23

* fixed lint issues. resolves #23.

* Updated eslint-config-next as requested #23
  • Loading branch information
Phantom0110 authored Nov 4, 2023
1 parent 003befe commit e0ab074
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
106 changes: 53 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"deploy": "gh-pages -d out"
},
"dependencies": {
"next": "^13.5.6",
"next": "^14.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -23,7 +23,7 @@
"eslint": "^8.52.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^13.5.6",
"eslint-config-next": "^14.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-unicorn": "^48.0.1",
Expand Down

0 comments on commit e0ab074

Please sign in to comment.