Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit a454757

Browse files
authored
Merge pull request #114 from vize-team/feature/editor-optim
Feature/editor optim
2 parents b751385 + f4a28a7 commit a454757

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+42324
-7274
lines changed

package-lock.json

Lines changed: 814 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
},
2323
"dependencies": {
2424
"@ant-design/icons": "^4.0.5",
25-
"@formily/antd": "*",
26-
"@formily/core": "*",
27-
"@formily/react": "*",
25+
"@formily/antd": "^2.0.0-beta.56",
26+
"@formily/core": "^2.0.0-beta.56",
27+
"@formily/react": "^2.0.0-beta.56",
2828
"@udecode/slate-plugins": "^1.0.0-alpha.25",
2929
"@vize/richtext-editor": "^0.1.5",
3030
"@vize/runtime-web": "^0.1.2",
31-
"@vize/types": "^0.1.12",
31+
"@vize/types": "^0.1.14",
3232
"antd": "^4.11.2",
3333
"axios": "^0.21.1",
3434
"classnames": "^2.2.6",
@@ -82,6 +82,7 @@
8282
"@types/react-dom": "^16.9.5",
8383
"@types/throttle-debounce": "^2.1.0",
8484
"@types/tinycolor2": "^1.4.2",
85+
"@types/webpack": "^5.28.0",
8586
"@typescript-eslint/eslint-plugin": "^3.0.2",
8687
"@typescript-eslint/parser": "^3.0.2",
8788
"@vuepress/plugin-active-header-links": "^1.8.0",
@@ -120,6 +121,7 @@
120121
"vuepress-plugin-code-copy": "^1.0.6",
121122
"vuepress-plugin-code-switcher": "^1.1.0",
122123
"vuepress-plugin-nprogress": "^1.1.8",
123-
"webpack": "4.42.0"
124+
"webpack": "4.42.0",
125+
"webpack-bundle-analyzer": "^4.4.2"
124126
}
125127
}

0 commit comments

Comments
 (0)