Skip to content

Commit

Permalink
chore(deps): update auto merge on patch or minor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 3, 2024
1 parent b6d1532 commit a569b7d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@cuaklabs/typescript-config-iocuak": "workspace:*",
"@types/node": "20.14.14",
"husky": "9.1.4",
"lint-staged": "15.2.7",
"lint-staged": "15.2.8",
"reflect-metadata": "0.2.2",
"turbo": "1.13.3"
}
Expand Down
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.3.3",
"rimraf": "6.0.1",
"rollup": "4.19.2",
"rollup": "4.20.0",
"ts-jest": "29.2.4",
"ts-node": "10.9.2",
"typescript": "5.4.5"
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.3.3",
"rimraf": "6.0.1",
"rollup": "4.19.2",
"rollup": "4.20.0",
"ts-jest": "29.2.4",
"ts-node": "10.9.2",
"typescript": "5.4.5"
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.3.3",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rollup": "4.19.2",
"rollup": "4.20.0",
"ts-jest": "29.2.4",
"ts-node": "10.9.2",
"typescript": "5.4.5"
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.2.1",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.19.2",
"rollup": "4.20.0",
"typescript": "5.4.5"
},
"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.3.3",
"rimraf": "6.0.1",
"rollup": "4.19.2",
"rollup": "4.20.0",
"ts-jest": "29.2.4",
"ts-node": "10.9.2",
"typescript": "5.4.5"
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.2.1",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.19.2",
"rollup": "4.20.0",
"typescript": "5.4.5"
},
"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.3.3",
"rimraf": "6.0.1",
"rollup": "4.19.2",
"rollup": "4.20.0",
"ts-jest": "29.2.4",
"ts-node": "10.9.2",
"typescript": "5.4.5"
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.19.2",
"rollup": "4.20.0",
"prettier": "3.3.3",
"typescript": "5.4.5"
},
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.3.3",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rollup": "4.19.2",
"rollup": "4.20.0",
"ts-jest": "29.2.4",
"ts-node": "10.9.2",
"typescript": "5.4.5"
Expand Down

0 comments on commit a569b7d

Please sign in to comment.