Skip to content

Commit

Permalink
chore(deps-dev): bump vite from 4.5.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 5.0.0.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/[email protected]/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent bd2ba2b commit 243a8e1
Show file tree
Hide file tree
Showing 9 changed files with 632 additions and 25 deletions.
2 changes: 1 addition & 1 deletion elements/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"luxon": "^3.3.0",
"p-retry": "^6.1.0",
"typescript": "^5.2.2",
"vite": "^4.0.0"
"vite": "^5.0.0"
},
"engines": {
"npm": ">=8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion elements/drawtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"eslint-plugin-typescript": "^0.14.0",
"ol": "^8.1.0",
"typescript": "^5.2.2",
"vite": "^4.0.0"
"vite": "^5.0.0"
},
"engines": {
"npm": ">=8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion elements/itemfilter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@typescript-eslint/parser": "^6.8.0",
"eslint-plugin-typescript": "^0.14.0",
"typescript": "^5.2.2",
"vite": "^4.0.0"
"vite": "^5.0.0"
},
"engines": {
"npm": ">=8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion elements/jsonform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"eslint-plugin-typescript": "^0.14.0",
"lit": "^3.0.2",
"typescript": "^5.2.2",
"vite": "^4.0.0"
"vite": "^5.0.0"
},
"engines": {
"npm": ">=8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion elements/layercontrol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ol": "^8.1.0",
"sortablejs": "^1.15.0",
"typescript": "^5.2.2",
"vite": "^4.0.0"
"vite": "^5.0.0"
},
"engines": {
"npm": ">=8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion elements/map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@typescript-eslint/parser": "^6.8.0",
"eslint-plugin-typescript": "^0.14.0",
"typescript": "^5.2.2",
"vite": "^4.0.0"
"vite": "^5.0.0"
},
"engines": {
"npm": ">=8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion elements/stacinfo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"eslint-plugin-typescript": "^0.14.0",
"stac-js": "^0.0.8",
"typescript": "^5.2.2",
"vite": "^4.0.0"
"vite": "^5.0.0"
},
"engines": {
"npm": ">=8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion elements/timecontrol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"eslint-plugin-typescript": "^0.14.0",
"ol": "^8.1.0",
"typescript": "^5.2.2",
"vite": "^4.0.0"
"vite": "^5.0.0"
},
"engines": {
"npm": ">=8.0.0",
Expand Down
Loading

0 comments on commit 243a8e1

Please sign in to comment.