@gct-paas/build 0.1.0 → 0.1.2

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 +28 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gct-paas/build",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "paas 平台核心包",
6
6
  "main": "dist/index.cjs",
@@ -32,6 +32,7 @@
32
32
  "scripts": {
33
33
  "build": "unbuild",
34
34
  "lint": "eslint src/",
35
+ "link2global": "pnpm link --global",
35
36
  "publish:next": "npm run build && npm publish --access public --tag=next --registry=https://registry.npmjs.org/",
36
37
  "publish:dev": "npm run build && npm publish --access public --tag=dev --registry=https://registry.npmjs.org/",
37
38
  "publish:alpha": "npm run build && npm publish --access public --tag=alpha --registry=https://registry.npmjs.org/",
@@ -39,36 +40,36 @@
39
40
  "publish:npm": "npm run build && npm publish --access public --registry=https://registry.npmjs.org/"
40
41
  },
41
42
  "dependencies": {
42
- "@babel/core": "^7.26.9",
43
+ "@babel/core": "^7.26.10",
43
44
  "@babel/preset-env": "^7.26.9",
44
- "@commitlint/cli": "^19.7.1",
45
- "@commitlint/config-conventional": "^19.7.1",
46
- "@eslint/js": "^9.21.0",
47
- "@gct-paas/scss": "^0.1.0",
48
- "@inquirer/prompts": "^7.3.2",
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",
49
50
  "@rollup/plugin-babel": "^6.0.4",
50
- "@rollup/plugin-commonjs": "^28.0.2",
51
+ "@rollup/plugin-commonjs": "^28.0.3",
51
52
  "@rollup/plugin-eslint": "^9.0.5",
52
53
  "@rollup/plugin-json": "^6.1.0",
53
- "@rollup/plugin-node-resolve": "^16.0.0",
54
+ "@rollup/plugin-node-resolve": "^16.0.1",
54
55
  "@rollup/plugin-typescript": "^12.1.2",
55
- "@vitejs/plugin-vue": "^5.2.1",
56
- "@vitejs/plugin-vue-jsx": "^4.1.1",
56
+ "@vitejs/plugin-vue": "^5.2.3",
57
+ "@vitejs/plugin-vue-jsx": "^4.1.2",
57
58
  "@vue/compiler-sfc": "^3.5.13",
58
59
  "chokidar": "^4.0.3",
59
60
  "commander": "^13.1.0",
60
- "consola": "^3.4.0",
61
+ "consola": "^3.4.2",
61
62
  "copy-file": "^11.0.0",
62
63
  "core-js": "^3.41.0",
63
64
  "cpy": "^11.1.0",
64
65
  "crypto": "^1.0.1",
65
- "esbuild": "^0.25.0",
66
- "eslint": "^9.21.0",
67
- "eslint-config-prettier": "^10.0.2",
66
+ "esbuild": "^0.25.2",
67
+ "eslint": "^9.24.0",
68
+ "eslint-config-prettier": "^10.1.1",
68
69
  "eslint-plugin-import": "^2.31.0",
69
- "eslint-plugin-prettier": "^5.2.3",
70
+ "eslint-plugin-prettier": "^5.2.6",
70
71
  "eslint-plugin-unused-imports": "^4.1.4",
71
- "eslint-plugin-vue": "^9.32.0",
72
+ "eslint-plugin-vue": "^10.0.0",
72
73
  "fast-glob": "^3.3.3",
73
74
  "fs-extra": "^11.3.0",
74
75
  "globals": "^16.0.0",
@@ -77,26 +78,26 @@
77
78
  "picocolors": "^1.1.1",
78
79
  "prettier": "^3.5.3",
79
80
  "rimraf": "^6.0.1",
80
- "rollup": "^4.34.9",
81
+ "rollup": "^4.39.0",
81
82
  "rollup-plugin-esbuild": "^6.2.1",
82
- "stylelint": "^16.15.0",
83
- "stylelint-config-standard": "^37.0.0",
83
+ "stylelint": "^16.18.0",
84
+ "stylelint-config-standard": "^38.0.0",
84
85
  "stylelint-config-standard-scss": "^14.0.0",
85
- "typescript-eslint": "^8.26.0",
86
- "vite": "^6.2.0",
86
+ "typescript-eslint": "^8.29.1",
87
+ "vite": "^6.2.6",
87
88
  "vite-plugin-dts": "^4.5.3",
88
- "vue-eslint-parser": "^9.4.3",
89
+ "vue-eslint-parser": "^10.1.3",
89
90
  "vue-tsc": "^2.2.8"
90
91
  },
91
92
  "devDependencies": {
92
- "@commitlint/types": "^19.5.0",
93
+ "@commitlint/types": "^19.8.0",
93
94
  "@types/babel__core": "^7.20.5",
94
95
  "@types/babel__preset-env": "^7.10.0",
95
96
  "@types/fs-extra": "^11.0.4",
96
97
  "@types/lodash-es": "^4.17.12",
97
- "@types/node": "^22.13.9",
98
- "typescript": "^5.8.2",
98
+ "@types/node": "^22.14.0",
99
+ "typescript": "^5.8.3",
99
100
  "unbuild": "^3.5.0"
100
101
  },
101
- "gitHead": "96fcf21faa16ee10f8a5e0d023aae38641d91d36"
102
+ "gitHead": "d16ad2d01b1f566243002c25c90615ae8a0b36c2"
102
103
  }