Skip to content

Commit 4dae94d

Browse files
Update dependency @rollup/plugin-commonjs to v28 (#392)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 041f35b commit 4dae94d

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@rollup/plugin-alias": "^5.0.0",
13-
"@rollup/plugin-commonjs": "^26.0.0",
13+
"@rollup/plugin-commonjs": "^28.0.0",
1414
"@rollup/plugin-json": "^6.0.0",
1515
"@rollup/plugin-node-resolve": "^15.0.1",
1616
"@rollup/plugin-replace": "^5.0.1",

yarn.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -520,17 +520,18 @@
520520
dependencies:
521521
slash "^4.0.0"
522522

523-
"@rollup/plugin-commonjs@^26.0.0":
524-
version "26.0.1"
525-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-26.0.1.tgz#16d4d6e54fa63021249a292b50f27c0b0f1a30d8"
526-
integrity sha512-UnsKoZK6/aGIH6AdkptXhNvhaqftcjq3zZdT+LY5Ftms6JR06nADcDsYp5hTU9E2lbJUEOhdlY5J4DNTneM+jQ==
523+
"@rollup/plugin-commonjs@^28.0.0":
524+
version "28.0.0"
525+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.0.tgz#44b5e49cb5d5e6233f1e4996013a8649fdbb9557"
526+
integrity sha512-BJcu+a+Mpq476DMXG+hevgPSl56bkUoi88dKT8t3RyUp8kGuOh+2bU8Gs7zXDlu+fyZggnJ+iOBGrb/O1SorYg==
527527
dependencies:
528528
"@rollup/pluginutils" "^5.0.1"
529529
commondir "^1.0.1"
530530
estree-walker "^2.0.2"
531-
glob "^10.4.1"
531+
fdir "^6.1.1"
532532
is-reference "1.2.1"
533533
magic-string "^0.30.3"
534+
picomatch "^2.3.1"
534535

535536
"@rollup/plugin-json@^6.0.0":
536537
version "6.1.0"
@@ -2472,6 +2473,11 @@ fastq@^1.6.0:
24722473
dependencies:
24732474
reusify "^1.0.4"
24742475

2476+
fdir@^6.1.1:
2477+
version "6.3.0"
2478+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.3.0.tgz#fcca5a23ea20e767b15e081ee13b3e6488ee0bb0"
2479+
integrity sha512-QOnuT+BOtivR77wYvCWHfGt9s4Pz1VIMbD463vegT5MLqNXy8rYFT/lPVEqf/bhYeT6qmqrNHhsX+rWwe3rOCQ==
2480+
24752481
figures@^6.0.1:
24762482
version "6.1.0"
24772483
resolved "https://registry.yarnpkg.com/figures/-/figures-6.1.0.tgz#935479f51865fa7479f6fa94fc6fc7ac14e62c4a"
@@ -2728,7 +2734,7 @@ [email protected]:
27282734
minimatch "^5.0.1"
27292735
once "^1.3.0"
27302736

2731-
glob@^10.3.10, glob@^10.3.7, glob@^10.4.1:
2737+
glob@^10.3.10, glob@^10.3.7:
27322738
version "10.4.2"
27332739
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.2.tgz#bed6b95dade5c1f80b4434daced233aee76160e5"
27342740
integrity sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==

0 commit comments

Comments
 (0)