Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

fix(types): lock rollup to 2.77 #6617

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -42,8 +42,9 @@
"nuxi": "link:./packages/nuxi",
"nuxt": "link:./packages/nuxt",
"nuxt3": "link:./packages/nuxt",
"vite": "~3.0.7",
"unbuild": "^0.8.8"
"rollup": "~2.77.3",
"unbuild": "^0.8.8",
"vite": "~3.0.7"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Expand Up @@ -44,7 +44,7 @@
"postcss": "^8.4.16",
"postcss-import": "^14.1.0",
"postcss-url": "^10.1.3",
"rollup": "^2.78.0",
"rollup": "~2.77.3",
"rollup-plugin-visualizer": "^5.7.1",
"ufo": "^0.8.5",
"unplugin": "^0.9.0",
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Expand Up @@ -11,6 +11,7 @@
"@docus/twitter",
"vitest",
"unplugin",
"vue-tsc"
"vue-tsc",
"rollup"
]
}
18 changes: 2 additions & 16 deletions yarn.lock
Expand Up @@ -1809,7 +1809,7 @@ __metadata:
postcss: ^8.4.16
postcss-import: ^14.1.0
postcss-url: ^10.1.3
rollup: ^2.78.0
rollup: ~2.77.3
rollup-plugin-visualizer: ^5.7.1
ufo: ^0.8.5
unbuild: latest
Expand Down Expand Up @@ -11828,7 +11828,7 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:>=2.75.6 <2.77.0 || ~2.77.0, rollup@npm:^2.77.2, rollup@npm:^2.77.3":
"rollup@npm:~2.77.3":
version: 2.77.3
resolution: "rollup@npm:2.77.3"
dependencies:
Expand All @@ -11842,20 +11842,6 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:^2.78.0":
version: 2.78.0
resolution: "rollup@npm:2.78.0"
dependencies:
fsevents: ~2.3.2
dependenciesMeta:
fsevents:
optional: true
bin:
rollup: dist/bin/rollup
checksum: 01b5a7ae082d2a14201c973ee973099f0899cc87b65063d5ca5a77c05eeefb3b51e14b1346cf1a0fc879ac2cbb87239d4f960917bfc30b7c52f5dce50a7f56e7
languageName: node
linkType: hard

"run-async@npm:^2.4.0":
version: 2.4.1
resolution: "run-async@npm:2.4.1"
Expand Down