Skip to content

Commit

Permalink
chore: umi rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni committed Mar 4, 2022
1 parent edd4cba commit 1b3c050
Show file tree
Hide file tree
Showing 7 changed files with 615 additions and 560 deletions.
8 changes: 8 additions & 0 deletions .changeset/purple-hairs-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'alita': patch
'@alita/create-alita': patch
'@alita/native': patch
'@alita/plugins': patch
---

chore: umi rc5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/rimraf": "3.0.2",
"@umijs/utils": "4.0.0-rc.3",
"@umijs/utils": "4.0.0-rc.5",
"@changesets/cli": "2.19.0",
"@changesets/changelog-github": "0.4.2",
"alita": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/alita/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"dependencies": {
"@alita/native": "workspace:*",
"@alita/plugins": "workspace:*",
"@umijs/utils": "4.0.0-rc.3",
"@umijs/core": "4.0.0-rc.3",
"umi": "4.0.0-rc.3",
"@umijs/utils": "4.0.0-rc.5",
"@umijs/core": "4.0.0-rc.5",
"umi": "4.0.0-rc.5",
"v8-compile-cache": "^2.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-alita/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"create-alita": "bin/create-alita.js"
},
"dependencies": {
"@umijs/utils": "4.0.0-rc.3"
"@umijs/utils": "4.0.0-rc.5"
}
}
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": "workspace:*",
"@umijs/utils": "4.0.0-rc.3"
"@umijs/utils": "4.0.0-rc.5"
},
"license": "MIT"
}
6 changes: 3 additions & 3 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@alita/alita-layout": "^3.0.5",
"@alita/inspx": "0.0.2",
"@alita/request": "3.0.0-beta.4",
"@umijs/bundler-utils": "4.0.0-rc.3",
"@umijs/plugins": "4.0.0-rc.3",
"@umijs/utils": "4.0.0-rc.3",
"@umijs/bundler-utils": "4.0.0-rc.5",
"@umijs/plugins": "4.0.0-rc.5",
"@umijs/utils": "4.0.0-rc.5",
"ahooks": "^3.0.8",
"alita": "workspace:*",
"antd-mobile": "5.0.0-rc.25",
Expand Down
Loading

0 comments on commit 1b3c050

Please sign in to comment.