@dargmuesli/nuxt-vio 1.10.5 → 1.10.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
- package/server/tsconfig.json +3 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dargmuesli/nuxt-vio",
|
3
|
-
"version": "1.10.
|
3
|
+
"version": "1.10.6",
|
4
4
|
"type": "module",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
"engines": {
|
9
9
|
"node": "20"
|
10
10
|
},
|
11
|
-
"packageManager": "pnpm@8.5.
|
11
|
+
"packageManager": "pnpm@8.5.1",
|
12
12
|
"files": [
|
13
13
|
"assets",
|
14
14
|
"components",
|
@@ -52,16 +52,16 @@
|
|
52
52
|
"@commitlint/config-conventional": "17.6.3",
|
53
53
|
"@intlify/eslint-plugin-vue-i18n": "2.0.0",
|
54
54
|
"@nuxtjs/eslint-config-typescript": "12.0.0",
|
55
|
-
"eslint": "8.
|
55
|
+
"eslint": "8.41.0",
|
56
56
|
"eslint-config-prettier": "8.8.0",
|
57
57
|
"eslint-plugin-nuxt": "4.0.0",
|
58
58
|
"eslint-plugin-prettier": "4.2.1",
|
59
59
|
"eslint-plugin-yml": "1.7.0",
|
60
60
|
"husky": "8.0.3",
|
61
61
|
"lint-staged": "13.2.2",
|
62
|
-
"nuxt": "3.
|
62
|
+
"nuxt": "3.5.1",
|
63
63
|
"prettier": "2.8.8",
|
64
|
-
"stylelint": "15.6.
|
64
|
+
"stylelint": "15.6.2",
|
65
65
|
"stylelint-config-recommended-vue": "1.4.0",
|
66
66
|
"stylelint-config-standard": "33.0.0",
|
67
67
|
"stylelint-no-unsupported-browser-features": "6.1.0",
|