@xfe-repo/web-app 1.2.5 → 1.2.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
@@ -33,8 +33,8 @@ steps:
33
33
  - name: node-modules
34
34
  path: /drone/src/node_modules
35
35
  commands:
36
- - export REACT_APP_RELEASE=$DRONE_REPO_NAME@${DRONE_TAG:CI_COMMIT_SHA}
37
36
  - cp -r node_modules/@xfe-repo/web-app/deploy deploy
37
+ - export REACT_APP_RELEASE=$DRONE_REPO_NAME@${DRONE_TAG:CI_COMMIT_SHA}
38
38
  - echo -n "$REACT_APP_RELEASE" > deploy/static/release
39
39
  - pnpm build
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfe-repo/web-app",
3
- "version": "1.2.5",
3
+ "version": "1.2.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/eslint-config": "0.0.5",
82
- "@xfe-repo/typescript-config": "0.0.6"
81
+ "@xfe-repo/typescript-config": "0.0.6",
82
+ "@xfe-repo/eslint-config": "0.0.5"
83
83
  },
84
84
  "peerDependencies": {
85
85
  "react": "18.2.0",