@xfe-repo/web-app 1.0.14 → 1.0.15

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/deploy/.drone.yml CHANGED
@@ -14,17 +14,18 @@ trigger:
14
14
  steps:
15
15
  - name: install
16
16
  pull: if-not-exists
17
- image: xhj-prod-registry-vpc.cn-hangzhou.cr.aliyuncs.com/xhj-image-common/node-base:18.16.1-pnpm-9
17
+ image: xhj-prod-registry-vpc.cn-hangzhou.cr.aliyuncs.com/xhj-image-common/node-base:18.16.1-pnpm
18
18
  volumes:
19
19
  - name: node-modules
20
20
  path: /drone/src/node_modules
21
21
  commands:
22
22
  - pnpm config set registry https://registry.npmmirror.com
23
+ - pnpm i pnpm@9 -g && pnpm -v
23
24
  - pnpm i
24
25
 
25
26
  - name: build
26
27
  pull: if-not-exists
27
- image: xhj-prod-registry-vpc.cn-hangzhou.cr.aliyuncs.com/xhj-image-common/node-base:18.16.1-pnpm-9
28
+ image: xhj-prod-registry-vpc.cn-hangzhou.cr.aliyuncs.com/xhj-image-common/node-base:18.16.1-pnpm
28
29
  resources:
29
30
  limits:
30
31
  cpu: 2000
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfe-repo/web-app",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "bin": {
5
5
  "xfe-web": "./bin/index.js"
6
6
  },
@@ -73,7 +73,7 @@
73
73
  "webpack-manifest-plugin": "^4.0.2",
74
74
  "workbox-webpack-plugin": "^7.0.0",
75
75
  "yaml": "^2.3.4",
76
- "@xfe-repo/typescript-config": "0.0.3",
77
- "@xfe-repo/eslint-config": "0.0.2"
76
+ "@xfe-repo/eslint-config": "0.0.2",
77
+ "@xfe-repo/typescript-config": "0.0.3"
78
78
  }
79
79
  }