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 |
| [Server Lookup](/server) | sapien faucibus numquam ponderum utamur himenaeos menandri tation |
## Test
bla bla bla
---

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