Skip to content

Commit

Permalink
fix: missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblue committed Nov 1, 2024
1 parent ea9ddf8 commit dfc5a04
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@ungap/global-this": "^0.3.1",
"ajv": "8.12.0",
"core-js": "^2.6.11",
"d3-array": "^3.2.4",
"d3-dispatch": "^3.0.1",
"d3-ease": "^3.0.1",
"d3-force": "^3.0.0",
Expand Down Expand Up @@ -102,12 +103,13 @@
"@storybook/test": "^8.3.6",
"@swimlane/eslint-config": "^2.0.0",
"@swimlane/prettier-config-swimlane": "^3.0.2",
"@types/d3-array": "^3",
"@types/d3-scale": "^4",
"@types/jasmine": ">=3.8.0",
"@types/jasminewd2": "~2.0.3",
"@types/mdast": "^3.0.3",
"@types/mocha": "^10.0.9",
"@types/node": "22.7.3",
"@types/node": "^22.8.6",
"@types/unist": "^2.0.2",
"@types/vfile": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^8.12.1",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5252,6 +5252,13 @@ __metadata:
languageName: node
linkType: hard

"@types/d3-array@npm:^3":
version: 3.2.1
resolution: "@types/d3-array@npm:3.2.1"
checksum: 10c0/38bf2c778451f4b79ec81a2288cb4312fe3d6449ecdf562970cc339b60f280f31c93a024c7ff512607795e79d3beb0cbda123bb07010167bce32927f71364bca
languageName: node
linkType: hard

"@types/d3-ease@npm:^1.0.8":
version: 1.0.13
resolution: "@types/d3-ease@npm:1.0.13"
Expand Down Expand Up @@ -5522,7 +5529,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:>=10.0.0, @types/node@npm:^22.0.0, @types/node@npm:^22.5.5":
"@types/node@npm:*, @types/node@npm:>=10.0.0, @types/node@npm:^22.0.0, @types/node@npm:^22.5.5, @types/node@npm:^22.8.6":
version: 22.8.6
resolution: "@types/node@npm:22.8.6"
dependencies:
Expand All @@ -5531,15 +5538,6 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.7.3":
version: 22.7.3
resolution: "@types/node@npm:22.7.3"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/0e579813528b0370454337a952f43b792cd12731e10fdca0fdb627158e980c1219bba99e9048c134b6a19325d817016059afe016ccd372326c838a1b85a51574
languageName: node
linkType: hard

"@types/node@npm:^20.14.9":
version: 20.17.5
resolution: "@types/node@npm:20.17.5"
Expand Down Expand Up @@ -8246,7 +8244,7 @@ __metadata:
languageName: node
linkType: hard

"d3-array@npm:2 - 3, d3-array@npm:2.10.0 - 3, d3-array@npm:2.5.0 - 3, d3-array@npm:3, d3-array@npm:^3.2.0":
"d3-array@npm:2 - 3, d3-array@npm:2.10.0 - 3, d3-array@npm:2.5.0 - 3, d3-array@npm:3, d3-array@npm:^3.2.0, d3-array@npm:^3.2.4":
version: 3.2.4
resolution: "d3-array@npm:3.2.4"
dependencies:
Expand Down Expand Up @@ -14664,6 +14662,7 @@ __metadata:
"@storybook/test": "npm:^8.3.6"
"@swimlane/eslint-config": "npm:^2.0.0"
"@swimlane/prettier-config-swimlane": "npm:^3.0.2"
"@types/d3-array": "npm:^3"
"@types/d3-ease": "npm:^1.0.8"
"@types/d3-scale": "npm:^4"
"@types/d3-selection": "npm:^1.4.1"
Expand All @@ -14673,7 +14672,7 @@ __metadata:
"@types/jasminewd2": "npm:~2.0.3"
"@types/mdast": "npm:^3.0.3"
"@types/mocha": "npm:^10.0.9"
"@types/node": "npm:22.7.3"
"@types/node": "npm:^22.8.6"
"@types/unist": "npm:^2.0.2"
"@types/vfile": "npm:^4.0.0"
"@typescript-eslint/eslint-plugin": "npm:^8.12.1"
Expand All @@ -14686,6 +14685,7 @@ __metadata:
angular-cli-ghpages: "npm:^0.6.2"
core-js: "npm:^2.6.11"
cross-env: "npm:^7.0.2"
d3-array: "npm:^3.2.4"
d3-dispatch: "npm:^3.0.1"
d3-ease: "npm:^3.0.1"
d3-force: "npm:^3.0.0"
Expand Down

0 comments on commit dfc5a04

Please sign in to comment.