Skip to content

Commit

Permalink
chore(deps): update auto merge on patch or minor to v29.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 4, 2023
1 parent c62293e commit f1415ae
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/iocuak-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"url": "https://github.com/cuaklabs/iocuak/issues"
},
"devDependencies": {
"@jest/globals": "29.5.0",
"@jest/globals": "29.6.0",
"@stryker-mutator/core": "7.1.0",
"@stryker-mutator/jest-runner": "7.1.0",
"@stryker-mutator/typescript-checker": "7.1.0",
Expand All @@ -38,7 +38,7 @@
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.5.0",
"jest": "29.6.0",
"prettier": "2.8.8",
"rimraf": "5.0.1",
"rollup": "3.26.0",
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 @@ -31,7 +31,7 @@
"@cuaklabs/iocuak-reflect-metadata-utils": "workspace:*"
},
"devDependencies": {
"@jest/globals": "29.5.0",
"@jest/globals": "29.6.0",
"@stryker-mutator/core": "7.1.0",
"@stryker-mutator/jest-runner": "7.1.0",
"@stryker-mutator/typescript-checker": "7.1.0",
Expand All @@ -43,7 +43,7 @@
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.5.0",
"jest": "29.6.0",
"prettier": "2.8.8",
"rimraf": "5.0.1",
"rollup": "3.26.0",
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 @@ -32,7 +32,7 @@
"@cuaklabs/iocuak-reflect-metadata-utils": "workspace:*"
},
"devDependencies": {
"@jest/globals": "29.5.0",
"@jest/globals": "29.6.0",
"@stryker-mutator/core": "7.1.0",
"@stryker-mutator/jest-runner": "7.1.0",
"@stryker-mutator/typescript-checker": "7.1.0",
Expand All @@ -44,7 +44,7 @@
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.5.0",
"jest": "29.6.0",
"prettier": "2.8.8",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"description": "Backend jest config for backend packages",
"devDependencies": {
"@jest/types": "29.5.0",
"@jest/types": "29.6.0",
"prettier": "2.8.8"
},
"exports": "./lib/index.js",
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 @@ -38,7 +38,7 @@
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.5.0",
"jest": "29.6.0",
"prettier": "2.8.8",
"rimraf": "5.0.1",
"rollup": "3.26.0",
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 @@ -29,7 +29,7 @@
"@cuaklabs/iocuak-common": "workspace:*"
},
"devDependencies": {
"@jest/globals": "29.5.0",
"@jest/globals": "29.6.0",
"@stryker-mutator/core": "7.1.0",
"@stryker-mutator/jest-runner": "7.1.0",
"@stryker-mutator/typescript-checker": "7.1.0",
Expand All @@ -41,7 +41,7 @@
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.5.0",
"jest": "29.6.0",
"prettier": "2.8.8",
"rimraf": "5.0.1",
"rollup": "3.26.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/iocuak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@cuaklabs/iocuak-models-api": "workspace:*"
},
"devDependencies": {
"@jest/globals": "29.5.0",
"@jest/globals": "29.6.0",
"@stryker-mutator/core": "7.1.0",
"@stryker-mutator/jest-runner": "7.1.0",
"@stryker-mutator/typescript-checker": "7.1.0",
Expand All @@ -45,8 +45,8 @@
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.5.0",
"jest-mock": "29.5.0",
"jest": "29.6.0",
"jest-mock": "29.6.0",
"prettier": "2.8.8",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.1",
Expand Down

0 comments on commit f1415ae

Please sign in to comment.