Skip to content

Commit 034dc50

Browse files
Update dependency @rollup/plugin-multi-entry to v6
1 parent 3700608 commit 034dc50

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@ava/typescript": "3.0.1",
43-
"@rollup/plugin-multi-entry": "4.1.0",
43+
"@rollup/plugin-multi-entry": "6.0.0",
4444
"@rollup/plugin-typescript": "8.5.0",
4545
"@types/bent": "7.3.2",
4646
"@types/dotenv": "8.2.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,13 +1223,13 @@
12231223
path-browserify "^1.0.0"
12241224
url "^0.11.0"
12251225

1226-
"@rollup/plugin-multi-entry@4.1.0":
1227-
version "4.1.0"
1228-
resolved "https://registry.yarnpkg.com/@rollup/plugin-multi-entry/-/plugin-multi-entry-4.1.0.tgz#e531511d4a9f490f766dbee1f10d6d94d26b3863"
1229-
integrity sha512-nellK5pr50W0JA2+bDJbG8F79GBP802J40YRoC0wyfpTAeAn5mJ4eaFiB/MN+YoX9hgb/6RJoZl9leDjZnUFKw==
1226+
"@rollup/plugin-multi-entry@6.0.0":
1227+
version "6.0.0"
1228+
resolved "https://registry.yarnpkg.com/@rollup/plugin-multi-entry/-/plugin-multi-entry-6.0.0.tgz#51dab86a6953787ca2d3ac5416aa71dd46b59f0a"
1229+
integrity sha512-msBgVncGQwh/ahxeP/rc8MXVZNBOjoVCsBuDk6uqyFzDv/SZN7jksfAsu6DJ2w4r5PaBX3/OXOjVPeCxya2waA==
12301230
dependencies:
1231-
"@rollup/plugin-virtual" "^2.0.3"
1232-
matched "^5.0.0"
1231+
"@rollup/plugin-virtual" "^3.0.0"
1232+
matched "^5.0.1"
12331233

12341234
"@rollup/plugin-typescript@8.5.0":
12351235
version "8.5.0"
@@ -1239,10 +1239,10 @@
12391239
"@rollup/pluginutils" "^3.1.0"
12401240
resolve "^1.17.0"
12411241

1242-
"@rollup/plugin-virtual@^2.0.3":
1243-
version "2.0.3"
1244-
resolved "https://registry.yarnpkg.com/@rollup/plugin-virtual/-/plugin-virtual-2.0.3.tgz#0afc88d75c1e1378ab290b8e9898d4edb5be0d74"
1245-
integrity sha512-pw6ziJcyjZtntQ//bkad9qXaBx665SgEL8C8KI5wO8G5iU5MPxvdWrQyVaAvjojGm9tJoS8M9Z/EEepbqieYmw==
1242+
"@rollup/plugin-virtual@^3.0.0":
1243+
version "3.0.1"
1244+
resolved "https://registry.yarnpkg.com/@rollup/plugin-virtual/-/plugin-virtual-3.0.1.tgz#cea7e489481cc0ca91516c047f8c53c1cfb1adf6"
1245+
integrity sha512-fK8O0IL5+q+GrsMLuACVNk2x21g3yaw+sG2qn16SnUd3IlBsQyvWxLMGHmCmXRMecPjGRSZ/1LmZB4rjQm68og==
12461246

12471247
"@rollup/pluginutils@^3.1.0":
12481248
version "3.1.0"
@@ -6259,7 +6259,7 @@ map-visit@^1.0.0:
62596259
dependencies:
62606260
object-visit "^1.0.0"
62616261

6262-
matched@^5.0.0:
6262+
matched@^5.0.1:
62636263
version "5.0.1"
62646264
resolved "https://registry.yarnpkg.com/matched/-/matched-5.0.1.tgz#620606d9dac6b7f4e955354b82e02ef4e3a62dc3"
62656265
integrity sha512-E1fhSTPRyhAlNaNvGXAgZQlq1hL0bgYMTk/6bktVlIhzUnX/SZs7296ACdVeNJE8xFNGSuvd9IpI7vSnmcqLvw==

0 commit comments

Comments
 (0)