Skip to content

Commit

Permalink
fix(renovate): Update major
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Mar 2, 2024
1 parent cde4430 commit df3aa03
Show file tree
Hide file tree
Showing 5 changed files with 434 additions and 228 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.11.16",
"@types/node-fetch": "2.6.11",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"axios": "1.6.7",
"babel-jest": "29.7.0",
"babel-plugin-transform-runtime": "6.23.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@
"@types/passport-jwt": "4.0.1",
"@types/supertest": "6.0.2",
"@types/unist": "3.0.2",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-eslint-comments": "3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@use-miller/shared-api-client": "workspace:*",
"autoprefixer": "10.4.17",
"clsx": "2.1.0",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,25 @@
"md:fe": "docker save dokku/use-miller:v1.0.0 | ssh dokku-as-darragh \"docker load\""
},
"dependencies": {
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@commitlint/cli": "19.0.3",
"@commitlint/config-conventional": "19.0.3",
"@nrwl/eslint-plugin-nx": "18.0.3",
"@nrwl/jest": "18.0.3",
"@nrwl/linter": "18.0.3",
"@nrwl/node": "17.3.0",
"@semantic-release/exec": "6.0.3",
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"concurrently": "8.2.2",
"dotenv": "16.4.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"husky": "9.0.10",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"knip": "4.3.0",
"knip": "5.0.2",
"lerna": "8.0.2",
"lint-staged": "15.2.1",
"nx": "18.0.3",
Expand Down
Loading

0 comments on commit df3aa03

Please sign in to comment.