Skip to content

Commit

Permalink
bump: amis v3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lurunze1226 committed Dec 4, 2023
1 parent 39311a7 commit 654f758
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"packages/amis"
],
"useWorkspaces": false,
"version": "3.6.1"
"version": "3.6.2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"qs": "6.9.7"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "5.15.4",
"@fortawesome/fontawesome-free": "^6.1.1",
"@babel/generator": "^7.22.9",
"@babel/parser": "^7.22.7",
"@babel/traverse": "^7.22.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/amis-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amis-core",
"version": "3.6.1",
"version": "3.6.2",
"description": "amis-core",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"esm"
],
"dependencies": {
"amis-formula": "^3.6.1",
"amis-formula": "^3.6.2",
"classnames": "2.3.2",
"file-saver": "^2.0.2",
"hoist-non-react-statics": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/amis-editor-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"sortablejs": "^1.14.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "5.15.4",
"@fortawesome/fontawesome-free": "^6.1.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/amis-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"mobx-state-tree": "^3.17.3"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "5.15.4",
"@fortawesome/fontawesome-free": "^6.1.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/amis-formula/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amis-formula",
"version": "3.6.1",
"version": "3.6.2",
"description": "负责 amis 里面的表达式实现,内置公式,编辑器等",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/amis-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "lib/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
"version": "3.6.1",
"version": "3.6.2",
"description": "",
"scripts": {
"build": "npm run clean-dist && NODE_ENV=production rollup -c ",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@rc-component/mini-decimal": "^1.0.1",
"amis-core": "^3.6.1",
"amis-formula": "^3.6.1",
"amis-core": "^3.6.2",
"amis-formula": "^3.6.2",
"classnames": "2.3.2",
"codemirror": "^5.63.0",
"downshift": "6.1.12",
Expand Down
8 changes: 4 additions & 4 deletions packages/amis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amis",
"version": "3.6.1",
"version": "3.6.2",
"description": "一种MIS页面生成工具",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
}
],
"dependencies": {
"amis-core": "^3.6.1",
"amis-ui": "^3.6.1",
"amis-core": "^3.6.2",
"amis-ui": "^3.6.2",
"attr-accept": "2.2.2",
"blueimp-canvastoblob": "2.1.0",
"classnames": "2.3.2",
Expand Down Expand Up @@ -76,7 +76,7 @@
"xlsx": "^0.18.5"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "5.15.4",
"@fortawesome/fontawesome-free": "^6.1.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.1.0",
Expand Down

0 comments on commit 654f758

Please sign in to comment.