Skip to content

Commit

Permalink
Merge pull request #1174 from lowcoder-org/dependabot/npm_and_yarn/cl…
Browse files Browse the repository at this point in the history
…ient/vite-4.5.5

Bump vite from 4.5.3 to 4.5.5 in /client
  • Loading branch information
FalkWolsky authored Sep 21, 2024
2 parents 43dea52 + 0e56761 commit 9cf6dfd
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 300 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react-dom": "^18.2.0",
"react-resize-detector": "^7.0.0",
"typescript": "5.3.3",
"vite": "^4.5.2"
"vite": "^4.5.5"
},
"keywords": [
"Lowcoder, Component, Template, Plugin, Demonstrator"
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 @@ -33,7 +33,7 @@
"react-dom": "^18.2.0",
"react-json-view": "^1.21.3",
"rollup-plugin-external-globals": "^0.7.1",
"vite": "^4.5.2",
"vite": "^4.5.5",
"vite-plugin-css-injected-by-js": "^2.1.1",
"vite-plugin-svgr": "^2.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion client/packages/lowcoder-comps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
},
"devDependencies": {
"jest": "29.3.0",
"vite": "^5.0.12",
"vite": "^4.5.5",
"vite-tsconfig-paths": "^3.6.0"
}
}
2 changes: 1 addition & 1 deletion client/packages/lowcoder-plugin-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"lowcoder-cli": "workspace:^",
"lowcoder-sdk": "workspace:^",
"typescript": "4.8.4",
"vite": "^4.5.2"
"vite": "^4.5.5"
}
}
2 changes: 1 addition & 1 deletion client/packages/lowcoder-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"typescript": "^4.8.4",
"vite": "^4.5.2",
"vite": "^4.5.5",
"vite-plugin-svgr": "^2.2.2",
"vite-tsconfig-paths": "^3.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion client/packages/lowcoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"http-proxy-middleware": "^2.0.6",
"rollup-plugin-visualizer": "^5.9.2",
"typescript": "^4.8.4",
"vite": "^4.5.2",
"vite": "^4.5.5",
"vite-plugin-checker": "^0.5.1",
"vite-plugin-dynamic-import": "^1.5.0",
"vite-plugin-html": "^3.2.0",
Expand Down
Loading

0 comments on commit 9cf6dfd

Please sign in to comment.