diff options
author | 2023-01-04 02:24:49 +0800 | |
---|---|---|
committer | 2023-01-03 13:24:49 -0500 | |
commit | f6cf92b48317a19a3840ad781b77d6d3cae143bb (patch) | |
tree | c22d07726672c36ba35a69285c1ad98e8d62e28c /packages/integrations/netlify | |
parent | 5007bc78815ce81e91c9b1482c1b84e1214de4b0 (diff) | |
download | astro-f6cf92b48317a19a3840ad781b77d6d3cae143bb.tar.gz astro-f6cf92b48317a19a3840ad781b77d6d3cae143bb.tar.zst astro-f6cf92b48317a19a3840ad781b77d6d3cae143bb.zip |
Upgrade to Vite 4 (#5685)
* Upgrade Vite 4
* Simplify Svelte preprocess setup
* Upgrade rollup
* Fix tests
* Fix wrong changeset target
* Fix error tests
* Set NODE_ENV default
Diffstat (limited to 'packages/integrations/netlify')
-rw-r--r-- | packages/integrations/netlify/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index eec8cdd5a..f73102fea 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -46,6 +46,6 @@ "chai": "^4.3.6", "cheerio": "^1.0.0-rc.11", "mocha": "^9.2.2", - "vite": "^3.0.0" + "vite": "^4.0.3" } } |