mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
bump: v6.0.0
This commit is contained in:
parent
73d5239fbe
commit
1c38f80656
@ -3,8 +3,10 @@
|
||||
"packages/amis-formula",
|
||||
"packages/amis-core",
|
||||
"packages/amis-ui",
|
||||
"packages/amis"
|
||||
"packages/amis",
|
||||
"packages/amis-editor-core",
|
||||
"packages/amis-editor"
|
||||
],
|
||||
"useWorkspaces": false,
|
||||
"version": "3.5.3"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "amis-core",
|
||||
"version": "3.5.3",
|
||||
"version": "6.0.0",
|
||||
"description": "amis-core",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
@ -47,7 +47,7 @@
|
||||
"esm"
|
||||
],
|
||||
"dependencies": {
|
||||
"amis-formula": "^3.5.3",
|
||||
"amis-formula": "^6.0.0",
|
||||
"classnames": "2.3.2",
|
||||
"file-saver": "^2.0.2",
|
||||
"hoist-non-react-statics": "^3.3.2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "amis-editor-core",
|
||||
"version": "5.6.1",
|
||||
"version": "6.0.0",
|
||||
"description": "amis 可视化编辑器",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
@ -121,4 +121,4 @@
|
||||
"react": ">=16.8.6",
|
||||
"react-dom": ">=16.8.6"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "amis-editor",
|
||||
"version": "5.6.1",
|
||||
"version": "6.0.0",
|
||||
"description": "amis 可视化编辑器",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
@ -41,9 +41,9 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@webcomponents/webcomponentsjs": "^2.6.0",
|
||||
"amis-editor-core": "*",
|
||||
"amis-theme-editor-helper": "*",
|
||||
"amis-editor-core": "^6.0.0",
|
||||
"amis-postcss": "1.0.0",
|
||||
"amis-theme-editor-helper": "*",
|
||||
"i18n-runtime": "*",
|
||||
"lodash": "^4.17.15",
|
||||
"mobx-state-tree": "^3.17.3"
|
||||
@ -102,10 +102,10 @@
|
||||
"amis": "*",
|
||||
"amis-core": "*",
|
||||
"amis-formula": "*",
|
||||
"amis-ui": "*",
|
||||
"amis-theme-editor-helper": "*",
|
||||
"amis-ui": "*",
|
||||
"i18n-runtime": "*",
|
||||
"react": ">=16.8.6",
|
||||
"react-dom": ">=16.8.6"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "amis-formula",
|
||||
"version": "3.5.3",
|
||||
"version": "6.0.0",
|
||||
"description": "负责 amis 里面的表达式实现,内置公式,编辑器等",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"version": "3.5.3",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"build": "npm run clean-dist && NODE_ENV=production rollup -c ",
|
||||
@ -36,8 +36,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@rc-component/mini-decimal": "^1.0.1",
|
||||
"amis-core": "^3.5.3",
|
||||
"amis-formula": "^3.5.3",
|
||||
"amis-core": "^6.0.0",
|
||||
"amis-formula": "^6.0.0",
|
||||
"classnames": "2.3.2",
|
||||
"codemirror": "^5.63.0",
|
||||
"downshift": "6.1.12",
|
||||
@ -62,6 +62,7 @@
|
||||
"react-color": "^2.19.3",
|
||||
"react-draggable": "^4.4.5",
|
||||
"react-hook-form": "7.39.0",
|
||||
"react-intersection-observer": "9.5.2",
|
||||
"react-json-view": "1.21.3",
|
||||
"react-overlays": "5.1.1",
|
||||
"react-textarea-autosize": "8.3.3",
|
||||
@ -70,8 +71,7 @@
|
||||
"sortablejs": "1.15.0",
|
||||
"tinymce": "^6.1.2",
|
||||
"tslib": "^2.3.1",
|
||||
"uncontrollable": "7.2.1",
|
||||
"react-intersection-observer": "9.5.2"
|
||||
"uncontrollable": "7.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^22.0.2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "amis",
|
||||
"version": "3.5.3",
|
||||
"version": "6.0.0",
|
||||
"description": "一种MIS页面生成工具",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
@ -37,8 +37,8 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"amis-core": "^3.5.3",
|
||||
"amis-ui": "^3.5.3",
|
||||
"amis-core": "^6.0.0",
|
||||
"amis-ui": "^6.0.0",
|
||||
"attr-accept": "2.2.2",
|
||||
"blueimp-canvastoblob": "2.1.0",
|
||||
"classnames": "2.3.2",
|
||||
|
Loading…
Reference in New Issue
Block a user