@octohash/vite-config 0.2.0 → 0.2.1

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@octohash/vite-config",
3
3
  "type": "module",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "description": "A personal ready-to-use Vite configuration repository, opinionated but customizable.",
6
6
  "author": "jinghaihan",
7
7
  "license": "MIT",
@@ -31,47 +31,47 @@
31
31
  "dist"
32
32
  ],
33
33
  "peerDependencies": {
34
- "vite": "^6.3.5"
34
+ "vite": ">=6.0.0 <7.0.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "@antfu/install-pkg": "^1.1.0",
38
38
  "@clack/prompts": "^0.11.0",
39
- "@vitejs/plugin-vue": "^5.2.4",
40
- "@vitejs/plugin-vue-jsx": "^4.2.0",
39
+ "@vitejs/plugin-vue": "^6.0.0",
40
+ "@vitejs/plugin-vue-jsx": "^5.0.1",
41
41
  "dayjs": "^1.11.13",
42
42
  "deepmerge": "^4.3.1",
43
43
  "find-up": "^7.0.0",
44
44
  "local-pkg": "^1.1.1",
45
- "pkg-types": "^2.1.0",
46
- "rollup-plugin-visualizer": "^6.0.1",
45
+ "pkg-types": "^2.2.0",
46
+ "rollup-plugin-visualizer": "^6.0.3",
47
47
  "unplugin-auto-import": "^19.3.0",
48
- "unplugin-vue-components": "^28.7.0",
49
- "unplugin-vue-router": "^0.12.0",
48
+ "unplugin-vue-components": "^28.8.0",
49
+ "unplugin-vue-router": "^0.14.0",
50
50
  "vite-plugin-dts": "^4.5.4",
51
- "vite-plugin-dynamic-base": "^1.1.0"
51
+ "vite-plugin-dynamic-base": "^1.2.0"
52
52
  },
53
53
  "optionalDependencies": {
54
54
  "@intlify/unplugin-vue-i18n": "^6.0.8",
55
55
  "@originjs/vite-plugin-federation": "^1.4.1",
56
56
  "vite-plugin-jspm": "^0.6.1",
57
- "vite-plugin-vue-devtools": "^7.7.6"
57
+ "vite-plugin-vue-devtools": "^7.7.7"
58
58
  },
59
59
  "devDependencies": {
60
- "@antfu/eslint-config": "^4.13.2",
61
- "@jspm/generator": "^2.6.1",
60
+ "@antfu/eslint-config": "^4.16.2",
61
+ "@jspm/generator": "^2.6.2",
62
62
  "@octohash/tsconfig": "^0.1.0",
63
- "@types/node": "^22.15.23",
64
- "bumpp": "^10.1.1",
65
- "czg": "^1.11.1",
66
- "eslint": "^9.27.0",
63
+ "@types/node": "^22.16.3",
64
+ "bumpp": "^10.2.0",
65
+ "czg": "^1.12.0",
66
+ "eslint": "^9.31.0",
67
67
  "fast-glob": "^3.3.3",
68
- "lint-staged": "^16.1.0",
69
- "pncat": "^0.2.4",
68
+ "lint-staged": "^16.1.2",
69
+ "pncat": "^0.2.6",
70
70
  "simple-git-hooks": "^2.13.0",
71
71
  "taze": "^19.1.0",
72
- "tsdown": "^0.12.4",
72
+ "tsdown": "^0.12.9",
73
73
  "typescript": "^5.8.3",
74
- "vitest": "^3.1.4"
74
+ "vitest": "^3.2.4"
75
75
  },
76
76
  "simple-git-hooks": {
77
77
  "pre-commit": "pnpm lint-staged"
@@ -86,7 +86,7 @@
86
86
  "lint": "eslint",
87
87
  "commit": "czg",
88
88
  "deps": "taze major -I",
89
- "release": "pnpm build && bumpp && pnpm publish --no-git-checks",
89
+ "release": "bumpp && pnpm publish --no-git-checks",
90
90
  "catalog": "pncat",
91
91
  "bootstrap": "pnpm install",
92
92
  "preinstall": "npx only-allow pnpm"