Skip to content

Commit fcf4d98

Browse files
authored
chore: narrow down rollup version (#9637)
1 parent ac16abd commit fcf4d98

File tree

4 files changed

+31
-85
lines changed

4 files changed

+31
-85
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"prettier": "2.7.1",
7878
"prompts": "^2.4.2",
7979
"rimraf": "^3.0.2",
80-
"rollup": "^2.75.6",
80+
"rollup": ">=2.75.6 <2.77.0 || ~2.77.0",
8181
"semver": "^7.3.7",
8282
"simple-git-hooks": "^2.8.0",
8383
"tslib": "^2.4.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.14",
4444
"debug": "^4.3.4",
45-
"rollup": "^2.75.6",
45+
"rollup": ">=2.75.6 <2.77.0 || ~2.77.0",
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
@@ -61,7 +61,7 @@
6161
"esbuild": "^0.14.47",
6262
"postcss": "^8.4.16",
6363
"resolve": "^1.22.1",
64-
"rollup": "^2.75.6"
64+
"rollup": ">=2.75.6 <2.77.0 || ~2.77.0"
6565
},
6666
"optionalDependencies": {
6767
"fsevents": "~2.3.2"

pnpm-lock.yaml

+28-82
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)