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 Jan 27, 2024
1 parent 45cdd0f commit ca32143
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "root",
"private": true,
"description": "Minimal abstract task manager",
"packageManager": "pnpm@8.14.3",
"packageManager": "pnpm@8.15.0",
"scripts": {
"bench:createInstance:run": "turbo run \"bench:createInstance:js\" --filter=\"iocuak-benchmark\"",
"bench:createInstancesByTag:run": "turbo run \"bench:createInstancesByTag:js\" --filter=\"iocuak-benchmark\"",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@cuaklabs/iocuak-rollup-config": "workspace:*",
"@cuaklabs/iocuak-scripts": "workspace:*",
"@cuaklabs/typescript-config-iocuak": "workspace:*",
"@types/node": "20.11.7",
"@types/node": "20.11.8",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"reflect-metadata": "0.2.1",
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.11.7",
"@types/node": "20.11.8",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"eslint": "8.56.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": "7.3.0",
"@stryker-mutator/jest-runner": "7.3.0",
"@stryker-mutator/typescript-checker": "7.3.0",
"@types/node": "20.11.7",
"@types/node": "20.11.8",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"eslint": "8.56.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": "7.3.0",
"@stryker-mutator/jest-runner": "7.3.0",
"@stryker-mutator/typescript-checker": "7.3.0",
"@types/node": "20.11.7",
"@types/node": "20.11.8",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"eslint": "8.56.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": "7.3.0",
"@stryker-mutator/jest-runner": "7.3.0",
"@stryker-mutator/typescript-checker": "7.3.0",
"@types/node": "20.11.7",
"@types/node": "20.11.8",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"eslint": "8.56.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.11.7",
"@types/node": "20.11.8",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"eslint": "8.56.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": "7.3.0",
"@stryker-mutator/jest-runner": "7.3.0",
"@stryker-mutator/typescript-checker": "7.3.0",
"@types/node": "20.11.7",
"@types/node": "20.11.8",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"eslint": "8.56.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": "7.3.0",
"@stryker-mutator/jest-runner": "7.3.0",
"@stryker-mutator/typescript-checker": "7.3.0",
"@types/node": "20.11.7",
"@types/node": "20.11.8",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"eslint": "8.56.0",
Expand Down

0 comments on commit ca32143

Please sign in to comment.