Skip to content

Commit f086a9c

Browse files
committedAug 1, 2020
update deps
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent bca6384 commit f086a9c

File tree

4 files changed

+1081
-477
lines changed

4 files changed

+1081
-477
lines changed
 

‎package.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,29 +35,34 @@
3535
},
3636
"dependencies": {
3737
"@types/assert": "^1.5.1",
38-
"@types/jest": "^26.0.5",
38+
"@types/jest": "^26.0.8",
3939
"@types/jsdom": "^16.2.3",
40-
"@types/node": "^14.0.24",
40+
"@types/node": "^14.0.27",
4141
"@types/node-fetch": "^2.5.7",
4242
"@types/semver": "^7.3.1",
43-
"@typescript-eslint/eslint-plugin": "^3.7.0",
44-
"@typescript-eslint/parser": "^3.7.0",
43+
"@typescript-eslint/eslint-plugin": "^3.7.1",
44+
"@typescript-eslint/parser": "^3.7.1",
4545
"chokidar": "^3.4.1",
4646
"dotenv": "^8.2.0",
47-
"eslint": "^7.5.0",
47+
"eslint": "^7.6.0",
4848
"git-url-parse": "^11.1.2",
49-
"jest": "^26.1.0",
49+
"jest": "^26.2.2",
5050
"jsdom": "^16.3.0",
5151
"node-fetch": "^2.6.0",
5252
"semver": "^7.3.2",
53-
"ts-jest": "^26.1.3",
53+
"ts-jest": "^26.1.4",
5454
"typescript": "^3.9.7",
5555
"vscode-extension-telemetry": "^0.1.6"
5656
},
5757
"devDependencies": {
5858
"eslint-config-prettier": "^6.11.0",
5959
"eslint-config-react-app": "^5.2.1",
60+
"eslint-plugin-flowtype": "^5.2.0",
61+
"eslint-plugin-import": "^2.22.0",
62+
"eslint-plugin-jsx-a11y": "^6.3.1",
6063
"eslint-plugin-prettier": "^3.1.4",
64+
"eslint-plugin-react": "^7.20.5",
65+
"eslint-plugin-react-hooks": "^4.0.8",
6166
"prettier": "2.0.5",
6267
"vscode": "^1.1.37",
6368
"vscode-test": "^1.4.0"

‎web-app/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"extends": "react-app"
2626
},
2727
"dependencies": {
28-
"@alifd/next": "^1.20.20",
28+
"@alifd/next": "^1.20.24",
2929
"@emotion/babel-preset-css-prop": "^10.0.27",
3030
"@emotion/core": "^10.0.28",
31-
"babel-jest": "^26.1.0",
31+
"babel-jest": "^26.2.2",
3232
"js-yaml": "^3.14.0",
3333
"markdown-it": "^11.0.0",
3434
"markdown-it-emoji": "^1.4.0",
@@ -42,7 +42,7 @@
4242
"xstate": "^4.11.0"
4343
},
4444
"devDependencies": {
45-
"@babel/core": "^7.10.5",
45+
"@babel/core": "^7.11.0",
4646
"@storybook/addon-actions": "^5.3.19",
4747
"@storybook/addon-knobs": "^5.3.19",
4848
"@storybook/addon-links": "^5.3.19",
@@ -51,12 +51,12 @@
5151
"@storybook/react": "^5.3.19",
5252
"@types/graphql": "^14.5.0",
5353
"@types/highlight.js": "^9.12.4",
54-
"@types/jest": "^26.0.5",
54+
"@types/jest": "^26.0.8",
5555
"@types/js-yaml": "^3.12.5",
5656
"@types/markdown-it": "^10.0.1",
57-
"@types/node": "^14.0.24",
57+
"@types/node": "^14.0.27",
5858
"@types/prismjs": "^1.16.1",
59-
"@types/react": "^16.9.43",
59+
"@types/react": "^16.9.44",
6060
"@types/react-addons-css-transition-group": "^15.0.5",
6161
"@types/react-dom": "^16.9.8",
6262
"babel-loader": "8.1.0",

‎web-app/yarn.lock

Lines changed: 126 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"@alifd/validate" "^1.2.0"
1111
prop-types "^15.5.8"
1212

13-
"@alifd/next@^1.20.20":
14-
version "1.20.20"
15-
resolved "https://registry.yarnpkg.com/@alifd/next/-/next-1.20.20.tgz#aeebd7d036b63d3279be520284d20967d0e44e8f"
16-
integrity sha512-iACP/7wP3hXzxFcvD0J9UGlCXLtxm5pAHGEWKMOpT+B2X5b3URsTlPdZkQ2y8Sgl8MF4waLPYz3BF1DsBTZ4ew==
13+
"@alifd/next@^1.20.24":
14+
version "1.20.24"
15+
resolved "https://registry.yarnpkg.com/@alifd/next/-/next-1.20.24.tgz#f79cfba6a1b246124b7154cddf1b0094e58a3b86"
16+
integrity sha512-ZOm+wl79VjRlQ8cso87TPwhzOejuV1yiiRpL35igfwA98sdXhKK3cLknvPJ2arkEpOiaHZcmPAtOWYRHGYN64Q==
1717
dependencies:
1818
"@alifd/field" "~1.4.1"
1919
"@alifd/validate" "~1.2.0"
@@ -82,19 +82,19 @@
8282
semver "^5.4.1"
8383
source-map "^0.5.0"
8484

85-
"@babel/core@^7.10.5":
86-
version "7.10.5"
87-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330"
88-
integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==
85+
"@babel/core@^7.11.0":
86+
version "7.11.0"
87+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.0.tgz#73b9c33f1658506887f767c26dae07798b30df76"
88+
integrity sha512-mkLq8nwaXmDtFmRkQ8ED/eA2CnVw4zr7dCztKalZXBvdK5EeNUAesrrwUqjQEzFgomJssayzB0aqlOsP1vGLqg==
8989
dependencies:
9090
"@babel/code-frame" "^7.10.4"
91-
"@babel/generator" "^7.10.5"
92-
"@babel/helper-module-transforms" "^7.10.5"
91+
"@babel/generator" "^7.11.0"
92+
"@babel/helper-module-transforms" "^7.11.0"
9393
"@babel/helpers" "^7.10.4"
94-
"@babel/parser" "^7.10.5"
94+
"@babel/parser" "^7.11.0"
9595
"@babel/template" "^7.10.4"
96-
"@babel/traverse" "^7.10.5"
97-
"@babel/types" "^7.10.5"
96+
"@babel/traverse" "^7.11.0"
97+
"@babel/types" "^7.11.0"
9898
convert-source-map "^1.7.0"
9999
debug "^4.1.0"
100100
gensync "^1.0.0-beta.1"
@@ -114,12 +114,12 @@
114114
lodash "^4.17.13"
115115
source-map "^0.5.0"
116116

117-
"@babel/generator@^7.10.5":
118-
version "7.10.5"
119-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69"
120-
integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig==
117+
"@babel/generator@^7.11.0":
118+
version "7.11.0"
119+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c"
120+
integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ==
121121
dependencies:
122-
"@babel/types" "^7.10.5"
122+
"@babel/types" "^7.11.0"
123123
jsesc "^2.5.1"
124124
source-map "^0.5.0"
125125

@@ -281,17 +281,17 @@
281281
dependencies:
282282
"@babel/types" "^7.10.4"
283283

284-
"@babel/helper-module-transforms@^7.10.5":
285-
version "7.10.5"
286-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6"
287-
integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA==
284+
"@babel/helper-module-transforms@^7.11.0":
285+
version "7.11.0"
286+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359"
287+
integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==
288288
dependencies:
289289
"@babel/helper-module-imports" "^7.10.4"
290290
"@babel/helper-replace-supers" "^7.10.4"
291291
"@babel/helper-simple-access" "^7.10.4"
292-
"@babel/helper-split-export-declaration" "^7.10.4"
292+
"@babel/helper-split-export-declaration" "^7.11.0"
293293
"@babel/template" "^7.10.4"
294-
"@babel/types" "^7.10.5"
294+
"@babel/types" "^7.11.0"
295295
lodash "^4.17.19"
296296

297297
"@babel/helper-module-transforms@^7.9.0":
@@ -392,6 +392,13 @@
392392
dependencies:
393393
"@babel/types" "^7.10.4"
394394

395+
"@babel/helper-split-export-declaration@^7.11.0":
396+
version "7.11.0"
397+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
398+
integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
399+
dependencies:
400+
"@babel/types" "^7.11.0"
401+
395402
"@babel/helper-split-export-declaration@^7.8.3":
396403
version "7.8.3"
397404
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
@@ -465,10 +472,10 @@
465472
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
466473
integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
467474

468-
"@babel/parser@^7.10.5":
469-
version "7.10.5"
470-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
471-
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
475+
"@babel/parser@^7.11.0":
476+
version "7.11.0"
477+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
478+
integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==
472479

473480
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
474481
version "7.8.3"
@@ -1253,17 +1260,17 @@
12531260
globals "^11.1.0"
12541261
lodash "^4.17.13"
12551262

1256-
"@babel/traverse@^7.10.5":
1257-
version "7.10.5"
1258-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
1259-
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
1263+
"@babel/traverse@^7.11.0":
1264+
version "7.11.0"
1265+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24"
1266+
integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==
12601267
dependencies:
12611268
"@babel/code-frame" "^7.10.4"
1262-
"@babel/generator" "^7.10.5"
1269+
"@babel/generator" "^7.11.0"
12631270
"@babel/helper-function-name" "^7.10.4"
1264-
"@babel/helper-split-export-declaration" "^7.10.4"
1265-
"@babel/parser" "^7.10.5"
1266-
"@babel/types" "^7.10.5"
1271+
"@babel/helper-split-export-declaration" "^7.11.0"
1272+
"@babel/parser" "^7.11.0"
1273+
"@babel/types" "^7.11.0"
12671274
debug "^4.1.0"
12681275
globals "^11.1.0"
12691276
lodash "^4.17.19"
@@ -1286,7 +1293,16 @@
12861293
lodash "^4.17.13"
12871294
to-fast-properties "^2.0.0"
12881295

1289-
"@babel/types@^7.10.5", "@babel/types@^7.3.3":
1296+
"@babel/types@^7.11.0":
1297+
version "7.11.0"
1298+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d"
1299+
integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==
1300+
dependencies:
1301+
"@babel/helper-validator-identifier" "^7.10.4"
1302+
lodash "^4.17.19"
1303+
to-fast-properties "^2.0.0"
1304+
1305+
"@babel/types@^7.3.3":
12901306
version "7.10.5"
12911307
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15"
12921308
integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q==
@@ -1624,21 +1640,21 @@
16241640
source-map "^0.6.1"
16251641
write-file-atomic "2.4.1"
16261642

1627-
"@jest/transform@^26.1.0":
1628-
version "26.1.0"
1629-
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.1.0.tgz#697f48898c2a2787c9b4cb71d09d7e617464e509"
1630-
integrity sha512-ICPm6sUXmZJieq45ix28k0s+d/z2E8CHDsq+WwtWI6kW8m7I8kPqarSEcUN86entHQ570ZBRci5OWaKL0wlAWw==
1643+
"@jest/transform@^26.2.2":
1644+
version "26.2.2"
1645+
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.2.2.tgz#86c005c8d5d749ac54d8df53ea58675fffe7a97e"
1646+
integrity sha512-c1snhvi5wRVre1XyoO3Eef5SEWpuBCH/cEbntBUd9tI5sNYiBDmO0My/lc5IuuGYKp/HFIHV1eZpSx5yjdkhKw==
16311647
dependencies:
16321648
"@babel/core" "^7.1.0"
1633-
"@jest/types" "^26.1.0"
1649+
"@jest/types" "^26.2.0"
16341650
babel-plugin-istanbul "^6.0.0"
16351651
chalk "^4.0.0"
16361652
convert-source-map "^1.4.0"
16371653
fast-json-stable-stringify "^2.0.0"
16381654
graceful-fs "^4.2.4"
1639-
jest-haste-map "^26.1.0"
1655+
jest-haste-map "^26.2.2"
16401656
jest-regex-util "^26.0.0"
1641-
jest-util "^26.1.0"
1657+
jest-util "^26.2.0"
16421658
micromatch "^4.0.2"
16431659
pirates "^4.0.1"
16441660
slash "^3.0.0"
@@ -1664,13 +1680,14 @@
16641680
"@types/yargs" "^15.0.0"
16651681
chalk "^3.0.0"
16661682

1667-
"@jest/types@^26.1.0":
1668-
version "26.1.0"
1669-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.1.0.tgz#f8afaaaeeb23b5cad49dd1f7779689941dcb6057"
1670-
integrity sha512-GXigDDsp6ZlNMhXQDeuy/iYCDsRIHJabWtDzvnn36+aqFfG14JmFV0e/iXxY4SP9vbXSiPNOWdehU5MeqrYHBQ==
1683+
"@jest/types@^26.2.0":
1684+
version "26.2.0"
1685+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.2.0.tgz#b28ca1fb517a4eb48c0addea7fcd9edc4ab45721"
1686+
integrity sha512-lvm3rJvctxd7+wxKSxxbzpDbr4FXDLaC57WEKdUIZ2cjTYuxYSc0zlyD7Z4Uqr5VdKxRUrtwIkiqBuvgf8uKJA==
16711687
dependencies:
16721688
"@types/istanbul-lib-coverage" "^2.0.0"
16731689
"@types/istanbul-reports" "^1.1.1"
1690+
"@types/node" "*"
16741691
"@types/yargs" "^15.0.0"
16751692
chalk "^4.0.0"
16761693

@@ -2329,10 +2346,10 @@
23292346
"@types/istanbul-lib-coverage" "*"
23302347
"@types/istanbul-lib-report" "*"
23312348

2332-
"@types/jest@^26.0.5":
2333-
version "26.0.5"
2334-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.5.tgz#23a8eecf4764a770ea8d3a0d1ea16b96c822035d"
2335-
integrity sha512-heU+7w8snfwfjtcj2H458aTx3m5unIToOJhx75ebHilBiiQ39OIdA18WkG4LP08YKeAoWAGvWg8s+22w/PeJ6w==
2349+
"@types/jest@^26.0.8":
2350+
version "26.0.8"
2351+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.8.tgz#f5c5559cf25911ce227f7ce30f1f160f24966369"
2352+
integrity sha512-eo3VX9jGASSuv680D4VQ89UmuLZneNxv2MCZjfwlInav05zXVJTzfc//lavdV0GPwSxsXJTy2jALscB7Acqg0g==
23362353
dependencies:
23372354
jest-diff "^25.2.1"
23382355
pretty-format "^25.2.1"
@@ -2375,10 +2392,10 @@
23752392
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.0.tgz#30d2d09f623fe32cde9cb582c7a6eda2788ce4a8"
23762393
integrity sha512-WE4IOAC6r/yBZss1oQGM5zs2D7RuKR6Q+w+X2SouPofnWn+LbCqClRyhO3ZE7Ix8nmFgo/oVuuE01cJT2XB13A==
23772394

2378-
"@types/node@^14.0.24":
2379-
version "14.0.24"
2380-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.24.tgz#b0f86f58564fa02a28b68f8b55d4cdec42e3b9d6"
2381-
integrity sha512-btt/oNOiDWcSuI721MdL8VQGnjsKjlTMdrKyTcLCKeQp/n4AAMFJ961wMbp+09y8WuGPClDEv07RIItdXKIXAA==
2395+
"@types/node@^14.0.27":
2396+
version "14.0.27"
2397+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1"
2398+
integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g==
23822399

23832400
"@types/npmlog@^4.1.2":
23842401
version "4.1.2"
@@ -2464,13 +2481,13 @@
24642481
"@types/prop-types" "*"
24652482
csstype "^2.2.0"
24662483

2467-
"@types/react@^16.9.43":
2468-
version "16.9.43"
2469-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.43.tgz#c287f23f6189666ee3bebc2eb8d0f84bcb6cdb6b"
2470-
integrity sha512-PxshAFcnJqIWYpJbLPriClH53Z2WlJcVZE+NP2etUtWQs2s7yIMj3/LDKZT/5CHJ/F62iyjVCDu2H3jHEXIxSg==
2484+
"@types/react@^16.9.44":
2485+
version "16.9.44"
2486+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.44.tgz#da84b179c031aef67dc92c33bd3401f1da2fa3bc"
2487+
integrity sha512-BtLoJrXdW8DVZauKP+bY4Kmiq7ubcJq+H/aCpRfvPF7RAT3RwR73Sg8szdc2YasbAlWBDrQ6Q+AFM0KwtQY+WQ==
24712488
dependencies:
24722489
"@types/prop-types" "*"
2473-
csstype "^2.2.0"
2490+
csstype "^3.0.2"
24742491

24752492
"@types/source-list-map@*":
24762493
version "0.1.2"
@@ -3460,16 +3477,16 @@ babel-jest@^24.9.0:
34603477
chalk "^2.4.2"
34613478
slash "^2.0.0"
34623479

3463-
babel-jest@^26.1.0:
3464-
version "26.1.0"
3465-
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.1.0.tgz#b20751185fc7569a0f135730584044d1cb934328"
3466-
integrity sha512-Nkqgtfe7j6PxLO6TnCQQlkMm8wdTdnIF8xrdpooHCuD5hXRzVEPbPneTJKknH5Dsv3L8ip9unHDAp48YQ54Dkg==
3480+
babel-jest@^26.2.2:
3481+
version "26.2.2"
3482+
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.2.2.tgz#70f618f2d7016ed71b232241199308985462f812"
3483+
integrity sha512-JmLuePHgA+DSOdOL8lPxCgD2LhPPm+rdw1vnxR73PpIrnmKCS2/aBhtkAcxQWuUcW2hBrH8MJ3LKXE7aWpNZyA==
34673484
dependencies:
3468-
"@jest/transform" "^26.1.0"
3469-
"@jest/types" "^26.1.0"
3485+
"@jest/transform" "^26.2.2"
3486+
"@jest/types" "^26.2.0"
34703487
"@types/babel__core" "^7.1.7"
34713488
babel-plugin-istanbul "^6.0.0"
3472-
babel-preset-jest "^26.1.0"
3489+
babel-preset-jest "^26.2.0"
34733490
chalk "^4.0.0"
34743491
graceful-fs "^4.2.4"
34753492
slash "^3.0.0"
@@ -3549,10 +3566,10 @@ babel-plugin-jest-hoist@^24.9.0:
35493566
dependencies:
35503567
"@types/babel__traverse" "^7.0.6"
35513568

3552-
babel-plugin-jest-hoist@^26.1.0:
3553-
version "26.1.0"
3554-
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.1.0.tgz#c6a774da08247a28285620a64dfadbd05dd5233a"
3555-
integrity sha512-qhqLVkkSlqmC83bdMhM8WW4Z9tB+JkjqAqlbbohS9sJLT5Ha2vfzuKqg5yenXrAjOPG2YC0WiXdH3a9PvB+YYw==
3569+
babel-plugin-jest-hoist@^26.2.0:
3570+
version "26.2.0"
3571+
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.2.0.tgz#bdd0011df0d3d513e5e95f76bd53b51147aca2dd"
3572+
integrity sha512-B/hVMRv8Nh1sQ1a3EY8I0n4Y1Wty3NrR5ebOyVT302op+DOAau+xNEImGMsUWOC3++ZlMooCytKz+NgN8aKGbA==
35563573
dependencies:
35573574
"@babel/template" "^7.3.3"
35583575
"@babel/types" "^7.3.3"
@@ -3765,12 +3782,12 @@ babel-preset-jest@^24.9.0:
37653782
"@babel/plugin-syntax-object-rest-spread" "^7.0.0"
37663783
babel-plugin-jest-hoist "^24.9.0"
37673784

3768-
babel-preset-jest@^26.1.0:
3769-
version "26.1.0"
3770-
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-26.1.0.tgz#612f714e5b457394acfd863793c564cbcdb7d1c1"
3771-
integrity sha512-na9qCqFksknlEj5iSdw1ehMVR06LCCTkZLGKeEtxDDdhg8xpUF09m29Kvh1pRbZ07h7AQ5ttLYUwpXL4tO6w7w==
3785+
babel-preset-jest@^26.2.0:
3786+
version "26.2.0"
3787+
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-26.2.0.tgz#f198201a4e543a43eb40bc481e19736e095fd3e0"
3788+
integrity sha512-R1k8kdP3R9phYQugXeNnK/nvCGlBzG4m3EoIIukC80GXb6wCv2XiwPhK6K9MAkQcMszWBYvl2Wm+yigyXFQqXg==
37723789
dependencies:
3773-
babel-plugin-jest-hoist "^26.1.0"
3790+
babel-plugin-jest-hoist "^26.2.0"
37743791
babel-preset-current-node-syntax "^0.1.2"
37753792

37763793
"babel-preset-minify@^0.5.0 || 0.6.0-alpha.5":
@@ -5149,6 +5166,11 @@ csstype@^2.2.0, csstype@^2.5.7, csstype@^2.6.7:
51495166
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.10.tgz#e63af50e66d7c266edb6b32909cfd0aabe03928b"
51505167
integrity sha512-D34BqZU4cIlMCY93rZHbrq9pjTAQJ3U8S8rfBqjwHxkGPThWFjzZDQpgMJY0QViLxth6ZKYiwFBo14RdN44U/w==
51515168

5169+
csstype@^3.0.2:
5170+
version "3.0.2"
5171+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.2.tgz#ee5ff8f208c8cd613b389f7b222c9801ca62b3f7"
5172+
integrity sha512-ofovWglpqoqbfLNOTBNZLSbMuGrblAf1efvvArGKOZMBrIoJeu5UsAipQolkijtyQx5MtAzT/J9IHj/CEY1mJw==
5173+
51525174
currently-unhandled@^0.4.1:
51535175
version "0.4.1"
51545176
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
@@ -8128,23 +8150,24 @@ jest-haste-map@^24.9.0:
81288150
optionalDependencies:
81298151
fsevents "^1.2.7"
81308152

8131-
jest-haste-map@^26.1.0:
8132-
version "26.1.0"
8133-
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-26.1.0.tgz#ef31209be73f09b0d9445e7d213e1b53d0d1476a"
8134-
integrity sha512-WeBS54xCIz9twzkEdm6+vJBXgRBQfdbbXD0dk8lJh7gLihopABlJmIQFdWSDDtuDe4PRiObsjZSUjbJ1uhWEpA==
8153+
jest-haste-map@^26.2.2:
8154+
version "26.2.2"
8155+
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-26.2.2.tgz#6d4267b1903854bfdf6a871419f35a82f03ae71e"
8156+
integrity sha512-3sJlMSt+NHnzCB+0KhJ1Ut4zKJBiJOlbrqEYNdRQGlXTv8kqzZWjUKQRY3pkjmlf+7rYjAV++MQ4D6g4DhAyOg==
81358157
dependencies:
8136-
"@jest/types" "^26.1.0"
8158+
"@jest/types" "^26.2.0"
81378159
"@types/graceful-fs" "^4.1.2"
8160+
"@types/node" "*"
81388161
anymatch "^3.0.3"
81398162
fb-watchman "^2.0.0"
81408163
graceful-fs "^4.2.4"
8141-
jest-serializer "^26.1.0"
8142-
jest-util "^26.1.0"
8143-
jest-worker "^26.1.0"
8164+
jest-regex-util "^26.0.0"
8165+
jest-serializer "^26.2.0"
8166+
jest-util "^26.2.0"
8167+
jest-worker "^26.2.1"
81448168
micromatch "^4.0.2"
81458169
sane "^4.0.3"
81468170
walker "^1.0.7"
8147-
which "^2.0.2"
81488171
optionalDependencies:
81498172
fsevents "^2.1.2"
81508173

@@ -8303,11 +8326,12 @@ jest-serializer@^24.9.0:
83038326
resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-24.9.0.tgz#e6d7d7ef96d31e8b9079a714754c5d5c58288e73"
83048327
integrity sha512-DxYipDr8OvfrKH3Kel6NdED3OXxjvxXZ1uIY2I9OFbGg+vUkkg7AGvi65qbhbWNPvDckXmzMPbK3u3HaDO49bQ==
83058328

8306-
jest-serializer@^26.1.0:
8307-
version "26.1.0"
8308-
resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-26.1.0.tgz#72a394531fc9b08e173dc7d297440ac610d95022"
8309-
integrity sha512-eqZOQG/0+MHmr25b2Z86g7+Kzd5dG9dhCiUoyUNJPgiqi38DqbDEOlHcNijyfZoj74soGBohKBZuJFS18YTJ5w==
8329+
jest-serializer@^26.2.0:
8330+
version "26.2.0"
8331+
resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-26.2.0.tgz#92dcae5666322410f4bf50211dd749274959ddac"
8332+
integrity sha512-V7snZI9IVmyJEu0Qy0inmuXgnMWDtrsbV2p9CRAcmlmPVwpC2ZM8wXyYpiugDQnwLHx0V4+Pnog9Exb3UO8M6Q==
83108333
dependencies:
8334+
"@types/node" "*"
83118335
graceful-fs "^4.2.4"
83128336

83138337
jest-snapshot@^24.9.0:
@@ -8347,12 +8371,13 @@ jest-util@^24.0.0, jest-util@^24.9.0:
83478371
slash "^2.0.0"
83488372
source-map "^0.6.0"
83498373

8350-
jest-util@^26.1.0:
8351-
version "26.1.0"
8352-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.1.0.tgz#80e85d4ba820decacf41a691c2042d5276e5d8d8"
8353-
integrity sha512-rNMOwFQevljfNGvbzNQAxdmXQ+NawW/J72dmddsK0E8vgxXCMtwQ/EH0BiWEIxh0hhMcTsxwAxINt7Lh46Uzbg==
8374+
jest-util@^26.2.0:
8375+
version "26.2.0"
8376+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.2.0.tgz#0597d2a27c559340957609f106c408c17c1d88ac"
8377+
integrity sha512-YmDwJxLZ1kFxpxPfhSJ0rIkiZOM0PQbRcfH0TzJOhqCisCAsI1WcmoQqO83My9xeVA2k4n+rzg2UuexVKzPpig==
83548378
dependencies:
8355-
"@jest/types" "^26.1.0"
8379+
"@jest/types" "^26.2.0"
8380+
"@types/node" "*"
83568381
chalk "^4.0.0"
83578382
graceful-fs "^4.2.4"
83588383
is-ci "^2.0.0"
@@ -8412,11 +8437,12 @@ jest-worker@^25.1.0:
84128437
merge-stream "^2.0.0"
84138438
supports-color "^7.0.0"
84148439

8415-
jest-worker@^26.1.0:
8416-
version "26.1.0"
8417-
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.1.0.tgz#65d5641af74e08ccd561c240e7db61284f82f33d"
8418-
integrity sha512-Z9P5pZ6UC+kakMbNJn+tA2RdVdNX5WH1x+5UCBZ9MxIK24pjYtFt96fK+UwBTrjLYm232g1xz0L3eTh51OW+yQ==
8440+
jest-worker@^26.2.1:
8441+
version "26.2.1"
8442+
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.2.1.tgz#5d630ab93f666b53f911615bc13e662b382bd513"
8443+
integrity sha512-+XcGMMJDTeEGncRb5M5Zq9P7K4sQ1sirhjdOxsN1462h6lFo9w59bl2LVQmdGEEeU3m+maZCkS2Tcc9SfCHO4A==
84198444
dependencies:
8445+
"@types/node" "*"
84208446
merge-stream "^2.0.0"
84218447
supports-color "^7.0.0"
84228448

@@ -14050,7 +14076,7 @@ which@1, which@^1.2.9, which@^1.3.0, which@^1.3.1:
1405014076
dependencies:
1405114077
isexe "^2.0.0"
1405214078

14053-
which@^2.0.1, which@^2.0.2:
14079+
which@^2.0.1:
1405414080
version "2.0.2"
1405514081
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
1405614082
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==

‎yarn.lock

Lines changed: 937 additions & 364 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.