Skip to content

Commit

Permalink
Chore/next js v14 (#270)
Browse files Browse the repository at this point in the history
* chore: next js v14

* 3.0.5
  • Loading branch information
samufacanha2 authored Jun 24, 2024
1 parent d2eec6c commit 53d9d44
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 162 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "explorer",
"version": "3.0.4",
"version": "3.0.5",
"private": true,
"license": "GPL-3.0-only",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"i18next": "^23.11.5",
"ioredis": "4.28.2",
"leaflet": "1.7.1",
"next": "13",
"next": "^14.2.4",
"next-i18next": "^15.3.0",
"next-images": "1.8.1",
"next-styled-nprogress": "1.0.3",
Expand Down Expand Up @@ -78,7 +78,7 @@
"@typescript-eslint/eslint-plugin": "^7.6.0",
"bech32": "^2.0.0",
"eslint": "^9.0.0",
"eslint-config-next": "13",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-testing-library": "^6.2.0",
"git-commit-msg-linter": "4.5.0",
Expand Down
Loading

0 comments on commit 53d9d44

Please sign in to comment.