Skip to content

Commit

Permalink
Updated @types/node.
Browse files Browse the repository at this point in the history
  • Loading branch information
jplodge-pro committed Jul 5, 2024
1 parent 60f7f24 commit 78903a9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.5",
"@types/node": "^20.14.9",
"@types/passport-jwt": "^3.0.13",
"@types/supertest": "^2.0.16",
"@typescript-eslint/eslint-plugin": "^6.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@typechain/ethers-v5": "^11.1.2",
"@types/eslint": "^8",
"@types/node": "^20.11.0",
"@types/node": "^20.14.9",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@playwright/test": "^1.44.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.10.5",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@playwright/test": "^1.44.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.11.20",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.56.0",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ __metadata:
"@types/compression": ^1.7.5
"@types/express": ^4.17.21
"@types/lodash": ^4.14.202
"@types/node": ^20.10.5
"@types/node": ^20.14.9
"@types/passport-jwt": ^3.0.13
"@types/supertest": ^2.0.16
"@typescript-eslint/eslint-plugin": ^6.16.0
Expand Down Expand Up @@ -634,7 +634,7 @@ __metadata:
"@supabase/supabase-js": ^2.39.3
"@typechain/ethers-v5": ^11.1.2
"@types/eslint": ^8
"@types/node": ^20.11.0
"@types/node": ^20.14.9
dotenv: ^16.4.5
eslint: ^8.56.0
eslint-config-prettier: ^9.1.0
Expand All @@ -658,7 +658,7 @@ __metadata:
"@playwright/test": ^1.44.1
"@supabase/supabase-js": ^2.39.1
"@trivago/prettier-plugin-sort-imports": ^4.3.0
"@types/node": ^20.10.5
"@types/node": ^20.14.9
"@typescript-eslint/eslint-plugin": ^6.16.0
"@typescript-eslint/parser": ^6.16.0
bottleneck: ^2.19.5
Expand Down Expand Up @@ -697,7 +697,7 @@ __metadata:
"@credbull/contracts": "workspace:^"
"@playwright/test": ^1.44.1
"@trivago/prettier-plugin-sort-imports": ^4.3.0
"@types/node": ^20.11.20
"@types/node": ^20.14.9
"@typescript-eslint/eslint-plugin": ^7.1.0
"@typescript-eslint/parser": ^7.1.0
dotenv: ^16.4.5
Expand Down Expand Up @@ -4343,7 +4343,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:>=18.0.0, @types/node@npm:^20.10.5, @types/node@npm:^20.11.0, @types/node@npm:^20.11.20":
"@types/node@npm:*, @types/node@npm:>=18.0.0":
version: 20.12.12
resolution: "@types/node@npm:20.12.12"
dependencies:
Expand All @@ -4359,6 +4359,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.10.5, @types/node@npm:^20.14.9":
version: 20.14.9
resolution: "@types/node@npm:20.14.9"
dependencies:
undici-types: ~5.26.4
checksum: 5e9eda1ac8c6cc6bcd1063903ae195eaede9aad1bdad00408a919409cfbcdd2d6535aa3d50346f0d385528f9e03dafc7d1b3bad25aedb1dcd79a6ad39d06c35d
languageName: node
linkType: hard

"@types/parse-json@npm:^4.0.0":
version: 4.0.2
resolution: "@types/parse-json@npm:4.0.2"
Expand Down

0 comments on commit 78903a9

Please sign in to comment.