Skip to content

Commit 28a776b

Browse files
committed
adds typedef package for node to arc
1 parent 700a660 commit 28a776b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

src/neo4j-arc/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
],
2323
"devDependencies": {
2424
"@rollup/plugin-alias": "^3.1.9",
25+
"@types/node": "20.11.25",
2526
"@types/react": "^17.0.40",
2627
"esbuild": "^0.14.26",
2728
"neo4j-driver-core": "5.26.0",

src/neo4j-arc/yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,13 @@
325325
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.181.tgz#d1d3740c379fda17ab175165ba04e2d03389385d"
326326
integrity sha512-n3tyKthHJbkiWhDZs3DkhkCzt2MexYHXlX0td5iMplyfwketaOeKboEVBqzceH7juqvEg3q5oUoBFxSLu7zFag==
327327

328+
"@types/node@20.11.25":
329+
version "20.11.25"
330+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.25.tgz#0f50d62f274e54dd7a49f7704cc16bfbcccaf49f"
331+
integrity sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==
332+
dependencies:
333+
undici-types "~5.26.4"
334+
328335
"@types/prop-types@*":
329336
version "15.7.4"
330337
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
@@ -949,3 +956,8 @@ typescript@^4.6.2:
949956
version "4.6.2"
950957
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
951958
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
959+
960+
undici-types@~5.26.4:
961+
version "5.26.5"
962+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
963+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==

0 commit comments

Comments
 (0)