Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
shamoon
bd0ecbfc5f Revert "Update docker image to node 20"
This reverts commit 19afb2ed4a.
2023-11-11 16:33:14 -08:00
shamoon
19afb2ed4a Update docker image to node 20 2023-11-11 16:10:27 -08:00
shamoon
27bf2cb739 Upgrade next to v14 2023-11-11 14:22:39 -08:00
4 changed files with 1484 additions and 561 deletions

1002
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -23,7 +23,7 @@
"luxon": "^3.4.3",
"memory-cache": "^0.2.0",
"minecraft-ping-js": "^1.0.2",
"next": "^12.3.1",
"next": "^14.0.2",
"next-i18next": "^12.0.1",
"ping": "^0.4.4",
"pretty-bytes": "^6.0.0",
@ -45,7 +45,7 @@
"autoprefixer": "^10.4.12",
"eslint": "^8.24.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^12.3.1",
"eslint-config-next": "^14.0.2",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",

1037
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,5 @@
import { useContext } from "react";
import Image from "next/future/image";
import Image from "next/image";
import { SettingsContext } from "utils/contexts/settings";
import { ThemeContext } from "utils/contexts/theme";