@dao42/d42paas-front 0.7.17 → 0.7.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dao42/d42paas-front",
3
- "version": "0.7.17",
3
+ "version": "0.7.21",
4
4
  "description": "> TODO: description",
5
5
  "author": "eric183 <kk297466058@gmail.com>",
6
6
  "homepage": "https://github.com/dao42/d42paas_frontend#readme",
@@ -26,7 +26,7 @@
26
26
  "scripts": {
27
27
  "prebuild": "rimraf dist",
28
28
  "webpack": "cross-env TS_NODE_PROJECT=\"tsconfig.dev.json\" webpack --config ./config/webpack.prod.config.ts",
29
- "start:web": "yarn prebuild && yarn vite && yarn workNameSpaceToFix",
29
+ "start:web": "yarn vite && yarn workNameSpaceToFix",
30
30
  "storybook": "start-storybook -p 6006",
31
31
  "build-storybook": "build-storybook -o .storybook/dist",
32
32
  "dev:disble": "cross-env TS_NODE_PROJECT=\"tsconfig.dev.json\" webpack serve --open --config ./config/webpack.dev.config.ts",
@@ -36,15 +36,15 @@
36
36
  "fix": "eslint --fix --ext .jsx src/**",
37
37
  "copyTS": "shx cp ./src/types/editor.d.ts ./dist",
38
38
  "np": "npm publish --access-public",
39
- "patch": "yarn prebuild && yarn vite && npm version patch",
39
+ "patch": "yarn vite && npm version patch && yarn clean",
40
40
  "test": "jest --verbose",
41
+ "clean": "node config/patchClean.js",
41
42
  "workNameSpaceToFix": "node ./config/workNameSpaceToFix.js"
42
43
  },
43
44
  "dependencies": {
44
45
  "@dao42/d42paas_rtc": "^0.1.8"
45
46
  },
46
47
  "devDependencies": {
47
- "@headlessui/react": "^1.4.3",
48
48
  "@babel/core": "^7.9",
49
49
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
50
50
  "@babel/plugin-transform-runtime": "^7.15.0",
@@ -61,6 +61,7 @@
61
61
  "@emotion/react": "^11.4.1",
62
62
  "@emotion/styled": "^11.3.0",
63
63
  "@fullhuman/postcss-purgecss": "^4.0.3",
64
+ "@headlessui/react": "^1.4.3",
64
65
  "@knight-lab/timelinejs": "^3.8.19",
65
66
  "@loadable/component": "^5.15.2",
66
67
  "@react-spring/types": "^9.2.4",
@@ -165,7 +166,7 @@
165
166
  "xterm": "^4.13.0",
166
167
  "xterm-addon-attach": "^0.6.0",
167
168
  "xterm-addon-fit": "^0.5.0",
168
- "zustand": "^3.5.10"
169
+ "zustand": "^3.7.0"
169
170
  },
170
171
  "files": [
171
172
  "dist"