Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 828572a

Browse files
committed
chore: add @types/node package to example
1 parent f189e95 commit 828572a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"whatwg-fetch": "2.0.3"
4141
},
4242
"devDependencies": {
43+
"@types/node": "^12.11.6",
4344
"@types/prop-types": "^15.5.5",
4445
"@types/react": "^16.4.12",
4546
"@types/react-dom": "^16.0.7",

example/yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,11 @@
454454
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.18.tgz#1d3ca764718915584fcd9f6344621b7672665c67"
455455
integrity sha512-fh+pAqt4xRzPfqA6eh3Z2y6fyZavRIumvjhaCL753+TVkGKGhpPeyrJG2JftD0T9q4GF00KjefsQ+PQNDdWQaQ==
456456

457+
"@types/node@^12.11.6":
458+
version "12.11.6"
459+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.11.6.tgz#2f8d551aef252de78f42acdccd53f5a8ce0cac4d"
460+
integrity sha512-4uPUyY1Aofo1YzoypalYHNd2SnKYxH2b6LzXwpryZCJKA2XlagZSynXx5C8sfPH0r1cSltUpaVHV2q5sYXschQ==
461+
457462
"@types/prop-types@*", "@types/prop-types@^15.5.5":
458463
version "15.7.3"
459464
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
@@ -5419,7 +5424,7 @@ regjsparser@^0.1.4:
54195424
jsesc "~0.5.0"
54205425

54215426
"relay-compiler-language-typescript@file:.yalc/relay-compiler-language-typescript":
5422-
version "6.0.0-b18b9139"
5427+
version "9.0.0-7ef0dd23"
54235428
dependencies:
54245429
immutable "^4.0.0-rc.12"
54255430
invariant "^2.2.4"

0 commit comments

Comments
 (0)