Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 5902091

Browse files
committed
chore(deps): add types for node and jest
1 parent 5183f7c commit 5902091

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
"@semantic-release/github": "7.0.5",
5757
"@semantic-release/npm": "7.0.5",
5858
"@semantic-release/release-notes-generator": "9.0.1",
59+
"@types/jest": "^25.2.1",
60+
"@types/node": "^13.11.0",
5961
"babel-core": "7.0.0-bridge.0",
6062
"babel-jest": "25.2.6",
6163
"babel-preset-env": "1.7.0",

yarn.lock

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,15 @@
14721472
"@types/istanbul-lib-coverage" "*"
14731473
"@types/istanbul-lib-report" "*"
14741474

1475-
"@types/node@>= 8":
1475+
"@types/jest@^25.2.1":
1476+
version "25.2.1"
1477+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.1.tgz#9544cd438607955381c1bdbdb97767a249297db5"
1478+
integrity sha512-msra1bCaAeEdkSyA0CZ6gW1ukMIvZ5YoJkdXw/qhQdsuuDlFTcEUrUw8CLCPt2rVRUfXlClVvK2gvPs9IokZaA==
1479+
dependencies:
1480+
jest-diff "^25.2.1"
1481+
pretty-format "^25.2.1"
1482+
1483+
"@types/node@>= 8", "@types/node@^13.11.0":
14761484
version "13.11.0"
14771485
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.11.0.tgz#390ea202539c61c8fa6ba4428b57e05bc36dc47b"
14781486
integrity sha512-uM4mnmsIIPK/yeO+42F2RQhGUIs39K2RFmugcJANppXe6J1nvH87PvzPZYpza7Xhhs8Yn9yIAVdLZ84z61+0xQ==
@@ -4865,7 +4873,7 @@ jest-config@^25.2.7:
48654873
pretty-format "^25.2.6"
48664874
realpath-native "^2.0.0"
48674875

4868-
jest-diff@^25.2.6:
4876+
jest-diff@^25.2.1, jest-diff@^25.2.6:
48694877
version "25.2.6"
48704878
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-25.2.6.tgz#a6d70a9ab74507715ea1092ac513d1ab81c1b5e7"
48714879
integrity sha512-KuadXImtRghTFga+/adnNrv9s61HudRMR7gVSbP35UKZdn4IK2/0N0PpGZIqtmllK9aUyye54I3nu28OYSnqOg==
@@ -6964,7 +6972,7 @@ prettier@2.0.4:
69646972
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.4.tgz#2d1bae173e355996ee355ec9830a7a1ee05457ef"
69656973
integrity sha512-SVJIQ51spzFDvh4fIbCLvciiDMCrRhlN3mbZvv/+ycjvmF5E73bKdGfU8QDLNmjYJf+lsGnDBC4UUnvTe5OO0w==
69666974

6967-
pretty-format@^25.2.6:
6975+
pretty-format@^25.2.1, pretty-format@^25.2.6:
69686976
version "25.2.6"
69696977
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.2.6.tgz#542a1c418d019bbf1cca2e3620443bc1323cb8d7"
69706978
integrity sha512-DEiWxLBaCHneffrIT4B+TpMvkV9RNvvJrd3lY9ew1CEQobDzEXmYT1mg0hJhljZty7kCc10z13ohOFAE8jrUDg==

0 commit comments

Comments
 (0)