Skip to content

Commit

Permalink
chore: umi@rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni committed Mar 1, 2022
1 parent fde91df commit 80c87e4
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions .changeset/flat-islands-roll.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
---

feat: update umi@4-rc3
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.2",
"@umijs/utils": "4.0.0-rc.3",
"@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.2",
"@umijs/core": "4.0.0-rc.2",
"umi": "4.0.0-rc.2",
"@umijs/utils": "4.0.0-rc.3",
"@umijs/core": "4.0.0-rc.3",
"umi": "4.0.0-rc.3",
"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.2"
"@umijs/utils": "4.0.0-rc.3"
}
}
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.2"
"@umijs/utils": "4.0.0-rc.3"
},
"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.2",
"@umijs/plugins": "4.0.0-rc.2",
"@umijs/utils": "4.0.0-rc.2",
"@umijs/bundler-utils": "4.0.0-rc.3",
"@umijs/plugins": "4.0.0-rc.3",
"@umijs/utils": "4.0.0-rc.3",
"ahooks": "^3.0.8",
"alita": "workspace:*",
"antd-mobile": "5.0.0-rc.25",
Expand Down

0 comments on commit 80c87e4

Please sign in to comment.