Skip to content

Commit 5382ed4

Browse files
angular-robotclydin
authored andcommitted
build: update dependency @rollup/plugin-commonjs to v28
1 parent 1548827 commit 5382ed4

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@inquirer/confirm": "4.0.1",
8989
"@inquirer/prompts": "6.0.1",
9090
"@listr2/prompt-adapter-inquirer": "2.0.15",
91-
"@rollup/plugin-commonjs": "^26.0.0",
91+
"@rollup/plugin-commonjs": "^28.0.0",
9292
"@rollup/plugin-node-resolve": "^13.0.5",
9393
"@stylistic/eslint-plugin": "^2.8.0",
9494
"@types/babel__core": "7.20.5",

yarn.lock

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ __metadata:
666666
"@inquirer/confirm": "npm:4.0.1"
667667
"@inquirer/prompts": "npm:6.0.1"
668668
"@listr2/prompt-adapter-inquirer": "npm:2.0.15"
669-
"@rollup/plugin-commonjs": "npm:^26.0.0"
669+
"@rollup/plugin-commonjs": "npm:^28.0.0"
670670
"@rollup/plugin-node-resolve": "npm:^13.0.5"
671671
"@stylistic/eslint-plugin": "npm:^2.8.0"
672672
"@types/babel__core": "npm:7.20.5"
@@ -4215,22 +4215,23 @@ __metadata:
42154215
languageName: node
42164216
linkType: hard
42174217

4218-
"@rollup/plugin-commonjs@npm:^26.0.0":
4219-
version: 26.0.1
4220-
resolution: "@rollup/plugin-commonjs@npm:26.0.1"
4218+
"@rollup/plugin-commonjs@npm:^28.0.0":
4219+
version: 28.0.0
4220+
resolution: "@rollup/plugin-commonjs@npm:28.0.0"
42214221
dependencies:
42224222
"@rollup/pluginutils": "npm:^5.0.1"
42234223
commondir: "npm:^1.0.1"
42244224
estree-walker: "npm:^2.0.2"
4225-
glob: "npm:^10.4.1"
4225+
fdir: "npm:^6.1.1"
42264226
is-reference: "npm:1.2.1"
42274227
magic-string: "npm:^0.30.3"
4228+
picomatch: "npm:^2.3.1"
42284229
peerDependencies:
42294230
rollup: ^2.68.0||^3.0.0||^4.0.0
42304231
peerDependenciesMeta:
42314232
rollup:
42324233
optional: true
4233-
checksum: 10c0/483290d327bdb4147584c37d73e47df2c717735f1902cd2f66ebc83c7b40ae10e5a8d5e626f24b76ad4ac489eab4a8c13869410aad663810848b0abc89a630cf
4234+
checksum: 10c0/2dd5e56bb61b097697965e48f7bcccab2c6a453a783d1a0c6a599c1bdf9bb07ce8952b9ba88ae190a07c8819f774d72173a633f9f4a914727f2fd28f670fd649
42344235
languageName: node
42354236
linkType: hard
42364237

@@ -9907,6 +9908,18 @@ __metadata:
99079908
languageName: node
99089909
linkType: hard
99099910

9911+
"fdir@npm:^6.1.1":
9912+
version: 6.3.0
9913+
resolution: "fdir@npm:6.3.0"
9914+
peerDependencies:
9915+
picomatch: ^3 || ^4
9916+
peerDependenciesMeta:
9917+
picomatch:
9918+
optional: true
9919+
checksum: 10c0/be91cd6ab2edbc6df457a69b79672ee9345996986821918ef01908ce9619b8cbecd9c6c13d4ca5d0aeb548b162050d68c599f45bb3fbff194a91e16f25e646b5
9920+
languageName: node
9921+
linkType: hard
9922+
99109923
"fetch-blob@npm:^3.1.2, fetch-blob@npm:^3.1.4":
99119924
version: 3.2.0
99129925
resolution: "fetch-blob@npm:3.2.0"
@@ -10403,7 +10416,7 @@ __metadata:
1040310416
languageName: node
1040410417
linkType: hard
1040510418

10406-
"glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.4.1, glob@npm:^10.4.5":
10419+
"glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.4.5":
1040710420
version: 10.4.5
1040810421
resolution: "glob@npm:10.4.5"
1040910422
dependencies:

0 commit comments

Comments
 (0)