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 28, 2024
1 parent 8954207 commit f4010cf
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@cuaklabs/iocuak-rollup-config": "workspace:*",
"@cuaklabs/iocuak-scripts": "workspace:*",
"@cuaklabs/typescript-config-iocuak": "workspace:*",
"@types/node": "20.16.1",
"@types/node": "20.16.2",
"husky": "9.1.5",
"lint-staged": "15.2.9",
"reflect-metadata": "0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"tsyringe": "4.8.0"
},
"devDependencies": {
"@types/node": "20.16.1",
"@types/node": "20.16.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
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 @@ -30,7 +30,7 @@
"@stryker-mutator/core": "8.5.0",
"@stryker-mutator/jest-runner": "8.5.0",
"@stryker-mutator/typescript-checker": "8.5.0",
"@types/node": "20.16.1",
"@types/node": "20.16.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
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 @@ -35,7 +35,7 @@
"@stryker-mutator/core": "8.5.0",
"@stryker-mutator/jest-runner": "8.5.0",
"@stryker-mutator/typescript-checker": "8.5.0",
"@types/node": "20.16.1",
"@types/node": "20.16.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
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 @@ -36,7 +36,7 @@
"@stryker-mutator/core": "8.5.0",
"@stryker-mutator/jest-runner": "8.5.0",
"@stryker-mutator/typescript-checker": "8.5.0",
"@types/node": "20.16.1",
"@types/node": "20.16.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
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 @@ -23,7 +23,7 @@
"devDependencies": {
"@rollup/plugin-multi-entry": "6.0.1",
"@rollup/plugin-typescript": "11.1.6",
"@types/chai": "4.3.18",
"@types/chai": "4.3.19",
"@types/sinon": "17.0.3",
"@types/sinon-chai": "3.2.12",
"@typescript-eslint/eslint-plugin": "7.18.0",
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 @@ -30,7 +30,7 @@
"@cuaklabs/iocuak-models": "workspace:*"
},
"devDependencies": {
"@types/node": "20.16.1",
"@types/node": "20.16.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
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 @@ -33,7 +33,7 @@
"@stryker-mutator/core": "8.5.0",
"@stryker-mutator/jest-runner": "8.5.0",
"@stryker-mutator/typescript-checker": "8.5.0",
"@types/node": "20.16.1",
"@types/node": "20.16.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@stryker-mutator/core": "8.5.0",
"@stryker-mutator/jest-runner": "8.5.0",
"@stryker-mutator/typescript-checker": "8.5.0",
"@types/node": "20.16.1",
"@types/node": "20.16.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
Expand Down

0 comments on commit f4010cf

Please sign in to comment.