mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
Update Vite to 2.5.0
This commit is contained in:
parent
aa8095725a
commit
d648787e8d
2 changed files with 9 additions and 9 deletions
|
@ -38,7 +38,7 @@
|
|||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"vite": "npm:@insertish/vite@2.4.0-beta.3-dynamic-import-css-3c1466b"
|
||||
"vite": "^2.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fontsource/atkinson-hyperlegible": "^4.4.5",
|
||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -2116,7 +2116,7 @@ es-to-primitive@^1.2.1:
|
|||
is-date-object "^1.0.1"
|
||||
is-symbol "^1.0.2"
|
||||
|
||||
esbuild@^0.12.8:
|
||||
esbuild@^0.12.17:
|
||||
version "0.12.20"
|
||||
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.20.tgz#4d3c9d83c99a4031e027b42a4c398c23b6827cb0"
|
||||
integrity sha512-u7+0qTo9Z64MD9PhooEngCmzyEYJ6ovFhPp8PLNh3UasR5Ihjv6HWVXqm8uHmasdQlpsAf0IsY4U0YVUfCpt4Q==
|
||||
|
@ -3284,7 +3284,7 @@ postcss-value-parser@^4.0.2:
|
|||
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
|
||||
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
|
||||
|
||||
postcss@^8.3.5:
|
||||
postcss@^8.3.6:
|
||||
version "8.3.6"
|
||||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea"
|
||||
integrity sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==
|
||||
|
@ -4144,13 +4144,13 @@ vite-plugin-pwa@^0.8.1:
|
|||
workbox-build "^6.1.5"
|
||||
workbox-window "^6.1.5"
|
||||
|
||||
"vite@npm:@insertish/vite@2.4.0-beta.3-dynamic-import-css-3c1466b":
|
||||
version "2.4.0-beta.3-dynamic-import-css-3c1466b"
|
||||
resolved "https://registry.yarnpkg.com/@insertish/vite/-/vite-2.4.0-beta.3-dynamic-import-css-3c1466b.tgz#39f96ff479c3c5ee6386a0f5353931826479f9eb"
|
||||
integrity sha512-DMqTNFhosE3ro8PIrfXT2yP/R7E1e9cqLyzxH6AWVee91BQMKYpDtgPOid0NByVuCO6EmCk0wzDq6nVC/jLSFQ==
|
||||
vite@^2.5.0:
|
||||
version "2.5.0"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-2.5.0.tgz#111ba3679432d426e44566acf480005a7914cbd6"
|
||||
integrity sha512-Dn4B+g54PJsMG5WCc4QeFy1ygMXRdTtFrUPegqfk4+vzVQcbF/DqqmI/1bxezArzbujBJg/67QeT5wz8edfJVQ==
|
||||
dependencies:
|
||||
esbuild "^0.12.8"
|
||||
postcss "^8.3.5"
|
||||
esbuild "^0.12.17"
|
||||
postcss "^8.3.6"
|
||||
resolve "^1.20.0"
|
||||
rollup "^2.38.5"
|
||||
optionalDependencies:
|
||||
|
|
Loading…
Reference in a new issue