Skip to content

Commit

Permalink
fix(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 Jun 29, 2024
1 parent 7a8400e commit 43899b2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/backend/libraries/backend-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-prettier": "5.1.3",
"fastify": "4.28.0",
"fastify": "4.28.1",
"jest": "29.7.0",
"prettier": "3.3.2",
"rimraf": "5.0.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@cornie-js/backend-game-application": "workspace:*",
"@cornie-js/backend-http": "workspace:*",
"@cornie-js/backend-monitoring": "workspace:*",
"fastify": "4.28.0",
"fastify": "4.28.1",
"glob": "10.4.2",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@fastify/helmet": "11.1.1",
"@nestjs/common": "10.3.9",
"@nestjs/core": "10.3.9",
"fastify": "4.28.0",
"fastify": "4.28.1",
"graphql": "16.9.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@cornie-js/backend-monitoring": "workspace:*",
"@cornie-js/backend-user-adapter-typeorm": "workspace:*",
"@cornie-js/backend-user-application": "workspace:*",
"fastify": "4.28.0",
"fastify": "4.28.1",
"glob": "10.4.2",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@cornie-js/api-http-client": "workspace:*",
"@cornie-js/api-models": "workspace:*",
"@cornie-js/frontend-common": "workspace:*",
"@reduxjs/toolkit": "2.2.5",
"@reduxjs/toolkit": "2.2.6",
"async-mutex": "0.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@emotion/styled": "11.11.5",
"@mui/icons-material": "5.15.21",
"@mui/material": "5.15.21",
"@reduxjs/toolkit": "2.2.5",
"@reduxjs/toolkit": "2.2.6",
"async-mutex": "0.5.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down

0 comments on commit 43899b2

Please sign in to comment.