Skip to content

Commit

Permalink
build(deps-dev): bump the rollup group with 3 updates (#1715)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent f5eaf05 commit 6f17138
Show file tree
Hide file tree
Showing 11 changed files with 482 additions and 230 deletions.
6 changes: 3 additions & 3 deletions configs/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"private": true,
"type": "module",
"devDependencies": {
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"rollup": "4.21.0",
"@rollup/plugin-node-resolve": "15.3.0",
"rollup": "4.22.5",
"rollup-plugin-dts": "6.1.0",
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-node-externals": "7.1.2"
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/ab-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint": "9.9.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"rollup": "4.21.0",
"rollup": "4.22.5",
"ts-jest": "29.2.3",
"tslib": "2.6.2",
"typescript": "5.5.2",
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/ab-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"jest-environment-jsdom": "29.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "4.21.0",
"rollup": "4.22.5",
"ts-jest": "29.2.3",
"tslib": "2.6.2",
"typescript": "5.5.2",
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/core-web-vitals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint": "9.9.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"rollup": "4.21.0",
"rollup": "4.22.5",
"ts-jest": "29.2.3",
"tslib": "2.6.2",
"typescript": "5.5.2",
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/identity-auth-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-fetch-mock": "3.0.3",
"rollup": "4.21.0",
"rollup": "4.22.5",
"ts-jest": "29.2.3",
"tslib": "2.6.2",
"typescript": "5.5.2",
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/identity-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-fetch-mock": "3.0.3",
"rollup": "4.21.0",
"rollup": "4.22.5",
"ts-jest": "29.2.3",
"tslib": "2.6.2",
"typescript": "5.5.2",
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jest-environment-jsdom": "29.7.0",
"jest-fetch-mock": "3.0.3",
"mockdate": "3.0.5",
"rollup": "4.21.0",
"rollup": "4.22.5",
"ts-jest": "29.2.3",
"tslib": "2.6.2",
"tsx": "4.19.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/newsletter-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@guardian/eslint-config": "workspace:*",
"eslint": "9.9.0",
"rollup": "4.21.0",
"rollup": "4.22.5",
"tslib": "2.6.2",
"typescript": "5.5.2",
"wireit": "0.14.8"
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/source-development-kitchen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint": "9.9.0",
"jest": "29.7.0",
"react": "18.2.0",
"rollup": "4.21.0",
"rollup": "4.22.5",
"storybook": "8.2.9",
"ts-jest": "29.2.3",
"tslib": "2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"mkdirp": "3.0.1",
"prettier": "3.3.3",
"react": "18.2.0",
"rollup": "4.21.0",
"rollup": "4.22.5",
"storybook": "8.2.9",
"ts-jest": "29.2.3",
"tslib": "2.6.2",
Expand Down
Loading

0 comments on commit 6f17138

Please sign in to comment.