@dargmuesli/nuxt-vio 13.2.7 → 13.2.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +23 -22
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "dependencies": {
3
- "@dargmuesli/nuxt-cookie-control": "8.4.9",
3
+ "@dargmuesli/nuxt-cookie-control": "8.4.10",
4
4
  "@eslint/compat": "1.1.1",
5
5
  "@heroicons/vue": "2.1.5",
6
6
  "@http-util/status-i18n": "0.8.1",
7
7
  "@intlify/eslint-plugin-vue-i18n": "3.0.0",
8
- "@nuxt/devtools": "1.4.1",
9
- "@nuxt/eslint": "0.5.4",
8
+ "@nuxt/devtools": "1.4.2",
9
+ "@nuxt/eslint": "0.5.7",
10
10
  "@nuxt/image": "1.8.0",
11
- "@nuxtjs/color-mode": "3.4.4",
11
+ "@nuxtjs/color-mode": "3.5.0",
12
12
  "@nuxtjs/html-validator": "1.8.2",
13
13
  "@nuxtjs/i18n": "8.3.0",
14
- "@nuxtjs/seo": "2.0.0-rc.19",
14
+ "@nuxtjs/seo": "2.0.0-rc.21",
15
15
  "@nuxtjs/tailwindcss": "6.12.1",
16
16
  "@pinia/nuxt": "0.5.4",
17
- "@tailwindcss/forms": "0.5.8",
17
+ "@tailwindcss/forms": "0.5.9",
18
18
  "@tailwindcss/typography": "0.5.15",
19
19
  "@types/lodash-es": "4.17.12",
20
20
  "@urql/core": "5.0.6",
@@ -22,22 +22,22 @@
22
22
  "@vuelidate/validators": "2.0.4",
23
23
  "clipboardy": "4.0.0",
24
24
  "dayjs": "2.0.0-alpha.4",
25
- "eslint": "9.9.1",
25
+ "eslint": "9.10.0",
26
26
  "eslint-config-prettier": "9.1.0",
27
- "eslint-plugin-compat": "6.0.0",
27
+ "eslint-plugin-compat": "6.0.1",
28
28
  "eslint-plugin-prettier": "5.2.1",
29
29
  "eslint-plugin-yml": "1.14.0",
30
30
  "globals": "15.9.0",
31
31
  "jose": "5.8.0",
32
32
  "nuxt-gtag": "3.0.1",
33
33
  "nuxt-security": "2.0.0-rc.9",
34
- "sweetalert2": "11.12.4",
35
- "vue-tsc": "2.1.2"
34
+ "sweetalert2": "11.14.0",
35
+ "vue-tsc": "2.1.6"
36
36
  },
37
37
  "devDependencies": {
38
- "@unhead/vue": "1.10.0",
38
+ "@unhead/vue": "1.11.2",
39
39
  "@urql/devtools": "2.0.3",
40
- "@urql/exchange-graphcache": "7.1.2",
40
+ "@urql/exchange-graphcache": "7.1.3",
41
41
  "@urql/vue": "1.4.1",
42
42
  "consola": "3.2.3",
43
43
  "cookie-es": "1.2.2",
@@ -45,7 +45,7 @@
45
45
  "h3": "1.12.0",
46
46
  "jiti": "1.21.6",
47
47
  "lodash-es": "4.17.21",
48
- "nuxt": "3.13.0",
48
+ "nuxt": "3.13.1",
49
49
  "pinia": "2.2.2",
50
50
  "prettier": "3.3.3",
51
51
  "prettier-plugin-tailwindcss": "0.6.6",
@@ -55,13 +55,13 @@
55
55
  "stylelint-config-recommended-vue": "1.5.0",
56
56
  "stylelint-config-standard": "36.0.1",
57
57
  "stylelint-no-unsupported-browser-features": "8.0.1",
58
- "tailwindcss": "3.4.10",
59
- "unhead": "1.10.0",
60
- "vue": "3.4.38",
61
- "vue-router": "4.4.3"
58
+ "tailwindcss": "3.4.11",
59
+ "unhead": "1.11.2",
60
+ "vue": "3.5.5",
61
+ "vue-router": "4.4.5"
62
62
  },
63
63
  "engines": {
64
- "node": "20"
64
+ "node": "22"
65
65
  },
66
66
  "files": [
67
67
  ".config",
@@ -86,9 +86,9 @@
86
86
  "main": "nuxt.config.ts",
87
87
  "name": "@dargmuesli/nuxt-vio",
88
88
  "peerDependencies": {
89
- "nuxt": "3.13.0",
90
- "vue": "3.4.38",
91
- "vue-router": "4.4.3"
89
+ "nuxt": "3.13.1",
90
+ "vue": "3.5.5",
91
+ "vue-router": "4.4.5"
92
92
  },
93
93
  "publishConfig": {
94
94
  "access": "public"
@@ -101,6 +101,7 @@
101
101
  "build": "pnpm run build:node",
102
102
  "build:node": "nuxt build .playground",
103
103
  "build:static": "nuxt generate .playground",
104
+ "build:static:test": "SITE_URL=https://localhost:3002 pnpm run build:static",
104
105
  "dev": "pnpm run start:dev",
105
106
  "generate": "pnpm run build:static",
106
107
  "lint:fix": "pnpm run lint:js --fix && pnpm run lint:ts --fix && pnpm run lint:style --fix",
@@ -116,5 +117,5 @@
116
117
  "start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
117
118
  },
118
119
  "type": "module",
119
- "version": "13.2.7"
120
+ "version": "13.2.8"
120
121
  }