Skip to content

Commit

Permalink
chore(deps): add direct dependency on node-int64 (#9913)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl authored Dec 15, 2023
1 parent d4ef4df commit 8011312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps-rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"@types/jest": "28.1.8",
"@types/jsdom": "16.2.15",
"@types/node": "18.18.14",
"@types/node-int64": "0.4.32",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.17",
"@types/react-test-renderer": "18.0.0",
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9230,7 +9230,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node-int64@npm:*, @types/node-int64@npm:^0.4.29":
"@types/node-int64@npm:*, @types/node-int64@npm:0.4.32, @types/node-int64@npm:^0.4.29":
version: 0.4.32
resolution: "@types/node-int64@npm:0.4.32"
dependencies:
Expand Down Expand Up @@ -10914,6 +10914,7 @@ __metadata:
"@types/jest": "npm:28.1.8"
"@types/jsdom": "npm:16.2.15"
"@types/node": "npm:18.18.14"
"@types/node-int64": "npm:0.4.32"
"@types/react": "npm:18.2.45"
"@types/react-dom": "npm:18.2.17"
"@types/react-test-renderer": "npm:18.0.0"
Expand Down

0 comments on commit 8011312

Please sign in to comment.