Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni authored Jul 26, 2024
2 parents de73f35 + 1355217 commit be48d5f
Show file tree
Hide file tree
Showing 10 changed files with 520 additions and 713 deletions.
11 changes: 11 additions & 0 deletions .changeset/stupid-sloths-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@alita/plugin-lowcode': patch
'create-alita': patch
'@alita/plugin-azure': patch
'@alita/autoimport': patch
'@alita/plugins': patch
'@alita/native': patch
'alita': patch
---

feat: update [email protected]
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@types/react-dom": "^18.0.5",
"@types/resolve": "^1.20.2",
"@types/rimraf": "3.0.2",
"@umijs/plugin-docs": "4.2.8",
"@umijs/utils": "4.2.8",
"@umijs/plugin-docs": "4.3.10",
"@umijs/utils": "4.3.10",
"@vercel/ncc": "0.33.3",
"start-server-and-test": "^1.15.3",
"all-contributors-cli": "^6.20.4",
Expand Down Expand Up @@ -82,7 +82,7 @@
"turbo": "^1.3.1",
"typescript": "^4.7.2",
"uglify-js": "^3.15.4",
"umi": "4.2.8",
"umi": "4.3.10",
"umi-scripts": "workspace:*",
"yorkie": "^2.0.0",
"zx": "^7.2.0",
Expand All @@ -105,5 +105,8 @@
"engines": {
"node": ">=14",
"pnpm": ">=6.20.0"
},
"resolutions": {
"esbuild": "0.23.0"
}
}
12 changes: 6 additions & 6 deletions packages/alita/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"@alita/native": "3.4.0",
"@alita/plugins": "3.5.0",
"@alita/plugin-azure": "3.2.0",
"@umijs/core": "4.2.8",
"@umijs/bundler-webpack": "4.2.8",
"@umijs/babel-preset-umi": "4.2.8",
"@umijs/preset-umi": "4.2.8",
"@umijs/utils": "4.2.8",
"umi": "4.2.8"
"@umijs/core": "4.3.10",
"@umijs/bundler-webpack": "4.3.10",
"@umijs/babel-preset-umi": "4.3.10",
"@umijs/preset-umi": "4.3.10",
"@umijs/utils": "4.3.10",
"umi": "4.3.10"
}
}
4 changes: 2 additions & 2 deletions packages/autoimport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@umijs/bundler-utils": "4.2.8",
"@umijs/utils": "4.2.8"
"@umijs/bundler-utils": "4.3.10",
"@umijs/utils": "4.3.10"
}
}
2 changes: 1 addition & 1 deletion packages/create-alita/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"create-alita": "bin/create-alita.js"
},
"dependencies": {
"@umijs/utils": "4.2.8"
"@umijs/utils": "4.3.10"
}
}
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.2",
"@umijs/utils": "4.2.8"
"@umijs/utils": "4.3.10"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion packages/plugin-azure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@umijs/utils": "4.2.8",
"@umijs/utils": "4.3.10",
"openai": "^4.19.1"
}
}
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.2",
"@umijs/utils": "4.2.8"
"@umijs/utils": "4.3.10"
}
}
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.2",
"@alita/types": "3.1.2",
"@umijs/bundler-utils": "4.2.8",
"@umijs/plugins": "4.2.8",
"@umijs/utils": "4.2.8",
"@umijs/bundler-utils": "4.3.10",
"@umijs/plugins": "4.3.10",
"@umijs/utils": "4.3.10",
"ahooks": "^3.0.8",
"antd-mobile-alita": "^2.3.4",
"antd-mobile-icons": "^0.2.2",
Expand Down
Loading

0 comments on commit be48d5f

Please sign in to comment.