Skip to content

Commit

Permalink
chore: narrow down rollup version (#9637)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Aug 11, 2022
1 parent ac16abd commit fcf4d98
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 85 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -77,7 +77,7 @@
"prettier": "2.7.1",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
"rollup": "^2.75.6",
"rollup": ">=2.75.6 <2.77.0 || ~2.77.0",
"semver": "^7.3.7",
"simple-git-hooks": "^2.8.0",
"tslib": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Expand Up @@ -42,7 +42,7 @@
"@jridgewell/gen-mapping": "^0.3.2",
"@jridgewell/trace-mapping": "^0.3.14",
"debug": "^4.3.4",
"rollup": "^2.75.6",
"rollup": ">=2.75.6 <2.77.0 || ~2.77.0",
"slash": "^4.0.0",
"source-map": "^0.6.1",
"vite": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Expand Up @@ -61,7 +61,7 @@
"esbuild": "^0.14.47",
"postcss": "^8.4.16",
"resolve": "^1.22.1",
"rollup": "^2.75.6"
"rollup": ">=2.75.6 <2.77.0 || ~2.77.0"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
Expand Down
110 changes: 28 additions & 82 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fcf4d98

Please sign in to comment.