File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 22
22
23
23
},
24
24
"devDependencies" : {
25
+ "@types/jest" : " ^24.0.18" ,
25
26
"all-contributors-cli" : " ^6.7.0" ,
26
27
"commitizen" : " ^3.1.1" ,
27
28
"cz-conventional-changelog" : " 2.1.0" ,
28
29
"eslint" : " ^6.1.0" ,
29
30
"eslint-config-airbnb-base" : " ^14.0.0" ,
30
31
"eslint-config-prettier" : " ^6.0.0" ,
31
32
"eslint-plugin-prettier" : " ^3.1.0" ,
32
- "prettier" : " 1.18.2" ,
33
- "prettier-package-json" : " ^2.1.0" ,
34
33
"jest" : " ^24.8.0" ,
35
34
"lerna" : " ^3.15.0" ,
36
35
"lint-staged" : " ^9.2.0" ,
36
+ "prettier" : " 1.18.2" ,
37
+ "prettier-package-json" : " ^2.1.0" ,
37
38
"supertest" : " ^4.0.2"
38
39
},
39
40
"config" : {
Original file line number Diff line number Diff line change 1806
1806
"@types/istanbul-lib-coverage" "*"
1807
1807
"@types/istanbul-lib-report" "*"
1808
1808
1809
+ "@types/jest-diff@*":
1810
+ version "20.0.1"
1811
+ resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
1812
+ integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA==
1813
+
1814
+ "@types/jest@^24.0.18":
1815
+ version "24.0.18"
1816
+ resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.18.tgz#9c7858d450c59e2164a8a9df0905fc5091944498"
1817
+ integrity sha512-jcDDXdjTcrQzdN06+TSVsPPqxvsZA/5QkYfIZlq1JMw7FdP5AZylbOc+6B/cuDurctRe+MziUMtQ3xQdrbjqyQ==
1818
+ dependencies:
1819
+ "@types/jest-diff" "*"
1820
+
1809
1821
"@types/json-schema@^7.0.3":
1810
1822
version "7.0.3"
1811
1823
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636"
You can’t perform that action at this time.
0 commit comments