Skip to content

Commit

Permalink
Update @types
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent 1a10d59 commit 2f94fba
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 47 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@element/tailwind-config": "*",
"@expo/config-plugins": "7.2.5",
"@types/react": "18.2.47",
"@types/uuid": "3.4.13",
"@types/uuid": "9.0.7",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"eslint": "8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"devDependencies": {
"@element/eslint-config": "workspace:*",
"@types/jsonwebtoken": "9.0.5",
"@types/node": "^18.15.3"
"@types/node": "^20.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prisma": "5.8.0"
},
"devDependencies": {
"@types/node": "^18.15.3",
"@types/node": "^20.0.0",
"@faker-js/faker": "8.3.1"
},
"prisma": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@element/eslint-config": "workspace:*",
"@types/node": "18.19.6",
"@types/node": "20.11.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"dotenv-cli": "7.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@element/eslint-config": "workspace:*",
"@element/tailwind-config": "workspace:*",
"@types/node": "18.19.6",
"@types/node": "20.11.0",
"eslint": "8.56.0",
"prettier": "3.1.1",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/server/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@element/eslint-config": "workspace:*",
"@types/bcryptjs": "2.4.6",
"@types/jsonwebtoken": "9.0.5",
"@types/node": "18.19.6",
"@types/node": "20.11.0",
"@types/nodemailer": "6.4.14",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"tailwind-merge": "2.2.0"
},
"devDependencies": {
"@types/node": "^18.15.3"
"@types/node": "^20.0.0"
}
}
74 changes: 34 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f94fba

Please sign in to comment.