Skip to content

Commit 32d7a03

Browse files
committed
add @rollup/plugin-virtual dependency
1 parent 233c9e6 commit 32d7a03

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/nextjs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@rollup/plugin-sucrase": "4.0.4",
21+
"@rollup/plugin-virtual": "3.0.0",
2122
"@sentry/core": "7.16.0",
2223
"@sentry/integrations": "7.16.0",
2324
"@sentry/node": "7.16.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3351,6 +3351,11 @@
33513351
"@rollup/pluginutils" "^4.1.1"
33523352
sucrase "^3.20.0"
33533353

3354+
3355+
version "3.0.0"
3356+
resolved "https://registry.yarnpkg.com/@rollup/plugin-virtual/-/plugin-virtual-3.0.0.tgz#8c3f54b4ab4b267d9cd3dcbaedc58d4fd1deddca"
3357+
integrity sha512-K9KORe1myM62o0lKkNR4MmCxjwuAXsZEtIHpaILfv4kILXTOrXt/R2ha7PzMcCHPYdnkWPiBZK8ed4Zr3Ll5lQ==
3358+
33543359
"@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.0.9", "@rollup/pluginutils@^3.1.0":
33553360
version "3.1.0"
33563361
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"

0 commit comments

Comments
 (0)