Skip to content

Commit 4f8cbe7

Browse files
committed
chore: ⬆️ Upgrade Nuxt to 3.14
1 parent 343765a commit 4f8cbe7

File tree

2 files changed

+77
-76
lines changed

2 files changed

+77
-76
lines changed

bun.lockb

-4.6 KB
Binary file not shown.

package.json

+77-76
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,79 @@
11
{
2-
"name": "versia-fe",
3-
"private": true,
4-
"type": "module",
5-
"license": "AGPL-3.0",
6-
"author": {
7-
"email": "[email protected]",
8-
"name": "CPlusPatch",
9-
"url": "https://cpluspatch.com"
10-
},
11-
"maintainers": [
12-
{
13-
"email": "[email protected]",
14-
"name": "CPlusPatch",
15-
"url": "https://cpluspatch.com"
16-
}
17-
],
18-
"repository": {
19-
"type": "git",
20-
"url": "git+https://github.com/versia-pub/frontend.git"
21-
},
22-
"scripts": {
23-
"build": "nuxt build",
24-
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 bun --bun nuxt dev --https --https.cert config/versia-fe.localhost.pem --https.key config/versia-fe.localhost-key.pem --host versia-fe.localhost",
25-
"generate": "nuxt generate",
26-
"preview": "nuxt preview",
27-
"postinstall": "nuxt prepare",
28-
"lint": "bunx @biomejs/biome check .",
29-
"check": "bunx tsc -p ."
30-
},
31-
"dependencies": {
32-
"@ark-ui/vue": "^4.2.0",
33-
"@nuxt/fonts": "^0.10.2",
34-
"@tailwindcss/typography": "^0.5.15",
35-
"@vee-validate/nuxt": "^4.14.6",
36-
"@vee-validate/zod": "^4.14.6",
37-
"@versia/client": "^0.1.0",
38-
"@vite-pwa/nuxt": "^0.10.6",
39-
"@vueuse/core": "^11.2.0",
40-
"@vueuse/nuxt": "^11.2.0",
41-
"c12": "^2.0.1",
42-
"fastest-levenshtein": "^1.0.16",
43-
"html-to-text": "^9.0.5",
44-
"iconify-icon": "^2.1.0",
45-
"magic-regexp": "^0.8.0",
46-
"mitt": "^3.0.1",
47-
"nanoid": "^5.0.8",
48-
"nuxt": "^3.13.2",
49-
"nuxt-headlessui": "^1.2.0",
50-
"nuxt-security": "^2.0.0",
51-
"nuxt-shiki": "^0.3.0",
52-
"overlayscrollbars": "^2.10.0",
53-
"overlayscrollbars-vue": "^0.5.9",
54-
"shiki": "^1.22.2",
55-
"vue": "^3.5.12",
56-
"vue-router": "^4.4.5",
57-
"zod": "^3.23.8"
58-
},
59-
"devDependencies": {
60-
"@biomejs/biome": "^1.9.4",
61-
"@nuxtjs/seo": "^2.0.0-rc.23",
62-
"@nuxtjs/tailwindcss": "^6.12.2",
63-
"@tailwindcss/forms": "^0.5.9",
64-
"@types/html-to-text": "^9.0.4",
65-
"@vue-email/nuxt": "^0.8.19",
66-
"typescript": "^5.6.3",
67-
"vue-tsc": "^2.1.10"
68-
},
69-
"trustedDependencies": [
70-
"@biomejs/biome",
71-
"@fortawesome/fontawesome-common-types",
72-
"@fortawesome/free-regular-svg-icons",
73-
"@fortawesome/free-solid-svg-icons",
74-
"esbuild",
75-
"json-editor-vue",
76-
"vue-demi"
77-
]
2+
"name": "versia-fe",
3+
"private": true,
4+
"type": "module",
5+
"license": "AGPL-3.0",
6+
"author": {
7+
"email": "[email protected]",
8+
"name": "CPlusPatch",
9+
"url": "https://cpluspatch.com"
10+
},
11+
"maintainers": [
12+
{
13+
"email": "[email protected]",
14+
"name": "CPlusPatch",
15+
"url": "https://cpluspatch.com"
16+
}
17+
],
18+
"repository": {
19+
"type": "git",
20+
"url": "git+https://github.com/versia-pub/frontend.git"
21+
},
22+
"scripts": {
23+
"build": "nuxt build",
24+
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 bun --bun nuxt dev --https --https.cert config/versia-fe.localhost.pem --https.key config/versia-fe.localhost-key.pem --host versia-fe.localhost",
25+
"generate": "nuxt generate",
26+
"preview": "nuxt preview",
27+
"postinstall": "nuxt prepare",
28+
"lint": "bunx @biomejs/biome check .",
29+
"check": "bunx tsc -p ."
30+
},
31+
"dependencies": {
32+
"@ark-ui/vue": "^4.2.0",
33+
"@nuxt/fonts": "^0.10.2",
34+
"@tailwindcss/typography": "^0.5.15",
35+
"@vee-validate/nuxt": "^4.14.6",
36+
"@vee-validate/zod": "^4.14.6",
37+
"@versia/client": "^0.1.0",
38+
"@vite-pwa/nuxt": "^0.10.6",
39+
"@vueuse/core": "^11.2.0",
40+
"@vueuse/nuxt": "^11.2.0",
41+
"c12": "^2.0.1",
42+
"fastest-levenshtein": "^1.0.16",
43+
"html-to-text": "^9.0.5",
44+
"iconify-icon": "^2.1.0",
45+
"magic-regexp": "^0.8.0",
46+
"mitt": "^3.0.1",
47+
"nanoid": "^5.0.8",
48+
"nuxt": "^3.14.0",
49+
"nuxt-headlessui": "^1.2.0",
50+
"nuxt-security": "^2.0.0",
51+
"nuxt-shiki": "^0.3.0",
52+
"overlayscrollbars": "^2.10.0",
53+
"overlayscrollbars-vue": "^0.5.9",
54+
"shiki": "^1.22.2",
55+
"vue": "^3.5.12",
56+
"vue-router": "^4.4.5",
57+
"zod": "^3.23.8"
58+
},
59+
"devDependencies": {
60+
"@biomejs/biome": "^1.9.4",
61+
"@nuxtjs/seo": "^2.0.0-rc.23",
62+
"@nuxtjs/tailwindcss": "^6.12.2",
63+
"@tailwindcss/forms": "^0.5.9",
64+
"@types/html-to-text": "^9.0.4",
65+
"@vue-email/nuxt": "^0.8.19",
66+
"typescript": "^5.6.3",
67+
"vue-tsc": "^2.1.10"
68+
},
69+
"trustedDependencies": [
70+
"@biomejs/biome",
71+
"@fortawesome/fontawesome-common-types",
72+
"@fortawesome/free-regular-svg-icons",
73+
"@fortawesome/free-solid-svg-icons",
74+
"@parcel/watcher",
75+
"esbuild",
76+
"json-editor-vue",
77+
"vue-demi"
78+
]
7879
}

0 commit comments

Comments
 (0)