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 Apr 29, 2023
1 parent 2a83a3c commit 7cd58e6
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
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.7.0"
},
"devDependencies": {
"@types/node": "18.16.2",
"@types/node": "18.16.3",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"eslint": "8.39.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/iocuak-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@stryker-mutator/core": "6.4.2",
"@stryker-mutator/jest-runner": "6.4.2",
"@stryker-mutator/typescript-checker": "6.4.2",
"@types/node": "18.16.2",
"@types/node": "18.16.3",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"eslint": "8.39.0",
Expand All @@ -41,7 +41,7 @@
"jest": "29.5.0",
"prettier": "2.8.8",
"rimraf": "5.0.0",
"rollup": "3.21.0",
"rollup": "3.21.1",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/iocuak-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@stryker-mutator/core": "6.4.2",
"@stryker-mutator/jest-runner": "6.4.2",
"@stryker-mutator/typescript-checker": "6.4.2",
"@types/node": "18.16.2",
"@types/node": "18.16.3",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"eslint": "8.39.0",
Expand All @@ -46,7 +46,7 @@
"jest": "29.5.0",
"prettier": "2.8.8",
"rimraf": "5.0.0",
"rollup": "3.21.0",
"rollup": "3.21.1",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/iocuak-decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@stryker-mutator/core": "6.4.2",
"@stryker-mutator/jest-runner": "6.4.2",
"@stryker-mutator/typescript-checker": "6.4.2",
"@types/node": "18.16.2",
"@types/node": "18.16.3",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"eslint": "8.39.0",
Expand All @@ -48,7 +48,7 @@
"prettier": "2.8.8",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.0",
"rollup": "3.21.0",
"rollup": "3.21.1",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4"
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"@rollup/plugin-typescript": "11.1.0",
"@types/chai": "4.3.4",
"@types/chai": "4.3.5",
"@types/sinon": "10.0.14",
"@types/sinon-chai": "3.2.9",
"@typescript-eslint/eslint-plugin": "5.59.1",
Expand All @@ -35,7 +35,7 @@
"eslint-plugin-prettier": "4.2.1",
"prettier": "2.8.8",
"rimraf": "5.0.0",
"rollup": "3.21.0",
"rollup": "3.21.1",
"typescript": "5.0.4"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions 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": "18.16.2",
"@types/node": "18.16.3",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"eslint": "8.39.0",
Expand All @@ -41,7 +41,7 @@
"jest": "29.5.0",
"prettier": "2.8.8",
"rimraf": "5.0.0",
"rollup": "3.21.0",
"rollup": "3.21.1",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4"
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": "4.2.1",
"prettier": "2.8.8",
"rimraf": "5.0.0",
"rollup": "3.21.0",
"rollup": "3.21.1",
"typescript": "5.0.4"
},
"homepage": "https://github.com/cuaklabs/iocuak/tree/master/packages/iocuak/tree/master/packages/iocuak-models#readme",
Expand Down
4 changes: 2 additions & 2 deletions 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": "6.4.2",
"@stryker-mutator/jest-runner": "6.4.2",
"@stryker-mutator/typescript-checker": "6.4.2",
"@types/node": "18.16.2",
"@types/node": "18.16.3",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"eslint": "8.39.0",
Expand All @@ -44,7 +44,7 @@
"jest": "29.5.0",
"prettier": "2.8.8",
"rimraf": "5.0.0",
"rollup": "3.21.0",
"rollup": "3.21.1",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4"
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.0",
"rollup": "3.21.0",
"rollup": "3.21.1",
"prettier": "2.8.8",
"typescript": "5.0.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/iocuak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@stryker-mutator/core": "6.4.2",
"@stryker-mutator/jest-runner": "6.4.2",
"@stryker-mutator/typescript-checker": "6.4.2",
"@types/node": "18.16.2",
"@types/node": "18.16.3",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"eslint": "8.39.0",
Expand All @@ -50,7 +50,7 @@
"prettier": "2.8.8",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.0",
"rollup": "3.21.0",
"rollup": "3.21.1",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4"
Expand Down

0 comments on commit 7cd58e6

Please sign in to comment.