@gct-paas/build 0.1.2 → 0.1.4-dev.0

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 (1) hide show
  1. package/package.json +40 -40
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gct-paas/build",
3
- "version": "0.1.2",
3
+ "version": "0.1.4-dev.0",
4
4
  "type": "module",
5
5
  "description": "paas 平台核心包",
6
6
  "main": "dist/index.cjs",
@@ -40,64 +40,64 @@
40
40
  "publish:npm": "npm run build && npm publish --access public --registry=https://registry.npmjs.org/"
41
41
  },
42
42
  "dependencies": {
43
- "@babel/core": "^7.26.10",
44
- "@babel/preset-env": "^7.26.9",
45
- "@commitlint/cli": "^19.8.0",
46
- "@commitlint/config-conventional": "^19.8.0",
47
- "@eslint/js": "^9.24.0",
48
- "@gct-paas/scss": "^0.1.2",
49
- "@inquirer/prompts": "^7.4.1",
43
+ "@babel/core": "^7.28.0",
44
+ "@babel/preset-env": "^7.28.0",
45
+ "@commitlint/cli": "^19.8.1",
46
+ "@commitlint/config-conventional": "^19.8.1",
47
+ "@eslint/js": "^9.33.0",
48
+ "@gct-paas/scss": "^0.1.4-dev.0",
49
+ "@inquirer/prompts": "^7.8.1",
50
50
  "@rollup/plugin-babel": "^6.0.4",
51
- "@rollup/plugin-commonjs": "^28.0.3",
51
+ "@rollup/plugin-commonjs": "^28.0.6",
52
52
  "@rollup/plugin-eslint": "^9.0.5",
53
53
  "@rollup/plugin-json": "^6.1.0",
54
54
  "@rollup/plugin-node-resolve": "^16.0.1",
55
- "@rollup/plugin-typescript": "^12.1.2",
56
- "@vitejs/plugin-vue": "^5.2.3",
57
- "@vitejs/plugin-vue-jsx": "^4.1.2",
58
- "@vue/compiler-sfc": "^3.5.13",
55
+ "@rollup/plugin-typescript": "^12.1.4",
56
+ "@vitejs/plugin-vue": "^6.0.1",
57
+ "@vitejs/plugin-vue-jsx": "^5.0.1",
58
+ "@vue/compiler-sfc": "^3.5.18",
59
59
  "chokidar": "^4.0.3",
60
- "commander": "^13.1.0",
60
+ "commander": "^14.0.0",
61
61
  "consola": "^3.4.2",
62
- "copy-file": "^11.0.0",
63
- "core-js": "^3.41.0",
64
- "cpy": "^11.1.0",
62
+ "copy-file": "^11.1.0",
63
+ "core-js": "^3.45.0",
64
+ "cpy": "^12.0.0",
65
65
  "crypto": "^1.0.1",
66
- "esbuild": "^0.25.2",
67
- "eslint": "^9.24.0",
68
- "eslint-config-prettier": "^10.1.1",
69
- "eslint-plugin-import": "^2.31.0",
70
- "eslint-plugin-prettier": "^5.2.6",
66
+ "esbuild": "^0.25.9",
67
+ "eslint": "^9.33.0",
68
+ "eslint-config-prettier": "^10.1.8",
69
+ "eslint-plugin-import": "^2.32.0",
70
+ "eslint-plugin-prettier": "^5.5.4",
71
71
  "eslint-plugin-unused-imports": "^4.1.4",
72
- "eslint-plugin-vue": "^10.0.0",
72
+ "eslint-plugin-vue": "^10.4.0",
73
73
  "fast-glob": "^3.3.3",
74
- "fs-extra": "^11.3.0",
75
- "globals": "^16.0.0",
74
+ "fs-extra": "^11.3.1",
75
+ "globals": "^16.3.0",
76
76
  "lodash-es": "^4.17.21",
77
77
  "ora": "^8.2.0",
78
78
  "picocolors": "^1.1.1",
79
- "prettier": "^3.5.3",
79
+ "prettier": "^3.6.2",
80
80
  "rimraf": "^6.0.1",
81
- "rollup": "^4.39.0",
81
+ "rollup": "^4.46.2",
82
82
  "rollup-plugin-esbuild": "^6.2.1",
83
- "stylelint": "^16.18.0",
84
- "stylelint-config-standard": "^38.0.0",
85
- "stylelint-config-standard-scss": "^14.0.0",
86
- "typescript-eslint": "^8.29.1",
87
- "vite": "^6.2.6",
88
- "vite-plugin-dts": "^4.5.3",
89
- "vue-eslint-parser": "^10.1.3",
90
- "vue-tsc": "^2.2.8"
83
+ "stylelint": "^16.23.1",
84
+ "stylelint-config-standard-scss": "^15.0.1",
85
+ "typescript-eslint": "^8.39.1",
86
+ "vite": "^7.1.2",
87
+ "vite-plugin-dts": "^4.5.4",
88
+ "vue-eslint-parser": "^10.2.0",
89
+ "vue-tsc": "^3.0.5"
91
90
  },
92
91
  "devDependencies": {
93
- "@commitlint/types": "^19.8.0",
92
+ "@commitlint/types": "^19.8.1",
94
93
  "@types/babel__core": "^7.20.5",
95
94
  "@types/babel__preset-env": "^7.10.0",
96
95
  "@types/fs-extra": "^11.0.4",
97
96
  "@types/lodash-es": "^4.17.12",
98
- "@types/node": "^22.14.0",
99
- "typescript": "^5.8.3",
100
- "unbuild": "^3.5.0"
97
+ "@types/node": "^24.2.1",
98
+ "tsx": "^4.20.4",
99
+ "typescript": "^5.9.2",
100
+ "unbuild": "^3.6.0"
101
101
  },
102
- "gitHead": "d16ad2d01b1f566243002c25c90615ae8a0b36c2"
102
+ "gitHead": "c9621d762856690ccbe36c93a3cf50dd1060602a"
103
103
  }