Skip to content

Commit 960a738

Browse files
chore(deps): update dependency vite to v4.5.3 (#3871)
1 parent 5408946 commit 960a738

File tree

7 files changed

+115
-147
lines changed

7 files changed

+115
-147
lines changed

pnpm-lock.yaml

Lines changed: 109 additions & 141 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vite-react-microfrontends/host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@types/react-dom": "18.2.21",
2121
"@vitejs/plugin-react": "4.2.1",
2222
"typescript": "4.9.4",
23-
"vite": "4.5.2"
23+
"vite": "4.5.3"
2424
}
2525
}

vite-react-microfrontends/remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@types/react-dom": "18.2.21",
2020
"@vitejs/plugin-react": "4.2.1",
2121
"typescript": "4.9.4",
22-
"vite": "4.5.2"
22+
"vite": "4.5.3"
2323
}
2424
}

vite-svelte-microfrontends/host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"svelte-preprocess": "5.1.4",
2121
"tslib": "2.5.0",
2222
"typescript": "4.9.4",
23-
"vite": "4.5.2"
23+
"vite": "4.5.3"
2424
},
2525
"dependencies": {
2626
"rxjs": "^7.6.0"

vite-svelte-microfrontends/remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"svelte-preprocess": "5.1.4",
2121
"tslib": "2.5.0",
2222
"typescript": "4.9.4",
23-
"vite": "4.5.2"
23+
"vite": "4.5.3"
2424
},
2525
"dependencies": {
2626
"rxjs": "^7.6.0"

vite-vue-microfrontends/host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"npm-run-all": "4.1.5",
3333
"prettier": "2.8.8",
3434
"typescript": "4.7.4",
35-
"vite": "4.5.2",
35+
"vite": "4.5.3",
3636
"vue-tsc": "1.8.27"
3737
}
3838
}

vite-vue-microfrontends/remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"npm-run-all": "4.1.5",
3434
"prettier": "2.8.8",
3535
"typescript": "4.7.4",
36-
"vite": "4.5.2",
36+
"vite": "4.5.3",
3737
"vue-tsc": "1.8.27"
3838
}
3939
}

0 commit comments

Comments
 (0)