Skip to content

Commit

Permalink
Merge pull request #1196 from lowcoder-org/dev
Browse files Browse the repository at this point in the history
Dev -> Main v2.4.7
  • Loading branch information
FalkWolsky authored Sep 28, 2024
2 parents 4085419 + 9d6f138 commit e777b7c
Show file tree
Hide file tree
Showing 77 changed files with 2,212 additions and 759 deletions.
2 changes: 1 addition & 1 deletion client/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.6
2.4.7
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lowcoder-frontend",
"version": "2.4.6",
"version": "2.4.7",
"type": "module",
"private": true,
"workspaces": [
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-typescript": "^8.5.0",
"@rollup/plugin-typescript": "^12.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@types/file-saver": "^2.0.5",
"@types/jest": "^29.2.2",
Expand Down Expand Up @@ -84,7 +84,7 @@
"react-countup": "^6.5.3",
"react-player": "^2.11.0",
"resize-observer-polyfill": "^1.5.1",
"rollup": "^4.13.0",
"rollup": "^4.22.5",
"simplebar": "^6.2.5",
"tui-image-editor": "^3.15.3"
}
Expand Down
2 changes: 1 addition & 1 deletion client/packages/lowcoder-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@vitejs/plugin-react": "^2.2.0",
"axios": "^1.1.3",
"axios": "^1.7.4",
"chalk": "4",
"commander": "^9.4.1",
"cross-spawn": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion client/packages/lowcoder-comps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lowcoder-comps",
"version": "2.4.16",
"version": "2.4.17",
"type": "module",
"license": "MIT",
"dependencies": {
Expand Down
Loading

0 comments on commit e777b7c

Please sign in to comment.