Upgrade to Vite 5

Also overrides rollup version to 4.5.1
pull/334/head
Lim Chee Aun 2023-11-23 16:57:16 +08:00
rodzic 6553ae0b6e
commit b74f6b3168
2 zmienionych plików z 815 dodań i 6634 usunięć

7436
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -44,16 +44,16 @@
"valtio": "1.9.0" "valtio": "1.9.0"
}, },
"devDependencies": { "devDependencies": {
"@preact/preset-vite": "~2.6.0", "@preact/preset-vite": "~2.7.0",
"@trivago/prettier-plugin-sort-imports": "~4.3.0", "@trivago/prettier-plugin-sort-imports": "~4.3.0",
"postcss": "~8.4.31", "postcss": "~8.4.31",
"postcss-dark-theme-class": "~1.0.0", "postcss-dark-theme-class": "~1.0.0",
"postcss-preset-env": "~9.3.0", "postcss-preset-env": "~9.3.0",
"twitter-text": "~3.1.0", "twitter-text": "~3.1.0",
"vite": "~4.5.0", "vite": "~5.0.2",
"vite-plugin-generate-file": "~0.0.4", "vite-plugin-generate-file": "~0.1.1",
"vite-plugin-html-config": "~1.0.11", "vite-plugin-html-config": "~1.0.11",
"vite-plugin-pwa": "~0.16.7", "vite-plugin-pwa": "~0.17.0",
"vite-plugin-remove-console": "~2.1.1", "vite-plugin-remove-console": "~2.1.1",
"workbox-cacheable-response": "~7.0.0", "workbox-cacheable-response": "~7.0.0",
"workbox-expiration": "~7.0.0", "workbox-expiration": "~7.0.0",
@ -70,6 +70,11 @@
} }
} }
}, },
"overrides": {
"vite": {
"rollup": ">=4.5.1"
}
},
"browserslist": [ "browserslist": [
"defaults", "defaults",
"android >= 4" "android >= 4"