Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
build(deps): bump vite from 4.0.1 to 4.0.5
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.0.1 to 4.0.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.0.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.0.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 3, 2023
1 parent 0b7556f commit 3bf9ab4
Show file tree
Hide file tree
Showing 5 changed files with 2,159 additions and 1,991 deletions.
2 changes: 1 addition & 1 deletion examples/react-faas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"isomorphic-unfetch": "^3.1.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"vite": "^4.0.1"
"vite": "^4.0.5"
},
"devDependencies": {
"@midwayjs/cli": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-faas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@midwayjs/rpc": "^3.1.0",
"@midwayjs/serve": "^3.1.0",
"isomorphic-unfetch": "^3.1.0",
"vite": "^4.0.1",
"vite": "^4.0.5",
"vue": "^3.2.31"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"vite": "^4.0.1",
"vite": "^4.0.5",
"@types/lodash": "^4.14.182"
}
}
2 changes: 1 addition & 1 deletion packages/hooks-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"detect-port": "1.5.1",
"fs-extra": "11.1.0",
"koa-static-cache": "^5.1.4",
"vite": "^4.0.1"
"vite": "^4.0.5"
},
"devDependencies": {
"@types/detect-port": "1.3.2",
Expand Down

0 comments on commit 3bf9ab4

Please sign in to comment.