Skip to content

Commit

Permalink
fix(renovate): Update minor (minor) (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan authored Aug 13, 2023
1 parent ccfdac4 commit d939a69
Show file tree
Hide file tree
Showing 6 changed files with 197 additions and 310 deletions.
4 changes: 2 additions & 2 deletions apps/backend-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@types/node": "20.4.9",
"@types/node-fetch": "2.6.4",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"axios": "1.4.0",
"babel-jest": "29.6.2",
"babel-plugin-transform-runtime": "6.23.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: "3.1"
services:
db:
container_name: ${COMPOSE_PROJECT_NAME}_postgres
image: postgres:14.8-alpine
image: postgres:14.9-alpine
restart: "no"
deploy:
resources:
Expand Down
6 changes: 3 additions & 3 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@opentelemetry/semantic-conventions": "1.15.2",
"auth0": "3.6.0",
"axios": "1.4.0",
"bull": "4.10.4",
"bull": "4.11.2",
"cache-manager": "5.2.3",
"cache-manager-redis-yet": "4.1.2",
"class-transformer": "0.5.1",
Expand Down Expand Up @@ -111,8 +111,8 @@
"@types/passport-jwt": "3.0.9",
"@types/supertest": "2.0.12",
"@types/unist": "3.0.0",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"eslint": "8.46.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@auth0/nextjs-auth0": "3.0.1",
"@auth0/nextjs-auth0": "3.1.0",
"@babel/core": "7.22.10",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.5",
Expand Down Expand Up @@ -45,8 +45,8 @@
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"@use-miller/shared-api-client": "workspace:*",
"autoprefixer": "10.4.14",
"clsx": "2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@
"md:fe": "docker save dokku/use-miller:v1.0.0 | ssh dokku-as-darragh \"docker load\""
},
"dependencies": {
"@commitlint/cli": "17.6.7",
"@commitlint/config-conventional": "17.6.7",
"@commitlint/cli": "17.7.0",
"@commitlint/config-conventional": "17.7.0",
"@nrwl/eslint-plugin-nx": "16.6.0",
"@nrwl/jest": "16.6.0",
"@nrwl/linter": "16.6.0",
"@nrwl/node": "16.6.0",
"@semantic-release/exec": "6.0.3",
"@types/jest": "29.5.3",
"@types/node": "20.4.9",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"concurrently": "8.2.0",
"dotenv": "16.3.1",
"eslint": "8.46.0",
Expand Down
Loading

0 comments on commit d939a69

Please sign in to comment.