Skip to content

Commit

Permalink
chore: update umi
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni committed Jan 10, 2023
1 parent 329bb22 commit 931d8d7
Show file tree
Hide file tree
Showing 8 changed files with 651 additions and 163 deletions.
8 changes: 8 additions & 0 deletions .changeset/curly-buckets-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'alita': patch
'@alita/native': patch
'@alita/plugin-lowcode': patch
'@alita/plugins': patch
---

chore: update umi
4 changes: 2 additions & 2 deletions examples/min/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
info - alita v3.2.9
info - Using Request Plugin
info - Using ClassNames Plugin
info - Umi v4.0.36
info - Umi v4.0.42
event - [Webpack] Compiled in 883 ms (314 modules)
Webpack Bundle Analyzer is started at http://127.0.0.1:8888
Use Ctrl+C to close it
Expand Down Expand Up @@ -39,7 +39,7 @@ ready - legacy mode is enabled, we automatically modify the srcTranspiler, jsMin
info - alita v3.2.9
info - Using Request Plugin
info - Using ClassNames Plugin
info - Umi v4.0.36
info - Umi v4.0.42
event - [Webpack] Compiled in 5035 ms (942 modules)
Webpack Bundle Analyzer is started at http://127.0.0.1:8888
Use Ctrl+C to close it
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"@types/react-dom": "^18.0.5",
"@types/resolve": "^1.20.2",
"@types/rimraf": "3.0.2",
"@umijs/plugin-docs": "4.0.36",
"@umijs/utils": "4.0.36",
"@umijs/plugin-docs": "4.0.42",
"@umijs/utils": "4.0.42",
"@vercel/ncc": "0.33.3",
"all-contributors-cli": "^6.20.4",
"core-js": "3.19.2",
Expand Down Expand Up @@ -83,7 +83,7 @@
"turbo": "^1.3.1",
"typescript": "^4.7.2",
"uglify-js": "^3.15.4",
"umi": "4.0.36",
"umi": "4.0.42",
"umi-scripts": "workspace:*",
"yorkie": "^2.0.0",
"zx": "^4.3.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/alita/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"@alita/types": "3.1.0",
"@alita/native": "3.2.3",
"@alita/plugins": "3.2.7",
"@umijs/core": "4.0.36",
"@umijs/bundler-webpack": "4.0.36",
"@umijs/babel-preset-umi": "4.0.36",
"@umijs/preset-umi": "4.0.36",
"@umijs/utils": "4.0.36",
"@umijs/core": "4.0.42",
"@umijs/bundler-webpack": "4.0.42",
"@umijs/babel-preset-umi": "4.0.42",
"@umijs/preset-umi": "4.0.42",
"@umijs/utils": "4.0.42",
"qrcode-terminal": "^0.12.0",
"umi": "4.0.36",
"umi": "4.0.42",
"v8-compile-cache": "^2.3.0",
"eslint": "8.15.0",
"stylelint": "14.8.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@alita/types": "3.1.0",
"@umijs/utils": "4.0.36"
"@umijs/utils": "4.0.42"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion packages/plugin-lowcode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
},
"dependencies": {
"@alita/types": "3.1.0",
"@umijs/utils": "4.0.36"
"@umijs/utils": "4.0.42"
}
}
6 changes: 3 additions & 3 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@alita/inspx": "0.0.2",
"@alita/request": "3.1.0",
"@alita/types": "3.1.0",
"@umijs/bundler-utils": "4.0.36",
"@umijs/plugins": "4.0.36",
"@umijs/utils": "4.0.36",
"@umijs/bundler-utils": "4.0.42",
"@umijs/plugins": "4.0.42",
"@umijs/utils": "4.0.42",
"ahooks": "^3.0.8",
"antd-mobile-alita": "^2.3.4",
"antd-mobile-icons": "^0.2.2",
Expand Down
Loading

0 comments on commit 931d8d7

Please sign in to comment.