Skip to content

Commit ed8d6a7

Browse files
authored
chore: narrow down rollup version (#9651)
1 parent e361a80 commit ed8d6a7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"prettier": "2.6.2",
6262
"prompts": "^2.4.2",
6363
"rimraf": "^3.0.2",
64-
"rollup": "^2.59.0",
64+
"rollup": ">=2.59.0 <2.78.0",
6565
"semver": "^7.3.7",
6666
"simple-git-hooks": "^2.7.0",
6767
"sirv": "^2.0.2",

packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/hash-sum": "^1.0.0",
4040
"debug": "^4.3.4",
4141
"hash-sum": "^2.0.0",
42-
"rollup": "^2.59.0",
42+
"rollup": ">=2.59.0 <2.78.0",
4343
"slash": "^4.0.0",
4444
"source-map": "^0.6.1",
4545
"vue": "^3.2.33"

packages/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"esbuild": "^0.14.27",
4747
"postcss": "^8.4.13",
4848
"resolve": "^1.22.0",
49-
"rollup": "^2.59.0"
49+
"rollup": ">=2.59.0 <2.78.0"
5050
},
5151
"optionalDependencies": {
5252
"fsevents": "~2.3.2"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)