chore: update vite, svelte plugin

This commit is contained in:
Nate Moore 2022-01-18 11:56:15 -06:00
parent f30d95c3ea
commit 0457e2a8ee
3 changed files with 15 additions and 15 deletions

View file

@ -108,7 +108,7 @@
"strip-ansi": "^7.0.1",
"supports-esm": "^1.0.0",
"tsconfig-resolver": "^3.0.1",
"vite": "^2.7.6",
"vite": "^2.7.12",
"yargs-parser": "^21.0.0",
"zod": "^3.8.1"
},

View file

@ -20,10 +20,10 @@
"./package.json": "./package.json"
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.32",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.34",
"postcss-load-config": "^3.1.0",
"svelte": "^3.44.3",
"svelte-preprocess": "^4.9.8",
"postcss-load-config": "^3.1.0"
"svelte-preprocess": "^4.9.8"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"

View file

@ -1653,17 +1653,17 @@
magic-string "^0.25.0"
string.prototype.matchall "^4.0.6"
"@sveltejs/vite-plugin-svelte@^1.0.0-next.32":
version "1.0.0-next.32"
resolved "https://registry.yarnpkg.com/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-1.0.0-next.32.tgz#bafcb15dfa7832566dac2b8a67ac6b03e2be5ef6"
integrity sha512-Lhf5BxVylosHIW6U2s6WDQA39ycd+bXivC8gHsXCJeLzxoHj7Pv7XAOk25xRSXT4wHg9DWFMBQh2DFU0DxHZ2g==
"@sveltejs/vite-plugin-svelte@^1.0.0-next.34":
version "1.0.0-next.34"
resolved "https://registry.yarnpkg.com/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-1.0.0-next.34.tgz#24150ba572652cb3abdfc1205d6aae2326cc93b4"
integrity sha512-qZH2jndijrdkvevgbO7OH3iQsviM5Kz7h5APiNP4yEMZTrwq9bifzYvco6BprwtPvLb5wYlRVFZUOdusY6AovQ==
dependencies:
"@rollup/pluginutils" "^4.1.1"
"@rollup/pluginutils" "^4.1.2"
debug "^4.3.3"
kleur "^4.1.4"
magic-string "^0.25.7"
require-relative "^0.8.7"
svelte-hmr "^0.14.7"
svelte-hmr "^0.14.9"
"@tootallnate/once@1":
version "1.1.2"
@ -8795,7 +8795,7 @@ supports-esm@^1.0.0:
dependencies:
has-package-exports "^1.1.0"
svelte-hmr@^0.14.7:
svelte-hmr@^0.14.9:
version "0.14.9"
resolved "https://registry.yarnpkg.com/svelte-hmr/-/svelte-hmr-0.14.9.tgz#35f277efc789e1a6230185717347cddb2f8e9833"
integrity sha512-bKE9+4qb4sAnA+TKHiYurUl970rjA0XmlP9TEP7K/ncyWz3m81kA4HOgmlZK/7irGK7gzZlaPDI3cmf8fp/+tg==
@ -9595,10 +9595,10 @@ vite-plugin-pwa@0.11.5:
workbox-build "^6.4.0"
workbox-window "^6.4.0"
vite@^2.7.6:
version "2.7.6"
resolved "https://registry.yarnpkg.com/vite/-/vite-2.7.6.tgz#766c7524d27ba21ff27ab37aaffba7abf2e72917"
integrity sha512-PBNoc87rDYLtkpFU9dbVeGdbcyKzz6c34oScqivE3FEa3BhVa4ASupCzcz0eDIiSECovfLcQnLUJt9vhiEU08g==
vite@^2.7.12:
version "2.7.12"
resolved "https://registry.yarnpkg.com/vite/-/vite-2.7.12.tgz#7784ab19e7ff98f6a192d2d7d877480a8c2b7e7d"
integrity sha512-KvPYToRQWhRfBeVkyhkZ5hASuHQkqZUUdUcE3xyYtq5oYEPIJ0h9LWiWTO6v990glmSac2cEPeYeXzpX5Z6qKQ==
dependencies:
esbuild "^0.13.12"
postcss "^8.4.5"