fix?
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 2m58s

This commit is contained in:
Braydon 2024-04-21 02:20:07 -04:00
parent f65cc4e804
commit 42f9e7090f
3 changed files with 6 additions and 6 deletions

Binary file not shown.

@ -18,4 +18,8 @@ Some of the core features of RESTfulMC include:
|-------------------------:|------------------------------------------------------------------:| |-------------------------:|------------------------------------------------------------------:|
| [Player Lookup](/player) | praesent omittam mollis maximus has pretium mediocritatem eripuit | | [Player Lookup](/player) | praesent omittam mollis maximus has pretium mediocritatem eripuit |
| [Server Lookup](/server) | sapien faucibus numquam ponderum utamur himenaeos menandri tation | | [Server Lookup](/server) | sapien faucibus numquam ponderum utamur himenaeos menandri tation |
## Test
bla bla bla
--- ---

@ -12,7 +12,7 @@
"lint": "next lint" "lint": "next lint"
}, },
"overrides": { "overrides": {
"remark-mdx": "3.0.1", "remark-mdx": "3.0.0",
"unified": "11.0.4", "unified": "11.0.4",
"remark-parse": "11.0.0", "remark-parse": "11.0.0",
"mdast-util-frontmatter": "2.0.1" "mdast-util-frontmatter": "2.0.1"
@ -37,7 +37,6 @@
"clipboard-copy": "^4.0.1", "clipboard-copy": "^4.0.1",
"clsx": "^2.1.0", "clsx": "^2.1.0",
"lucide-react": "^0.372.0", "lucide-react": "^0.372.0",
"mdast-util-frontmatter": "^2.0.1",
"moment": "^2.30.1", "moment": "^2.30.1",
"next": "14.2.2", "next": "14.2.2",
"next-plausible": "^3.12.0", "next-plausible": "^3.12.0",
@ -47,16 +46,13 @@
"react-dom": "^18", "react-dom": "^18",
"react-hook-form": "^7.51.3", "react-hook-form": "^7.51.3",
"remark-gfm": "^4.0.0", "remark-gfm": "^4.0.0",
"remark-mdx": "^3.0.0",
"remark-parse": "^11.0.0",
"remote-mdx": "^0.0.4", "remote-mdx": "^0.0.4",
"restfulmc-lib": "^1.1.3", "restfulmc-lib": "^1.1.3",
"shadcn-ui": "0.8.0", "shadcn-ui": "0.8.0",
"sharp": "^0.33.3", "sharp": "^0.33.3",
"sonner": "^1.4.41", "sonner": "^1.4.41",
"tailwind-merge": "^2.2.2", "tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7"
"unified": "^11.0.4"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20", "@types/node": "^20",