Skip to content

Commit

Permalink
Update dependency @types/node to v20.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent a4e1164 commit 499ef21
Show file tree
Hide file tree
Showing 11 changed files with 76 additions and 76 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@echo-webkom/tsconfig": "workspace:*",
"@types/node": "20.17.1",
"@types/node": "20.17.6",
"dotenv-cli": "7.4.2",
"esbuild": "0.24.0",
"tsx": "4.19.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
"@testing-library/react": "16.0.1",
"@types/node": "20.17.1",
"@types/node": "20.17.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@echo-webkom/tsconfig": "workspace:*",
"@types/node": "20.17.1",
"@types/node": "20.17.6",
"eslint": "8.57.1",
"eslint-config-webkom": "workspace:*",
"typescript": "5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@next/eslint-plugin-next": "14.2.16",
"@types/eslint": "8.56.12",
"@types/node": "20.17.1",
"@types/node": "20.17.6",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@echo-webkom/tsconfig": "workspace:*",
"@types/node": "20.17.1",
"@types/node": "20.17.6",
"@types/pg": "8.11.10",
"dotenv-cli": "7.4.2",
"drizzle-kit": "0.24.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@echo-webkom/tsconfig": "workspace:*",
"@types/node": "20.17.1",
"@types/node": "20.17.6",
"@types/react": "18.3.12",
"dotenv-cli": "7.4.2",
"eslint": "8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@echo-webkom/tsconfig": "workspace:*",
"@types/node": "20.17.1",
"@types/node": "20.17.6",
"eslint": "8.57.1",
"eslint-config-webkom": "workspace:*",
"typescript": "5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@echo-webkom/tsconfig": "workspace:*",
"@types/node": "20.17.1",
"@types/node": "20.17.6",
"eslint": "8.57.1",
"eslint-config-webkom": "workspace:*",
"typescript": "5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/seeder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@echo-webkom/tsconfig": "workspace:*",
"@types/node": "20.17.1",
"@types/node": "20.17.6",
"dotenv-cli": "7.4.2",
"eslint": "8.57.1",
"eslint-config-webkom": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@echo-webkom/tsconfig": "workspace:*",
"@playwright/test": "1.48.2",
"@types/node": "20.17.1",
"@types/node": "20.17.6",
"dotenv-cli": "7.4.2",
"eslint": "8.57.1",
"eslint-config-webkom": "workspace:*",
Expand Down
Loading

0 comments on commit 499ef21

Please sign in to comment.