Compare commits
3 commits
main
...
feature/ne
Author | SHA1 | Date | |
---|---|---|---|
![]() |
bd0ecbfc5f | ||
![]() |
19afb2ed4a | ||
![]() |
27bf2cb739 |
4 changed files with 1484 additions and 561 deletions
1002
package-lock.json
generated
1002
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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
1037
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue