Skip to content

Commit

Permalink
fix: c routes
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni committed Jul 14, 2022
1 parent 2c17b56 commit d0416be
Show file tree
Hide file tree
Showing 7 changed files with 300 additions and 118 deletions.
7 changes: 7 additions & 0 deletions .changeset/purple-cobras-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'alita': patch
'@alita/native': patch
'@alita/plugins': patch
---

fix: c routes \$index
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"@changesets/cli": "^2.23.0",
"@manypkg/get-packages": "^1.1.3",
"@types/qrcode-terminal": "*",
"@umijs/plugin-docs": "4.0.5",
"@umijs/utils": "4.0.5",
"@umijs/plugin-docs": "4.0.7",
"@umijs/utils": "4.0.7",
"core-js": "3.19.2",
"esbuild-jest": "^0.5.0",
"umi": "4.0.5",
"umi": "4.0.7",
"yorkie": "^2.0.0",
"@pnpm/lockfile-file": "^5.0.3",
"@pnpm/logger": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/alita/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"@alita/types": "3.0.2",
"@alita/native": "3.0.5",
"@alita/plugins": "3.0.6",
"@umijs/core": "4.0.5",
"@umijs/utils": "4.0.5",
"@umijs/core": "4.0.7",
"@umijs/utils": "4.0.7",
"qrcode-terminal": "^0.12.0",
"umi": "4.0.5",
"umi": "4.0.7",
"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.0.2",
"@umijs/utils": "4.0.5"
"@umijs/utils": "4.0.7"
},
"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 @@
"dependencies": {
"@alita/inspx": "0.0.2",
"@alita/request": "3.0.1",
"@umijs/bundler-utils": "4.0.5",
"@umijs/plugins": "4.0.5",
"@umijs/utils": "4.0.5",
"@umijs/bundler-utils": "4.0.7",
"@umijs/plugins": "4.0.7",
"@umijs/utils": "4.0.7",
"ahooks": "^3.0.8",
"@alita/types": "3.0.2",
"antd-mobile-icons": "^0.2.2",
Expand Down
Loading

0 comments on commit d0416be

Please sign in to comment.