@dargmuesli/nuxt-vio 20.7.4 → 20.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/composables/head.ts +12 -9
- package/package.json +24 -24
package/app/composables/head.ts
CHANGED
|
@@ -4,21 +4,14 @@ export const useAppLayout = () => {
|
|
|
4
4
|
const siteConfig = useSiteConfig()
|
|
5
5
|
|
|
6
6
|
if (import.meta.server) {
|
|
7
|
-
// style
|
|
8
7
|
useHeadSafe({
|
|
8
|
+
// style
|
|
9
9
|
bodyAttrs: {
|
|
10
10
|
class:
|
|
11
11
|
'bg-background-bright dark:bg-background-dark text-text-dark dark:text-text-bright',
|
|
12
12
|
},
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
// favicon (https://vite-pwa-org.netlify.app/assets-generator/)
|
|
16
|
-
useHeadSafe({
|
|
13
|
+
// favicon (https://vite-pwa-org.netlify.app/assets-generator/)
|
|
17
14
|
link: [
|
|
18
|
-
{
|
|
19
|
-
href: `/site.webmanifest?v=${CACHE_VERSION}`,
|
|
20
|
-
rel: 'manifest',
|
|
21
|
-
},
|
|
22
15
|
{
|
|
23
16
|
href: `/favicon.ico?v=${CACHE_VERSION}`,
|
|
24
17
|
rel: 'icon',
|
|
@@ -39,6 +32,16 @@ export const useAppLayout = () => {
|
|
|
39
32
|
|
|
40
33
|
// i18n
|
|
41
34
|
useHeadSafe(useLocaleHead().value)
|
|
35
|
+
|
|
36
|
+
// pwa
|
|
37
|
+
useHead({
|
|
38
|
+
link: [
|
|
39
|
+
{
|
|
40
|
+
href: `/site.webmanifest?v=${CACHE_VERSION}`,
|
|
41
|
+
rel: 'manifest',
|
|
42
|
+
},
|
|
43
|
+
],
|
|
44
|
+
})
|
|
42
45
|
}
|
|
43
46
|
|
|
44
47
|
if (import.meta.client) {
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dependencies": {
|
|
3
|
-
"@dargmuesli/nuxt-cookie-control": "9.1.
|
|
4
|
-
"@eslint/compat": "2.0.
|
|
3
|
+
"@dargmuesli/nuxt-cookie-control": "9.1.17",
|
|
4
|
+
"@eslint/compat": "2.0.3",
|
|
5
5
|
"@heroicons/vue": "2.2.0",
|
|
6
6
|
"@http-util/status-i18n": "0.9.0",
|
|
7
|
-
"@intlify/eslint-plugin-vue-i18n": "4.
|
|
8
|
-
"@nuxt/devtools": "3.2.
|
|
9
|
-
"@nuxt/eslint": "1.15.
|
|
7
|
+
"@intlify/eslint-plugin-vue-i18n": "4.3.0",
|
|
8
|
+
"@nuxt/devtools": "3.2.2",
|
|
9
|
+
"@nuxt/eslint": "1.15.2",
|
|
10
10
|
"@nuxt/image": "2.0.0",
|
|
11
11
|
"@nuxtjs/color-mode": "4.0.0",
|
|
12
12
|
"@nuxtjs/html-validator": "2.1.0",
|
|
@@ -16,58 +16,58 @@
|
|
|
16
16
|
"@pinia/nuxt": "0.11.3",
|
|
17
17
|
"@tailwindcss/forms": "0.5.11",
|
|
18
18
|
"@tailwindcss/typography": "0.5.19",
|
|
19
|
-
"@tailwindcss/vite": "4.2.
|
|
19
|
+
"@tailwindcss/vite": "4.2.1",
|
|
20
20
|
"@types/lodash-es": "4.17.12",
|
|
21
|
-
"@types/nodemailer": "7.0.
|
|
21
|
+
"@types/nodemailer": "7.0.11",
|
|
22
22
|
"@urql/core": "6.0.1",
|
|
23
23
|
"@urql/vue": "2.0.0",
|
|
24
24
|
"@vuelidate/core": "2.0.3",
|
|
25
25
|
"@vuelidate/validators": "2.0.4",
|
|
26
26
|
"@vueuse/core": "14.2.1",
|
|
27
27
|
"class-variance-authority": "0.7.1",
|
|
28
|
-
"clipboardy": "5.3.
|
|
28
|
+
"clipboardy": "5.3.1",
|
|
29
29
|
"clsx": "2.1.1",
|
|
30
|
-
"eslint": "10.0.
|
|
30
|
+
"eslint": "10.0.3",
|
|
31
31
|
"eslint-config-prettier": "10.1.8",
|
|
32
|
-
"eslint-plugin-compat": "
|
|
32
|
+
"eslint-plugin-compat": "7.0.1",
|
|
33
33
|
"eslint-plugin-prettier": "5.5.5",
|
|
34
|
-
"eslint-plugin-yml": "3.
|
|
35
|
-
"globals": "17.
|
|
34
|
+
"eslint-plugin-yml": "3.3.1",
|
|
35
|
+
"globals": "17.4.0",
|
|
36
36
|
"jiti": "2.6.1",
|
|
37
|
-
"jose": "6.
|
|
38
|
-
"lucide-vue-next": "0.
|
|
37
|
+
"jose": "6.2.0",
|
|
38
|
+
"lucide-vue-next": "0.577.0",
|
|
39
39
|
"nodemailer": "8.0.1",
|
|
40
40
|
"nuxt-gtag": "4.1.0",
|
|
41
41
|
"nuxt-security": "2.5.1",
|
|
42
|
-
"reka-ui": "2.
|
|
42
|
+
"reka-ui": "2.9.0",
|
|
43
43
|
"shadcn-nuxt": "2.4.3",
|
|
44
44
|
"tailwind-merge": "3.5.0",
|
|
45
45
|
"tw-animate-css": "1.4.0",
|
|
46
46
|
"vue-sonner": "2.0.9",
|
|
47
|
-
"vue-tsc": "3.2.
|
|
47
|
+
"vue-tsc": "3.2.5"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@types/node": "24.
|
|
50
|
+
"@types/node": "24.12.0",
|
|
51
51
|
"@urql/devtools": "2.0.3",
|
|
52
52
|
"@urql/exchange-graphcache": "9.0.0",
|
|
53
53
|
"@vueuse/core": "14.2.1",
|
|
54
54
|
"consola": "3.4.2",
|
|
55
55
|
"defu": "6.1.4",
|
|
56
|
-
"h3": "1.15.
|
|
56
|
+
"h3": "1.15.6",
|
|
57
57
|
"lodash-es": "4.17.23",
|
|
58
58
|
"nuxt": "4.3.1",
|
|
59
59
|
"pinia": "3.0.4",
|
|
60
60
|
"prettier": "3.8.1",
|
|
61
61
|
"prettier-plugin-tailwindcss": "0.7.2",
|
|
62
|
-
"serve": "14.2.
|
|
62
|
+
"serve": "14.2.6",
|
|
63
63
|
"sharp": "0.34.5",
|
|
64
|
-
"stylelint": "17.
|
|
64
|
+
"stylelint": "17.4.0",
|
|
65
65
|
"stylelint-config-recommended-vue": "1.6.1",
|
|
66
66
|
"stylelint-config-standard": "40.0.0",
|
|
67
67
|
"stylelint-no-unsupported-browser-features": "8.1.1",
|
|
68
|
-
"tailwindcss": "4.2.
|
|
69
|
-
"vue": "3.5.
|
|
70
|
-
"vue-router": "5.0.
|
|
68
|
+
"tailwindcss": "4.2.1",
|
|
69
|
+
"vue": "3.5.29",
|
|
70
|
+
"vue-router": "5.0.3"
|
|
71
71
|
},
|
|
72
72
|
"engines": {
|
|
73
73
|
"node": "24"
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
"start:static": "node node/server/static.mjs"
|
|
119
119
|
},
|
|
120
120
|
"type": "module",
|
|
121
|
-
"version": "20.7.
|
|
121
|
+
"version": "20.7.6"
|
|
122
122
|
}
|