Skip to content

Commit 66620be

Browse files
author
Dipak Sarkar
committed
updated dev dependency
1 parent 67b0b39 commit 66620be

File tree

2 files changed

+7
-96
lines changed

2 files changed

+7
-96
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"devDependencies": {
2525
"@babel/core": "^7.9.0",
2626
"@babel/preset-env": "^7.9.5",
27-
"@shopify/jest-dom-mocks": "^2.8.11",
2827
"@vue/cli-plugin-unit-jest": "^4.5.13",
2928
"@vue/test-utils": "^1.2.2",
3029
"@vuedoc/md": "^1.6.0",
@@ -55,7 +54,7 @@
5554
"vue": "^2.6.11",
5655
"vue-jest": "^3.0.5",
5756
"vue-template-compiler": "^2.6.11",
58-
"vuepress": "^1.4.1",
57+
"vuepress": "^1.8.2",
5958
"vuepress-plugin-demo-code": "^0.5.0"
6059
},
6160
"bugs": {

yarn.lock

Lines changed: 6 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
1515
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
1616

17-
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.11.0", "@babel/core@^7.7.5", "@babel/core@^7.8.4", "@babel/core@^7.9.0":
17+
"@babel/core@^7.1.0", "@babel/core@^7.11.0", "@babel/core@^7.7.5", "@babel/core@^7.8.4", "@babel/core@^7.9.0":
1818
version "7.15.5"
1919
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9"
2020
integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==
@@ -878,7 +878,7 @@
878878
"@babel/types" "^7.4.4"
879879
esutils "^2.0.2"
880880

881-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.11.0", "@babel/runtime@^7.13.8", "@babel/runtime@^7.8.4":
881+
"@babel/runtime@^7.11.0", "@babel/runtime@^7.13.8", "@babel/runtime@^7.8.4":
882882
version "7.15.4"
883883
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a"
884884
integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==
@@ -1381,36 +1381,6 @@
13811381
estree-walker "^1.0.1"
13821382
picomatch "^2.2.2"
13831383

1384-
"@shopify/async@^2.2.6":
1385-
version "2.2.6"
1386-
resolved "https://registry.yarnpkg.com/@shopify/async/-/async-2.2.6.tgz#ef5ba2d8db93ebf89cdbeb7d08371790dca8742f"
1387-
integrity sha512-u73hBuZjdejkROKcnaamsEvxOBJd7gV21QjmfneXtdqln95AL0OQwGCjujZsY4U68fDdEbZBf+EVZBeKCQ9OXw==
1388-
1389-
"@shopify/decorators@^1.2.5":
1390-
version "1.2.5"
1391-
resolved "https://registry.yarnpkg.com/@shopify/decorators/-/decorators-1.2.5.tgz#41a084472ea1d9d97c97f8df5641b225d65f9d45"
1392-
integrity sha512-4W931D1PswzdtMlkaWiNyCw6oD2/BnHczvtfg/ALygC7wPWlIHlKvdGzQQv7qmY+Qheu8Zn1NLrHnwwOiZ7r3w==
1393-
dependencies:
1394-
"@shopify/function-enhancers" "^1.1.5"
1395-
1396-
"@shopify/function-enhancers@^1.1.5":
1397-
version "1.1.5"
1398-
resolved "https://registry.yarnpkg.com/@shopify/function-enhancers/-/function-enhancers-1.1.5.tgz#9edf11f922e5752ddc5896191638c7e61629c1c6"
1399-
integrity sha512-tpXYJbesIPU7mnspgx6VTmAc+rLRxYGwiO/rNtZYOAEapedajQhWIXmVqaBXGNJaVUlSa+yT2xO2oHY9DPmGsQ==
1400-
1401-
"@shopify/jest-dom-mocks@^2.8.11":
1402-
version "2.11.7"
1403-
resolved "https://registry.yarnpkg.com/@shopify/jest-dom-mocks/-/jest-dom-mocks-2.11.7.tgz#845166d5820521bef2a50e12b9d29b9d564a8582"
1404-
integrity sha512-UG9GAAVMOYc0ZbgcMr6dFb1iX406+Ww6lvmh+boX4EX+grtDMWuaFg9YkEG/0XogAo98WhMIdNOvnL39WipWnQ==
1405-
dependencies:
1406-
"@shopify/async" "^2.2.6"
1407-
"@shopify/decorators" "^1.2.5"
1408-
"@types/fetch-mock" "^7.3.3"
1409-
"@types/lolex" "^2.1.3"
1410-
fetch-mock "^9.11.0"
1411-
lolex "^2.7.5"
1412-
promise "^8.0.3"
1413-
14141384
"@sindresorhus/is@^0.14.0":
14151385
version "0.14.0"
14161386
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
@@ -1483,11 +1453,6 @@
14831453
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
14841454
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
14851455

1486-
"@types/fetch-mock@^7.3.3":
1487-
version "7.3.5"
1488-
resolved "https://registry.yarnpkg.com/@types/fetch-mock/-/fetch-mock-7.3.5.tgz#7aee678c4e7c7e1a168bae8fdab5b8d712e377f6"
1489-
integrity sha512-sLecm9ohBdGIpYUP9rWk5/XIKY2xHMYTBJIcJuBBM8IJWnYoQ1DAj8F4OVjnfD0API1drlkWEV0LPNk+ACuhsg==
1490-
14911456
"@types/glob@^7.1.1":
14921457
version "7.1.4"
14931458
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.4.tgz#ea59e21d2ee5c517914cb4bc8e4153b99e566672"
@@ -1540,11 +1505,6 @@
15401505
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
15411506
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
15421507

1543-
"@types/lolex@^2.1.3":
1544-
version "2.1.3"
1545-
resolved "https://registry.yarnpkg.com/@types/lolex/-/lolex-2.1.3.tgz#793557c9b8ad319b4c8e4c6548b90893f4aa5f69"
1546-
integrity sha512-nEipOLYyZJ4RKHCg7tlR37ewFy91oggmip2MBzPdVQ8QhTFqjcRhE8R0t4tfpDnSlxGWHoEGJl0UCC4kYhqoiw==
1547-
15481508
"@types/minimatch@*":
15491509
version "3.0.5"
15501510
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
@@ -2446,7 +2406,7 @@ array.prototype.flat@^1.2.4:
24462406
define-properties "^1.1.3"
24472407
es-abstract "^1.18.0-next.1"
24482408

2449-
asap@~2.0.3, asap@~2.0.6:
2409+
asap@~2.0.3:
24502410
version "2.0.6"
24512411
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
24522412
integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=
@@ -4389,7 +4349,7 @@ core-js@^2.4.0, core-js@^2.5.0:
43894349
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
43904350
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
43914351

4392-
core-js@^3.0.0, core-js@^3.6.4, core-js@^3.6.5:
4352+
core-js@^3.6.4, core-js@^3.6.5:
43934353
version "3.17.3"
43944354
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.17.3.tgz#8e8bd20e91df9951e903cabe91f9af4a0895bc1e"
43954355
integrity sha512-lyvajs+wd8N1hXfzob1LdOCCHFU4bGMbqqmLn1Q4QlCpDqWPpGf+p0nj+LNrvDDG33j0hZXw2nsvvVpHysxyNw==
@@ -5797,22 +5757,6 @@ fb-watchman@^2.0.0:
57975757
dependencies:
57985758
bser "2.1.1"
57995759

5800-
fetch-mock@^9.11.0:
5801-
version "9.11.0"
5802-
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-9.11.0.tgz#371c6fb7d45584d2ae4a18ee6824e7ad4b637a3f"
5803-
integrity sha512-PG1XUv+x7iag5p/iNHD4/jdpxL9FtVSqRMUQhPab4hVDt80T1MH5ehzVrL2IdXO9Q2iBggArFvPqjUbHFuI58Q==
5804-
dependencies:
5805-
"@babel/core" "^7.0.0"
5806-
"@babel/runtime" "^7.0.0"
5807-
core-js "^3.0.0"
5808-
debug "^4.1.1"
5809-
glob-to-regexp "^0.4.0"
5810-
is-subset "^0.1.1"
5811-
lodash.isequal "^4.5.0"
5812-
path-to-regexp "^2.2.1"
5813-
querystring "^0.2.0"
5814-
whatwg-url "^6.5.0"
5815-
58165760
figgy-pudding@^3.5.1:
58175761
version "3.5.2"
58185762
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e"
@@ -6174,11 +6118,6 @@ glob-to-regexp@^0.3.0:
61746118
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
61756119
integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
61766120

6177-
glob-to-regexp@^0.4.0:
6178-
version "0.4.1"
6179-
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
6180-
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
6181-
61826121
glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
61836122
version "7.1.7"
61846123
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
@@ -7274,11 +7213,6 @@ is-string@^1.0.5, is-string@^1.0.7:
72747213
dependencies:
72757214
has-tostringtag "^1.0.0"
72767215

7277-
is-subset@^0.1.1:
7278-
version "0.1.1"
7279-
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
7280-
integrity sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY=
7281-
72827216
is-symbol@^1.0.2, is-symbol@^1.0.3:
72837217
version "1.0.4"
72847218
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c"
@@ -8639,11 +8573,6 @@ lodash.debounce@^4.0.8:
86398573
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
86408574
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
86418575

8642-
lodash.isequal@^4.5.0:
8643-
version "4.5.0"
8644-
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
8645-
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
8646-
86478576
lodash.kebabcase@^4.1.1:
86488577
version "4.1.1"
86498578
resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
@@ -8696,11 +8625,6 @@ loglevel@^1.6.8:
86968625
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197"
86978626
integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==
86988627

8699-
lolex@^2.7.5:
8700-
version "2.7.5"
8701-
resolved "https://registry.yarnpkg.com/lolex/-/lolex-2.7.5.tgz#113001d56bfc7e02d56e36291cc5c413d1aa0733"
8702-
integrity sha512-l9x0+1offnKKIzYVjyXU2SiwhXDLekRzKyhnbyldPHvC7BvLPVpdNUNR2KeMAiCN2D/kLNttZgQD5WjSxuBx3Q==
8703-
87048628
lolex@^5.0.0:
87058629
version "5.1.2"
87068630
resolved "https://registry.yarnpkg.com/lolex/-/lolex-5.1.2.tgz#953694d098ce7c07bc5ed6d0e42bc6c0c6d5a367"
@@ -10104,11 +10028,6 @@ path-to-regexp@0.1.7:
1010410028
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
1010510029
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
1010610030

10107-
path-to-regexp@^2.2.1:
10108-
version "2.4.0"
10109-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-2.4.0.tgz#35ce7f333d5616f1c1e1bfe266c3aba2e5b2e704"
10110-
integrity sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==
10111-
1011210031
path-type@^3.0.0:
1011310032
version "3.0.0"
1011410033
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
@@ -10711,13 +10630,6 @@ promise@^7.0.1:
1071110630
dependencies:
1071210631
asap "~2.0.3"
1071310632

10714-
promise@^8.0.3:
10715-
version "8.1.0"
10716-
resolved "https://registry.yarnpkg.com/promise/-/promise-8.1.0.tgz#697c25c3dfe7435dd79fcd58c38a135888eaf05e"
10717-
integrity sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==
10718-
dependencies:
10719-
asap "~2.0.6"
10720-
1072110633
prompts@^2.0.1:
1072210634
version "2.4.1"
1072310635
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.1.tgz#befd3b1195ba052f9fd2fde8a486c4e82ee77f61"
@@ -13450,7 +13362,7 @@ vuepress-plugin-smooth-scroll@^0.0.3:
1345013362
dependencies:
1345113363
smoothscroll-polyfill "^0.4.3"
1345213364

13453-
vuepress@^1.4.1:
13365+
vuepress@^1.8.2:
1345413366
version "1.8.2"
1345513367
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.8.2.tgz#97e8bf979630611fc7b621fc4cc35b798ee5e847"
1345613368
integrity sha512-BU1lUDwsA3ghf7a9ga4dsf0iTc++Z/l7BR1kUagHWVBHw7HNRgRDfAZBDDQXhllMILVToIxaTifpne9mSi94OA==
@@ -13680,7 +13592,7 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0:
1368013592
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
1368113593
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
1368213594

13683-
whatwg-url@^6.4.1, whatwg-url@^6.5.0:
13595+
whatwg-url@^6.4.1:
1368413596
version "6.5.0"
1368513597
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"
1368613598
integrity sha512-rhRZRqx/TLJQWUpQ6bmrt2UV4f0HCQ463yQuONJqC6fO2VoEb1pTYddbe59SkYq87aoM5A3bdhMZiUiVws+fzQ==

0 commit comments

Comments
 (0)