Skip to content

Commit

Permalink
chore(deps): update dependency rollup to v3.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2023
1 parent 4c1d48b commit d585d25
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.6.4",
"prettier": "3.0.3",
"rimraf": "5.0.1",
"rollup": "3.28.1",
"rollup": "3.29.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
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.6.4",
"prettier": "3.0.3",
"rimraf": "5.0.1",
"rollup": "3.28.1",
"rollup": "3.29.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
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.0.3",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.1",
"rollup": "3.28.1",
"rollup": "3.29.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
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.0.0",
"prettier": "3.0.3",
"rimraf": "5.0.1",
"rollup": "3.28.1",
"rollup": "3.29.0",
"typescript": "5.2.2"
},
"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.6.4",
"prettier": "3.0.3",
"rimraf": "5.0.1",
"rollup": "3.28.1",
"rollup": "3.29.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
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.0.0",
"prettier": "3.0.3",
"rimraf": "5.0.1",
"rollup": "3.28.1",
"rollup": "3.29.0",
"typescript": "5.2.2"
},
"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.6.4",
"prettier": "3.0.3",
"rimraf": "5.0.1",
"rollup": "3.28.1",
"rollup": "3.29.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
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.3",
"rollup": "3.28.1",
"rollup": "3.29.0",
"prettier": "3.0.3",
"typescript": "5.2.2"
},
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.0.3",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.1",
"rollup": "3.28.1",
"rollup": "3.29.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
Expand Down

0 comments on commit d585d25

Please sign in to comment.