Skip to content

Commit

Permalink
chore: update dependency rollup to v4.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent ae5dbb5 commit 015511c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/container/libraries/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"jest": "29.7.0",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"rollup": "4.28.1",
"rollup": "4.29.0",
"ts-loader": "9.5.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/container/libraries/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"jest": "29.7.0",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"rollup": "4.28.1",
"rollup": "4.29.0",
"ts-loader": "9.5.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/container/libraries/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prettier": "3.4.2",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rollup": "4.28.1",
"rollup": "4.29.0",
"ts-loader": "9.5.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/container/libraries/strongly-typed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"jest": "29.7.0",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"rollup": "4.28.1",
"rollup": "4.29.0",
"ts-loader": "9.5.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/libraries/prototype-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"jest": "29.7.0",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"rollup": "4.28.1",
"rollup": "4.29.0",
"ts-loader": "9.5.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jest": "29.7.0",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"rollup": "4.28.1",
"rollup": "4.29.0",
"ts-loader": "9.5.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/tools/rollup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "12.1.2",
"rollup-plugin-dts": "6.1.1",
"rollup": "4.28.1",
"rollup": "4.29.0",
"prettier": "3.4.2",
"typescript": "5.7.2"
},
Expand Down

0 comments on commit 015511c

Please sign in to comment.