Skip to content

Commit 8c11f6a

Browse files
authored
Merge branch 'main' into dependabot/maven/server/api-service/org.springframework.boot-spring-boot-starter-parent-3.1.1
2 parents 32ce796 + a9fb27d commit 8c11f6a

File tree

17 files changed

+318
-281
lines changed

17 files changed

+318
-281
lines changed

.github/workflows/commitlint.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

client/packages/lowcoder-cli-template-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lowcoder-cli": "workspace:^",
2020
"lowcoder-sdk": "workspace:^",
2121
"typescript": "^4.8.4",
22-
"vite": "^3.2.4"
22+
"vite": "^4.3.9"
2323
},
2424
"keywords": [
2525
"lowcoder"

client/packages/lowcoder-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react-dom": "^17",
3535
"react-json-view": "^1.21.3",
3636
"rollup-plugin-external-globals": "^0.7.1",
37-
"vite": "^3.2.4",
37+
"vite": "^4.3.9",
3838
"vite-plugin-css-injected-by-js": "^2.1.1",
3939
"vite-plugin-svgr": "^2.2.2"
4040
},

client/packages/lowcoder-comps/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"big.js": "^6.2.1",
1717
"lowcoder-cli": "workspace:^",
1818
"lowcoder-sdk": "workspace:^",
19-
"mermaid": "^10.0.2",
19+
"mermaid": "^10.2.4",
2020
"react": "17",
2121
"react-dom": "17",
2222
"typescript": "4.8.4"
@@ -59,7 +59,7 @@
5959
},
6060
"devDependencies": {
6161
"jest": "29.3.0",
62-
"vite": "^3.2.4",
62+
"vite": "^4.3.9",
6363
"vite-tsconfig-paths": "^3.6.0"
6464
}
6565
}

client/packages/lowcoder-plugin-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"lowcoder-cli": "workspace:^",
3636
"lowcoder-sdk": "workspace:^",
3737
"typescript": "4.8.4",
38-
"vite": "^3.2.4"
38+
"vite": "^4.3.9"
3939
}
4040
}

client/packages/lowcoder-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"rollup-plugin-terser": "^7.0.2",
4545
"rollup-plugin-typescript": "^1.0.1",
4646
"typescript": "^4.8.4",
47-
"vite": "^3.2.4",
47+
"vite": "^4.3.9",
4848
"vite-plugin-svgr": "^2.2.2",
4949
"vite-tsconfig-paths": "^3.6.0"
5050
},

client/packages/lowcoder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@
120120
"eslint-plugin-only-ascii": "^0.0.0",
121121
"http-proxy-middleware": "^2.0.6",
122122
"lowcoder-dev-utils": "workspace:^",
123-
"rollup-plugin-visualizer": "^5.8.3",
123+
"rollup-plugin-visualizer": "^5.9.2",
124124
"typescript": "^4.8.4",
125-
"vite": "^3.2.4",
125+
"vite": "^4.3.9",
126126
"vite-plugin-checker": "^0.5.1",
127127
"vite-plugin-html": "^3.2.0",
128128
"vite-plugin-svgr": "^2.2.2",

0 commit comments

Comments
 (0)