Skip to content

Commit 3129381

Browse files
committed
feat: nuxt 3.20
1 parent 350de5c commit 3129381

File tree

5 files changed

+1224
-603
lines changed

5 files changed

+1224
-603
lines changed

apps/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
},
1616
"devDependencies": {
1717
"@formatjs/cli": "^6.2.12",
18+
"@modrinth/tooling-config": "workspace:*",
1819
"@nuxtjs/i18n": "^9.0.0",
1920
"@types/dompurify": "^3.0.5",
2021
"@types/iso-3166-2": "^1.0.4",
2122
"@types/node": "^20.1.0",
2223
"autoprefixer": "^10.4.19",
23-
"eslint": "^8.57.0",
2424
"glob": "^10.2.7",
25-
"nuxt": "3.17.5",
25+
"nuxt": "^3.20.2",
2626
"postcss": "^8.4.39",
2727
"prettier-plugin-tailwindcss": "^0.6.5",
2828
"sass": "^1.58.0",

apps/frontend/src/app.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
22
<NuxtLayout>
3+
<NuxtRouteAnnouncer />
34
<ModrinthLoadingIndicator />
45
<NotificationPanel />
56
<NuxtPage />

packages/tooling-config/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"eslint-plugin-prettier": "^5.5.3",
4141
"eslint-plugin-simple-import-sort": "^12.1.1",
4242
"eslint-plugin-vue": "^10.4.0",
43+
"vue-eslint-parser": "^10.1.3",
4344
"globals": "^16.3.0",
4445
"prettier-plugin-sql-cst": "^0.13.0",
4546
"prettier-plugin-toml": "^2.0.6",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/markdown-it": "^14.1.1",
4949
"@types/three": "^0.172.0",
5050
"@vueuse/core": "^11.1.0",
51-
"apexcharts": "^3.44.0",
51+
"apexcharts": "^4.0.0",
5252
"dayjs": "^1.11.10",
5353
"floating-vue": "^5.2.2",
5454
"fuse.js": "^6.6.2",

0 commit comments

Comments
 (0)