Skip to content

Commit

Permalink
feat: alita 3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni committed Jun 21, 2022
1 parent f5c7115 commit 5ae1738
Show file tree
Hide file tree
Showing 8 changed files with 257 additions and 566 deletions.
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mode": "pre",
"mode": "exit",
"tag": "rc",
"initialVersions": {
"@examples/boilerplate": "1.0.0",
Expand Down
8 changes: 8 additions & 0 deletions .changeset/ten-kings-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'alita': patch
'create-alita': patch
'@alita/native': patch
'@alita/plugins': patch
---

feat: use umi@4
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"devDependencies": {
"@types/qrcode-terminal": "*",
"@types/rimraf": "3.0.2",
"umi": "4.0.0-rc.22",
"@umijs/utils": "4.0.0-rc.22",
"@umijs/plugin-docs": "4.0.0-rc.22",
"umi": "4.0.0",
"@umijs/utils": "4.0.0",
"@umijs/plugin-docs": "4.0.0",
"@changesets/cli": "^2.23.0",
"@changesets/changelog-github": "^0.4.5",
"esno": "^0.10.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/alita/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"dependencies": {
"@alita/native": "3.0.0-rc.12",
"@alita/plugins": "3.0.0-rc.12",
"@umijs/bundler-utils": "4.0.0-rc.22",
"@umijs/core": "4.0.0-rc.22",
"@umijs/renderer-react": "4.0.0-rc.22",
"@umijs/utils": "4.0.0-rc.22",
"@umijs/bundler-utils": "4.0.0",
"@umijs/core": "4.0.0",
"@umijs/renderer-react": "4.0.0",
"@umijs/utils": "4.0.0",
"qrcode-terminal": "^0.12.0",
"umi": "4.0.0-rc.22",
"umi": "4.0.0",
"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.22"
"@umijs/utils": "4.0.0"
}
}
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": "3.0.0-rc.12",
"@umijs/utils": "4.0.0-rc.22"
"@umijs/utils": "4.0.0"
},
"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-rc.2",
"@umijs/bundler-utils": "4.0.0-rc.22",
"@umijs/plugins": "4.0.0-rc.22",
"@umijs/utils": "4.0.0-rc.22",
"@umijs/bundler-utils": "4.0.0",
"@umijs/plugins": "4.0.0",
"@umijs/utils": "4.0.0",
"ahooks": "^3.0.8",
"alita": "3.0.0-rc.12",
"antd-mobile-icons": "^0.2.2",
Expand Down
Loading

0 comments on commit 5ae1738

Please sign in to comment.