Commit 37b532072fefc93f74e8082fc103d18665468ee7
1 parent
da64c1da
chore: update deps
Showing
2 changed files
with
20 additions
and
20 deletions
package.json
... | ... | @@ -64,7 +64,7 @@ |
64 | 64 | "@typescript-eslint/eslint-plugin": "^4.14.0", |
65 | 65 | "@typescript-eslint/parser": "^4.14.0", |
66 | 66 | "@vitejs/plugin-legacy": "^1.2.1", |
67 | - "@vitejs/plugin-vue": "^1.0.6", | |
67 | + "@vitejs/plugin-vue": "^1.1.0", | |
68 | 68 | "@vitejs/plugin-vue-jsx": "^1.0.2", |
69 | 69 | "@vue/compiler-sfc": "^3.0.5", |
70 | 70 | "@vuedx/typecheck": "^0.6.0", |
... | ... | @@ -98,12 +98,12 @@ |
98 | 98 | "stylelint-order": "^4.1.0", |
99 | 99 | "ts-node": "^9.1.1", |
100 | 100 | "typescript": "^4.1.3", |
101 | - "vite": "^2.0.0-beta.31", | |
101 | + "vite": "^2.0.0-beta.32", | |
102 | 102 | "vite-plugin-html": "^2.0.0-beta.5", |
103 | 103 | "vite-plugin-mock": "^2.0.0-beta.3", |
104 | 104 | "vite-plugin-purge-icons": "^0.5.2", |
105 | - "vite-plugin-pwa": "^0.3.8", | |
106 | - "vite-plugin-style-import": "^0.4.3", | |
105 | + "vite-plugin-pwa": "^0.3.9", | |
106 | + "vite-plugin-style-import": "^0.4.6", | |
107 | 107 | "vue-eslint-parser": "^7.3.0", |
108 | 108 | "yargs": "^16.2.0" |
109 | 109 | }, | ... | ... |
yarn.lock
... | ... | @@ -1840,10 +1840,10 @@ |
1840 | 1840 | "@vue/babel-plugin-jsx" "^1.0.1" |
1841 | 1841 | hash-sum "^2.0.0" |
1842 | 1842 | |
1843 | -"@vitejs/plugin-vue@^1.0.6": | |
1844 | - version "1.0.6" | |
1845 | - resolved "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.0.6.tgz#698afa5a77a6dcd22cf7757801f46a6f01cdbb53" | |
1846 | - integrity sha512-cWJewtxnVVpjlhq6DoZ7VP7sF1jTZYVg66ehslZ0tJANWk1uRiCXdqD8yQ4npZ4XewDICQzK+c+9i3Xsubx59w== | |
1843 | +"@vitejs/plugin-vue@^1.1.0": | |
1844 | + version "1.1.0" | |
1845 | + resolved "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.1.0.tgz#8ae0b11388897b07259c9e5198c0e3fb5e4b37d9" | |
1846 | + integrity sha512-ExlAt3nb3PB31jV9AgRZSMoGd+aQRU53fc/seghV8/l0JCzaX2mqlgpG8iytWkRxbBPgtAx4TpCPdiVKnTFT/A== | |
1847 | 1847 | |
1848 | 1848 | "@vue/babel-helper-vue-transform-on@^1.0.0": |
1849 | 1849 | version "1.0.0" |
... | ... | @@ -8256,20 +8256,20 @@ vite-plugin-purge-icons@^0.5.2: |
8256 | 8256 | "@purge-icons/generated" "^0.5.2" |
8257 | 8257 | rollup-plugin-purge-icons "^0.5.2" |
8258 | 8258 | |
8259 | -vite-plugin-pwa@^0.3.8: | |
8260 | - version "0.3.8" | |
8261 | - resolved "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.3.8.tgz#c98a683ddbbe87bd55db79acb6a5c849f2a29879" | |
8262 | - integrity sha512-W5FBJeS3KjaCG1qu7LMTX9+E0u6qNHFk+hk917s4MnAlQ/XnBs30kgRXVBXtVAPhgvn8rqj2ww+2OYed+MKtIg== | |
8259 | +vite-plugin-pwa@^0.3.9: | |
8260 | + version "0.3.9" | |
8261 | + resolved "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.3.9.tgz#d55bb90f927228f6567a16483d406649c897631e" | |
8262 | + integrity sha512-7UwG/jmBBzmmwFllc6fUmEpXyMYlBZsLBpjBfteHPp4lVptNrXVRT6Ou/ggVjPK2vlJqlh3GzvSo1sCNUxecgw== | |
8263 | 8263 | dependencies: |
8264 | 8264 | debug "^4.3.2" |
8265 | 8265 | fast-glob "^3.2.4" |
8266 | 8266 | pretty-bytes "^5.5.0" |
8267 | 8267 | workbox-build "^6.0.2" |
8268 | 8268 | |
8269 | -vite-plugin-style-import@^0.4.3: | |
8270 | - version "0.4.3" | |
8271 | - resolved "https://registry.npmjs.org/vite-plugin-style-import/-/vite-plugin-style-import-0.4.3.tgz#8fde9921eb3f972399a34623e6b1de2c16bc387f" | |
8272 | - integrity sha512-zIxBlfVwO5xNOX+8xktpTSBm2OzN5UB5zwBI5T4hRtZcoGs+/3RhznovENGLS+Oi94okvEEeEJKNwn/UnAXRXw== | |
8269 | +vite-plugin-style-import@^0.4.6: | |
8270 | + version "0.4.6" | |
8271 | + resolved "https://registry.npmjs.org/vite-plugin-style-import/-/vite-plugin-style-import-0.4.6.tgz#5351f6d9f62930dbd94f3e5292d445838ae88681" | |
8272 | + integrity sha512-aCE22nLLqm7a/ugOFN2UxvFP953yXmZBxCvTHAAJ0L3kxL61o9FKQRBSblqB78LGYSGA5oGlq5GRQrdcJiaHuw== | |
8273 | 8273 | dependencies: |
8274 | 8274 | "@babel/core" "^7.12.10" |
8275 | 8275 | "@babel/helper-module-imports" "^7.12.5" |
... | ... | @@ -8277,10 +8277,10 @@ vite-plugin-style-import@^0.4.3: |
8277 | 8277 | "@rollup/pluginutils" "^4.1.0" |
8278 | 8278 | change-case "^4.1.2" |
8279 | 8279 | |
8280 | -vite@^2.0.0-beta.31: | |
8281 | - version "2.0.0-beta.31" | |
8282 | - resolved "https://registry.npmjs.org/vite/-/vite-2.0.0-beta.31.tgz#0ce5f6c496c29f72062f9f0ae70dd6dfb18b0916" | |
8283 | - integrity sha512-tHBgSsSp0+dbz8tas6zOj2KbJSKOme62jXN13rk8BZdJEum5FDnwon9+7oas4db3NnVBLnciWa1r8QUNoOZjrA== | |
8280 | +vite@^2.0.0-beta.32: | |
8281 | + version "2.0.0-beta.32" | |
8282 | + resolved "https://registry.npmjs.org/vite/-/vite-2.0.0-beta.32.tgz#c9281013dfd73794887fc0ed7e96579677beb79a" | |
8283 | + integrity sha512-RluPnnm4Zyjfu/IBxEmGZe/2QcFqc7qXfhjxzFNiqzyVkmc935HcmSnejkVa7KoW/PeX0wKrtag432esByKVGg== | |
8284 | 8284 | dependencies: |
8285 | 8285 | esbuild "^0.8.26" |
8286 | 8286 | postcss "^8.2.1" | ... | ... |