Bump vite from 2.7.13 to 2.8.4

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.7.13 to 2.8.4.
- [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/v2.8.4/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-19 16:44:38 +00:00 committed by GitHub
parent d1449413d7
commit e4c426fea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 464 additions and 1193 deletions

1651
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
"leaflet": "git+https://github.com/JLyne/Leaflet.git#f056e232a9f35ea3f15c054043a12c318fcb88b5",
"lodash.debounce": "^4.0.8",
"modern-normalize": "^1.1.0",
"vue": "^3.2.29",
"vue": "^3.2.31",
"vuex": "^4.0"
},
"devDependencies": {
@ -30,7 +30,7 @@
"@types/leaflet": "1.7.9",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^17.0.18",
"@typescript-eslint/eslint-plugin": "^5.10",
"@typescript-eslint/eslint-plugin": "^5.12",
"@typescript-eslint/parser": "^5.12",
"@vitejs/plugin-vue": "^2.0",
"@vue/compiler-sfc": "^3.2.31",
@ -50,7 +50,7 @@
"ts-jest": "^27.1.3",
"ts-node": "^10.5.0",
"typescript": "^4.5",
"vite": "^2.7.13",
"vite": "^2.8.4",
"vite-plugin-svg-sprite-component": "^1.0",
"vue-tsc": "0.31.4"
},