nuxt-charts 0.1.7 → 0.1.8

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.
Files changed (2) hide show
  1. package/dist/module.json +1 -1
  2. package/package.json +11 -11
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "0.1.7",
7
+ "version": "0.1.8",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "0.8.4",
10
10
  "unbuild": "unknown"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-charts",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Nuxt module for vue-chrts",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -20,28 +20,28 @@
20
20
  "dev": "nuxi dev playground",
21
21
  "dev:build": "nuxi build playground",
22
22
  "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
23
- "release": "npm run lint && npm run prepack && commit-and-tag-version && npm publish && git push --follow-tags",
23
+ "release": "npm run lint && npm run prepack && commit-and-tag-version && npm publish",
24
24
  "lint": "eslint .",
25
25
  "test": "vitest run",
26
26
  "test:watch": "vitest watch",
27
27
  "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
28
28
  },
29
29
  "dependencies": {
30
- "@nuxt/kit": "^3.11.1",
30
+ "@nuxt/kit": "^3.17.2",
31
31
  "@unovis/vue": "^1.5.1",
32
- "vue-chrts": "^0.1.7"
32
+ "vue-chrts": "^0.1.8"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@nuxt/eslint": "1.3.0",
36
36
  "@nuxt/eslint-config": "^0.2.0",
37
- "@nuxt/module-builder": "^0.8.0",
38
- "@nuxt/schema": "^3.11.1",
39
- "@types/node": "^20.12.10",
37
+ "@nuxt/module-builder": "^0.8.4",
38
+ "@nuxt/schema": "^3.17.2",
39
+ "@types/node": "^20.17.41",
40
40
  "changelogen": "^0.6.1",
41
41
  "commit-and-tag-version": "^12.5.1",
42
- "eslint": "^8.57.0",
43
- "nuxt": "^3.11.1",
44
- "typescript": "^5.4.5",
45
- "vitest": "^3.1.1"
42
+ "eslint": "^8.57.1",
43
+ "nuxt": "^3.17.2",
44
+ "typescript": "^5.8.3",
45
+ "vitest": "^3.1.3"
46
46
  }
47
47
  }