Skip to content

Commit 2266d83

Browse files
authored
fix(deps): update rollup to ^2.79.1 (#10298)
1 parent 65a0fad commit 2266d83

File tree

4 files changed

+60
-115
lines changed

4 files changed

+60
-115
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"prompts": "^2.4.2",
8080
"resolve": "^1.22.1",
8181
"rimraf": "^3.0.2",
82-
"rollup": "~2.78.0",
82+
"rollup": "^2.79.1",
8383
"rollup-plugin-license": "^2.8.1",
8484
"semver": "^7.3.7",
8585
"simple-git-hooks": "^2.8.0",

packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@jridgewell/gen-mapping": "^0.3.2",
4343
"@jridgewell/trace-mapping": "^0.3.15",
4444
"debug": "^4.3.4",
45-
"rollup": "~2.78.0",
45+
"rollup": "^2.79.1",
4646
"slash": "^4.0.0",
4747
"source-map": "^0.6.1",
4848
"vite": "workspace:*",

packages/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"esbuild": "^0.15.9",
6363
"postcss": "^8.4.16",
6464
"resolve": "^1.22.1",
65-
"rollup": "~2.78.0"
65+
"rollup": "^2.79.1"
6666
},
6767
"optionalDependencies": {
6868
"fsevents": "~2.3.2"

0 commit comments

Comments
 (0)