@vitejs/plugin-legacy 4.0.4 → 4.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -6
package/README.md CHANGED
@@ -159,7 +159,7 @@ The legacy plugin requires inline scripts for [Safari 10.1 `nomodule` fix](https
159
159
 
160
160
  - `sha256-MS6/3FCg4WjP9gwgaBGwLpRCY6fZBgwmhVCdrPrNf3E=`
161
161
  - `sha256-tQjf8gvb2ROOMapIxFvFAYBeUJ0v1HCbOcSmDNXGtDo=`
162
- - `sha256-p7PoC97FO+Lu90RNjGWxhbm13yALSR4xzV8vaDhaQBo=`
162
+ - `sha256-4y/gEB2/KIwZFTfNqwXJq4olzvmQ0S214m9jwKgNXoc=`
163
163
  - `sha256-+5XkZFazzJo8n0iOP4ti/cLCMUudTf//Mzkb7xNPXIc=`
164
164
 
165
165
  <!--
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitejs/plugin-legacy",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
4
4
  "license": "MIT",
5
5
  "author": "Evan You",
6
6
  "files": [
@@ -40,11 +40,12 @@
40
40
  "url": "https://github.com/vitejs/vite/issues"
41
41
  },
42
42
  "homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
43
+ "funding": "https://github.com/vitejs/vite?sponsor=1",
43
44
  "dependencies": {
44
- "@babel/core": "^7.21.4",
45
- "@babel/preset-env": "^7.21.4",
46
- "browserslist": "^4.21.5",
47
- "core-js": "^3.30.1",
45
+ "@babel/core": "^7.22.5",
46
+ "@babel/preset-env": "^7.22.5",
47
+ "browserslist": "^4.21.9",
48
+ "core-js": "^3.31.0",
48
49
  "magic-string": "^0.30.0",
49
50
  "regenerator-runtime": "^0.13.11",
50
51
  "systemjs": "^6.14.1"
@@ -54,7 +55,7 @@
54
55
  "vite": "^4.0.0"
55
56
  },
56
57
  "devDependencies": {
57
- "acorn": "^8.8.2",
58
+ "acorn": "^8.9.0",
58
59
  "picocolors": "^1.0.0",
59
60
  "vite": "workspace:*"
60
61
  }