@dargmuesli/nuxt-vio 1.2.1 → 1.2.2

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 +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -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
32
  "eslint": "8.37.0",
30
33
  "nuxt": "3.3.3",
31
- "typescript": "5.0.3",
32
- "vue-gtag": "2.0.1"
34
+ "typescript": "5.0.3"
33
35
  }
34
36
  }