@dargmuesli/nuxt-vio 1.2.1 → 1.2.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dargmuesli/nuxt-vio",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.3",
|
4
4
|
"type": "module",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
"engines": {
|
9
9
|
"node": "19"
|
10
10
|
},
|
11
|
-
"packageManager": "pnpm@8.
|
11
|
+
"packageManager": "pnpm@8.2.0",
|
12
12
|
"files": [
|
13
13
|
"composables",
|
14
14
|
"server",
|
@@ -24,11 +24,13 @@
|
|
24
24
|
"preview": "nuxi preview .playground",
|
25
25
|
"lint": "eslint ."
|
26
26
|
},
|
27
|
+
"dependencies": {
|
28
|
+
"vue-gtag": "2.0.1"
|
29
|
+
},
|
27
30
|
"devDependencies": {
|
28
31
|
"@nuxtjs/eslint-config-typescript": "12.0.0",
|
29
|
-
"eslint": "8.
|
30
|
-
"nuxt": "3.
|
31
|
-
"typescript": "5.0.
|
32
|
-
"vue-gtag": "2.0.1"
|
32
|
+
"eslint": "8.38.0",
|
33
|
+
"nuxt": "3.4.0",
|
34
|
+
"typescript": "5.0.4"
|
33
35
|
}
|
34
36
|
}
|