Skip to content

Commit b5efe36

Browse files
chore(deps-dev): bump the rollup group across 1 directory with 2 updates
Bumps the rollup group with 2 updates in the / directory: [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) and [rollup](https://github.com/rollup/rollup). Updates `@rollup/plugin-commonjs` from 29.0.2 to 29.0.3 - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v29.0.3/packages/commonjs) Updates `rollup` from 4.60.4 to 4.62.2 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.60.4...v4.62.2) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-version: 29.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: rollup - dependency-name: rollup dependency-version: 4.62.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rollup ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c30e082 commit b5efe36

7 files changed

Lines changed: 172 additions & 127 deletions

File tree

examples/fdc3-pricing-and-chat/js-chat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"tslib": "2.8.1"
2020
},
2121
"devDependencies": {
22-
"@rollup/plugin-commonjs": "29.0.2",
22+
"@rollup/plugin-commonjs": "29.0.3",
2323
"@rollup/plugin-node-resolve": "16.0.3",
2424
"http-server": "14.1.1",
2525
"rimraf": "6.1.3",
26-
"rollup": "4.60.4"
26+
"rollup": "4.62.2"
2727
}
2828
}

examples/fdc3-pricing-and-chat/js-pricing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"tslib": "2.8.1"
1919
},
2020
"devDependencies": {
21-
"@rollup/plugin-commonjs": "29.0.2",
21+
"@rollup/plugin-commonjs": "29.0.3",
2222
"@rollup/plugin-node-resolve": "16.0.3",
2323
"http-server": "14.1.1",
2424
"rimraf": "6.1.3",
25-
"rollup": "4.60.4",
25+
"rollup": "4.62.2",
2626
"rollup-plugin-import-css": "4.2.1"
2727
}
2828
}

0 commit comments

Comments
 (0)