Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent 3db4388 commit 75294b8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion create-aleo-app/template-react-leo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"raw-loader": "^4.0.2",
"style-loader": "^3.3.1",
"svg-url-loader": "^8.0.0",
"vite": "^4.4.5",
"vite": "^4.4.12",
"webpack": "^5.76.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
Expand Down
2 changes: 1 addition & 1 deletion create-aleo-app/template-react-managed-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"svg-url-loader": "^8.0.0",
"vite": "^4.4.5",
"vite": "^4.4.12",
"webpack": "^5.76.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
Expand Down
2 changes: 1 addition & 1 deletion create-aleo-app/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"svg-url-loader": "^8.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.4.5",
"vite": "^4.4.12",
"webpack": "^5.76.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
Expand Down
2 changes: 1 addition & 1 deletion create-aleo-app/template-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@aleohq/sdk": "^0.6.0",
"tslib": "^2.6.2",
"vite": "^4.4.5"
"vite": "^4.4.12"
}
}
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"mini-css-extract-plugin": "^2.5.3",
"prettier": "^3.0.0",
"style-loader": "^3.3.1",
"vite": "^4.3.9",
"vite": "^4.4.12",
"webpack": "^5.76.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9480,10 +9480,10 @@ vary@~1.1.2:
resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz"
integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==

vite@^4.3.9, vite@^4.4.5:
version "4.4.11"
resolved "https://registry.npmjs.org/vite/-/vite-4.4.11.tgz"
integrity sha512-ksNZJlkcU9b0lBwAGZGGaZHCMqHsc8OpgtoYhsQ4/I2v5cnpmmmqe5pM4nv/4Hn6G/2GhTdj0DhZh2e+Er1q5A==
vite@^4.4.12:
version "4.4.12"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.12.tgz#e9c355d5a0d8a47afa46cb4bad10820da333da5c"
integrity sha512-KtPlUbWfxzGVul8Nut8Gw2Qe8sBzWY+8QVc5SL8iRFnpnrcoCaNlzO40c1R6hPmcdTwIPEDkq0Y9+27a5tVbdQ==
dependencies:
esbuild "^0.18.10"
postcss "^8.4.27"
Expand Down

0 comments on commit 75294b8

Please sign in to comment.