Skip to content

Commit

Permalink
chore(deps): update dependency rollup to v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 10, 2024
1 parent 55e8c3d commit 0024342
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/iocuak-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"jest": "29.7.0",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"rollup": "4.9.6",
"rollup": "4.10.0",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"jest": "29.7.0",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"rollup": "4.9.6",
"rollup": "4.10.0",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prettier": "3.2.5",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rollup": "4.9.6",
"rollup": "4.10.0",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint-plugin-prettier": "5.1.3",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"rollup": "4.9.6",
"rollup": "4.10.0",
"typescript": "5.3.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-models-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"jest": "29.7.0",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"rollup": "4.9.6",
"rollup": "4.10.0",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint-plugin-prettier": "5.1.3",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"rollup": "4.9.6",
"rollup": "4.10.0",
"typescript": "5.3.3"
},
"homepage": "https://github.com/cuaklabs/iocuak/tree/master/packages/iocuak/tree/master/packages/iocuak-models#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-reflect-metadata-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"jest": "29.7.0",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"rollup": "4.9.6",
"rollup": "4.10.0",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-rollup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Backend rollup config for backend packages",
"devDependencies": {
"@rollup/plugin-typescript": "11.1.6",
"rollup": "4.9.6",
"rollup": "4.10.0",
"prettier": "3.2.5",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"prettier": "3.2.5",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rollup": "4.9.6",
"rollup": "4.10.0",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.3.3"
Expand Down

0 comments on commit 0024342

Please sign in to comment.