Skip to content

Commit

Permalink
build(deps): 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 May 3, 2023
1 parent 8891a11 commit 0eecd71
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 @@ -63,7 +63,7 @@
"@commitlint/config-angular": "17.4.4",
"@commitlint/cz-commitlint": "17.5.0",
"@rollup/plugin-commonjs": "22.0.2",
"@rollup/plugin-multi-entry": "4.1.0",
"@rollup/plugin-multi-entry": "6.0.0",
"@rollup/plugin-node-resolve": "15.0.2",
"@types/jest": "29.0.3",
"@typescript-eslint/eslint-plugin": "5.35.1",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2324,13 +2324,13 @@
magic-string "^0.25.7"
resolve "^1.17.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/[email protected]":
version "15.0.2"
Expand All @@ -2344,10 +2344,10 @@
is-module "^1.0.0"
resolve "^1.22.1"

"@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 @@ -5177,7 +5177,7 @@ map-obj@^4.0.0:
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==

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 0eecd71

Please sign in to comment.