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 Feb 26, 2024
1 parent cde4430 commit 42882fd
Show file tree
Hide file tree
Showing 5 changed files with 298 additions and 120 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.0.2",
"@typescript-eslint/parser": "7.0.2",
"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.0.2",
"@typescript-eslint/parser": "7.0.2",
"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.0.2",
"@typescript-eslint/parser": "7.0.2",
"@use-miller/shared-api-client": "workspace:*",
"autoprefixer": "10.4.17",
"clsx": "2.1.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@
"@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.0.2",
"@typescript-eslint/parser": "7.0.2",
"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 42882fd

Please sign in to comment.