Skip to content

Commit

Permalink
chore(deps-dev): bump rollup in the npm_and_yarn group
Browse files Browse the repository at this point in the history
Bumps the npm_and_yarn group with 1 update: [rollup](https://github.com/rollup/rollup).


Updates `rollup` from 4.21.2 to 4.22.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.21.2...v4.22.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kruplm committed Sep 26, 2024
1 parent 53e63b5 commit 598da68
Show file tree
Hide file tree
Showing 4 changed files with 18,214 additions and 18,007 deletions.
2 changes: 1 addition & 1 deletion examples/fdc3-chart-and-grid/js-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"http-server": "14.1.1",
"rimraf": "6.0.1",
"rollup": "4.21.2",
"rollup": "4.22.4",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/fdc3-pricing-and-chat/js-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@rollup/plugin-node-resolve": "15.2.3",
"http-server": "14.1.1",
"rimraf": "6.0.1",
"rollup": "4.21.2"
"rollup": "4.22.4"
}
}
2 changes: 1 addition & 1 deletion examples/fdc3-pricing-and-chat/js-pricing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@rollup/plugin-node-resolve": "15.2.3",
"http-server": "14.1.1",
"rimraf": "6.0.1",
"rollup": "4.21.2",
"rollup": "4.22.4",
"rollup-plugin-import-css": "^3.5.0"
}
}
Loading

0 comments on commit 598da68

Please sign in to comment.