Skip to content

Commit

Permalink
fix(renovate): @types Update minor-types
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Jun 8, 2024
1 parent a40a32c commit 05d8fd6
Show file tree
Hide file tree
Showing 6 changed files with 176 additions and 166 deletions.
2 changes: 1 addition & 1 deletion apps/backend-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@nrwl/node": "18.3.3",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "20.12.5",
"@types/node": "20.14.2",
"@types/node-fetch": "2.6.11",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "7.7.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@types/eslint": "8.56.7",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "20.12.5",
"@types/node": "20.14.2",
"@types/nodemailer": "6.4.14",
"@types/passport-jwt": "4.0.1",
"@types/supertest": "6.0.2",
Expand Down
6 changes: 3 additions & 3 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.12",
"@tanstack/react-query": "5.32.0",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
Expand Down Expand Up @@ -96,6 +96,6 @@
}
},
"devDependencies": {
"@types/node": "20.12.5"
"@types/node": "20.14.2"
}
}
2 changes: 1 addition & 1 deletion libs/project-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/figlet": "1.5.8",
"@types/inquirer": "9.0.7",
"@types/jest": "29.5.12",
"@types/node": "20.12.5",
"@types/node": "20.14.2",
"babel-jest": "29.7.0",
"jest": "29.7.0",
"ts-jest": "29.1.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@nrwl/node": "18.3.3",
"@semantic-release/exec": "6.0.3",
"@types/jest": "29.5.12",
"@types/node": "20.12.5",
"@types/node": "20.14.2",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"concurrently": "8.2.2",
Expand Down
Loading

0 comments on commit 05d8fd6

Please sign in to comment.