@xfe-repo/web-app 1.3.6 → 1.3.7

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
@@ -13,7 +13,6 @@ trigger:
13
13
 
14
14
  resources:
15
15
  requests:
16
- cpu: 2000
17
16
  memory: 4096MiB
18
17
 
19
18
  steps:
@@ -32,7 +31,6 @@ steps:
32
31
  image: xhj-prod-registry-vpc.cn-hangzhou.cr.aliyuncs.com/xhj-image-common/node-base:20.17.0-pnpm
33
32
  resources:
34
33
  limits:
35
- cpu: 4000
36
34
  memory: 8192MiB
37
35
  volumes:
38
36
  - name: node-modules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfe-repo/web-app",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "bin": {
5
5
  "xfe-web": "./bin/index.js"
6
6
  },
@@ -78,8 +78,8 @@
78
78
  "webpack-manifest-plugin": "^4.0.2",
79
79
  "workbox-webpack-plugin": "^7.0.0",
80
80
  "yaml": "^2.3.4",
81
- "@xfe-repo/typescript-config": "0.0.6",
82
- "@xfe-repo/eslint-config": "0.0.5"
81
+ "@xfe-repo/eslint-config": "0.0.5",
82
+ "@xfe-repo/typescript-config": "0.0.6"
83
83
  },
84
84
  "peerDependencies": {
85
85
  "react": "18.2.0",