Skip to content

Commit

Permalink
fix: update dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia committed Feb 1, 2024
1 parent 65c5423 commit 54212f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions scaffolds/ice3-antd-pro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/antd-pro-scaffold",
"version": "1.2.2",
"version": "1.3.0",
"description": "ice.js 3 Pro 模板(基于 Ant Design)",
"files": [
"src/",
Expand All @@ -18,7 +18,7 @@
"@ant-design/pro-form": "^2.2.8",
"@ant-design/pro-layout": "^7.1.6",
"@ant-design/pro-table": "^3.0.17",
"@ice/runtime": "^1.2.7",
"@ice/runtime": "^1.4.0",
"antd": "^4.24.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions scaffolds/ice3-fusion-pro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/fusion-pro-scaffold",
"version": "1.2.1",
"version": "1.3.0",
"description": "ice.js 3 Pro 模板(基于 Fusion Design)",
"files": [
"src/",
Expand All @@ -15,15 +15,15 @@
"dependencies": {
"@alifd/next": "^1.26.8",
"@alifd/theme-design-pro": "^0.8.0",
"@ice/runtime": "^1.2.7",
"@ice/runtime": "^1.4.0",
"bizcharts": "^3.5.10",
"moment": "^2.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@applint/spec": "^1.2.3",
"@ice/app": "^3.3.0",
"@ice/app": "^3.4.0",
"@ice/plugin-auth": "^1.0.0",
"@ice/plugin-request": "^1.0.0",
"@ice/plugin-store": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions scaffolds/ice3-lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/lite-scaffold",
"version": "1.2.1",
"version": "1.3.0",
"description": "A new ice.js project.",
"files": [
"src/",
Expand All @@ -13,7 +13,7 @@
"tsconfig.json"
],
"dependencies": {
"@ice/runtime": "^1.2.7",
"@ice/runtime": "^1.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit 54212f3

Please sign in to comment.