Merge branch 'pre-release' into feat-theme-editor

This commit is contained in:
qkiroc 2022-08-29 10:32:32 +08:00
commit cf85bfd2e1
5 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
},
"dependencies": {
"deep-diff": "1.0.2",
"i18n-runtime": "0.0.0-alpha.11",
"i18n-runtime": "0.0.2",
"json-ast-comments": "^1.1.0",
"lodash": "^4.17.15",
"mobx": "^4.5.0",
@ -96,7 +96,7 @@
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.8.0",
"webpack-node-externals": "^3.0.0",
"webpack-react-i18n": "^0.0.0-alpha.11"
"webpack-react-i18n": "0.0.2"
},
"peerDependencies": {
"amis": "*",

View File

@ -2,7 +2,7 @@
* @file
*/
import 'amis';
import './local/index';
import './locale/index';
import Editor from './component/Editor';
import './component/ClassNameControl';