Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent f665a5a commit 3733578
Show file tree
Hide file tree
Showing 16 changed files with 273 additions and 30 deletions.
2 changes: 1 addition & 1 deletion examples/aws-companion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"express": "^4.19.2",
"express-session": "^1.17.3",
"npm-run-all": "^4.1.5",
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"express": "^4.19.2",
"express-session": "^1.15.6",
"npm-run-all": "^4.1.2",
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/digitalocean-spaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"dotenv": "^16.0.1",
"express": "^4.19.2",
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple-instances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@uppy/golden-retriever": "workspace:*"
},
"devDependencies": {
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/node-xhr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"npm-run-all": "^4.1.3",
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/php-xhr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"npm-run-all": "^4.1.3",
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/python-xhr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"npm-run-all": "^4.1.3",
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.0",
"vite": "^5.0.0"
"vite": "^5.3.6"
}
}
2 changes: 1 addition & 1 deletion examples/redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"redux-logger": "^3.0.6"
},
"devDependencies": {
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "~5.4",
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"dependencies": {
"@uppy/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/transloadit-markdown-bin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"marked": "^12.0.0"
},
"devDependencies": {
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/transloadit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"devDependencies": {
"npm-run-all": "^4.1.5",
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"dependencies": {
"@uppy/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"vite": "^5.0.0"
"vite": "^5.3.6"
}
}
2 changes: 1 addition & 1 deletion examples/xhr-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion private/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"autoprefixer": "^10.2.6",
"postcss-dir-pseudo-class": "^6.0.0",
"postcss-logical": "^5.0.0",
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"type": "module",
Expand Down
Loading

0 comments on commit 3733578

Please sign in to comment.