vite 2.9.6 → 2.9.9

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.

Potentially problematic release.


This version of vite might be problematic. Click here for more details.

package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite",
3
- "version": "2.9.6",
3
+ "version": "2.9.9",
4
4
  "license": "MIT",
5
5
  "author": "Evan You",
6
6
  "description": "Native-ESM powered web dev build tool",
@@ -44,7 +44,7 @@
44
44
  "//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
45
45
  "dependencies": {
46
46
  "esbuild": "^0.14.27",
47
- "postcss": "^8.4.12",
47
+ "postcss": "^8.4.13",
48
48
  "resolve": "^1.22.0",
49
49
  "rollup": "^2.59.0"
50
50
  },
@@ -52,9 +52,9 @@
52
52
  "fsevents": "~2.3.2"
53
53
  },
54
54
  "devDependencies": {
55
- "@ampproject/remapping": "^2.1.2",
56
- "@babel/parser": "^7.17.9",
57
- "@babel/types": "^7.17.0",
55
+ "@ampproject/remapping": "^2.2.0",
56
+ "@babel/parser": "^7.17.10",
57
+ "@babel/types": "^7.17.10",
58
58
  "@jridgewell/trace-mapping": "^0.3.9",
59
59
  "@rollup/plugin-alias": "^3.1.9",
60
60
  "@rollup/plugin-commonjs": "^21.1.0",
@@ -72,12 +72,12 @@
72
72
  "@types/micromatch": "^4.0.2",
73
73
  "@types/mime": "^2.0.3",
74
74
  "@types/node": "^17.0.25",
75
- "@types/resolve": "^1.20.1",
75
+ "@types/resolve": "^1.20.2",
76
76
  "@types/sass": "~1.43.1",
77
77
  "@types/stylus": "^0.48.37",
78
78
  "@types/ws": "^8.5.3",
79
79
  "@vue/compiler-dom": "^3.2.33",
80
- "acorn": "^8.7.0",
80
+ "acorn": "^8.7.1",
81
81
  "cac": "6.7.9",
82
82
  "chokidar": "^3.5.3",
83
83
  "connect": "^3.7.0",
@@ -112,11 +112,12 @@
112
112
  "source-map-js": "^1.0.2",
113
113
  "source-map-support": "^0.5.21",
114
114
  "strip-ansi": "^6.0.1",
115
- "terser": "^5.12.1",
115
+ "strip-literal": "^0.2.0",
116
+ "terser": "^5.13.1",
116
117
  "tsconfck": "^1.2.2",
117
- "tslib": "^2.3.1",
118
+ "tslib": "^2.4.0",
118
119
  "types": "link:./types",
119
- "ws": "^8.5.0"
120
+ "ws": "^8.6.0"
120
121
  },
121
122
  "peerDependencies": {
122
123
  "less": "*",