Skip to content

Commit

Permalink
Update dependency @rollup/plugin-multi-entry to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 7, 2022
1 parent d6c3d25 commit c293b9e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@ava/typescript": "3.0.1",
"@rollup/plugin-multi-entry": "4.1.0",
"@rollup/plugin-multi-entry": "6.0.0",
"@rollup/plugin-typescript": "8.5.0",
"@types/bent": "7.3.2",
"@types/dotenv": "8.2.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1223,13 +1223,13 @@
path-browserify "^1.0.0"
url "^0.11.0"

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

"@rollup/plugin-typescript@8.5.0":
version "8.5.0"
Expand All @@ -1239,10 +1239,10 @@
"@rollup/pluginutils" "^3.1.0"
resolve "^1.17.0"

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

"@rollup/pluginutils@^3.1.0":
version "3.1.0"
Expand Down Expand Up @@ -6266,7 +6266,7 @@ map-visit@^1.0.0:
dependencies:
object-visit "^1.0.0"

matched@^5.0.0:
matched@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/matched/-/matched-5.0.1.tgz#620606d9dac6b7f4e955354b82e02ef4e3a62dc3"
integrity sha512-E1fhSTPRyhAlNaNvGXAgZQlq1hL0bgYMTk/6bktVlIhzUnX/SZs7296ACdVeNJE8xFNGSuvd9IpI7vSnmcqLvw==
Expand Down

0 comments on commit c293b9e

Please sign in to comment.