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 53c675a commit c381571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit c381571

Please sign in to comment.