Skip to content

Commit 4ead15f

Browse files
author
Jeff
committed
devtools are always on
1 parent 011ad4f commit 4ead15f

File tree

1 file changed

+71
-3
lines changed

1 file changed

+71
-3
lines changed

yarn.lock

Lines changed: 71 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,6 +1076,16 @@ change-case@3.0.x:
10761076
upper-case "^1.1.1"
10771077
upper-case-first "^1.1.0"
10781078

1079+
cheerio@^0.19.0:
1080+
version "0.19.0"
1081+
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-0.19.0.tgz#772e7015f2ee29965096d71ea4175b75ab354925"
1082+
dependencies:
1083+
css-select "~1.0.0"
1084+
dom-serializer "~0.1.0"
1085+
entities "~1.1.1"
1086+
htmlparser2 "~3.8.1"
1087+
lodash "^3.2.0"
1088+
10791089
cheerio@^0.20.0:
10801090
version "0.20.0"
10811091
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-0.20.0.tgz#5c710f2bab95653272842ba01c6ea61b3545ec35"
@@ -1414,6 +1424,15 @@ css-select@^1.1.0, css-select@~1.2.0:
14141424
domutils "1.5.1"
14151425
nth-check "~1.0.1"
14161426

1427+
css-select@~1.0.0:
1428+
version "1.0.0"
1429+
resolved "https://registry.yarnpkg.com/css-select/-/css-select-1.0.0.tgz#b1121ca51848dd264e2244d058cee254deeb44b0"
1430+
dependencies:
1431+
boolbase "~1.0.0"
1432+
css-what "1.0"
1433+
domutils "1.4"
1434+
nth-check "~1.0.0"
1435+
14171436
css-selector-tokenizer@^0.5.1:
14181437
version "0.5.4"
14191438
resolved "https://registry.yarnpkg.com/css-selector-tokenizer/-/css-selector-tokenizer-0.5.4.tgz#139bafd34a35fd0c1428487049e0699e6f6a2c21"
@@ -1429,6 +1448,10 @@ css-selector-tokenizer@^0.7.0:
14291448
fastparse "^1.1.1"
14301449
regexpu-core "^1.0.0"
14311450

1451+
css-what@1.0:
1452+
version "1.0.0"
1453+
resolved "https://registry.yarnpkg.com/css-what/-/css-what-1.0.0.tgz#d7cc2df45180666f99d2b14462639469e00f736c"
1454+
14321455
css-what@2.1:
14331456
version "2.1.0"
14341457
resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.0.tgz#9467d032c38cfaefb9f2d79501253062f87fa1bd"
@@ -1648,6 +1671,12 @@ domutils@1.1:
16481671
dependencies:
16491672
domelementtype "1"
16501673

1674+
domutils@1.4:
1675+
version "1.4.3"
1676+
resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.4.3.tgz#0865513796c6b306031850e175516baf80b72a6f"
1677+
dependencies:
1678+
domelementtype "1"
1679+
16511680
domutils@1.5, domutils@1.5.1:
16521681
version "1.5.1"
16531682
resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf"
@@ -2194,6 +2223,22 @@ gh-pages@^0.11.0:
21942223
q-io "1.13.2"
21952224
wrench "1.5.8"
21962225

2226+
gitbook-plugin-codepen@^0.1.2:
2227+
version "0.1.2"
2228+
resolved "https://registry.yarnpkg.com/gitbook-plugin-codepen/-/gitbook-plugin-codepen-0.1.2.tgz#64fb5ba9be9734328a44bab2214422c044a85f16"
2229+
dependencies:
2230+
cheerio "^0.19.0"
2231+
underscore "^1.8.3"
2232+
url-parse "^1.0.0"
2233+
2234+
gitbook-plugin-edit-link@^2.0.2:
2235+
version "2.0.2"
2236+
resolved "https://registry.yarnpkg.com/gitbook-plugin-edit-link/-/gitbook-plugin-edit-link-2.0.2.tgz#d8fcd927eced81e7a662a72d59db609eafd7e72f"
2237+
2238+
gitbook-plugin-github@^3.0.0:
2239+
version "3.0.0"
2240+
resolved "https://registry.yarnpkg.com/gitbook-plugin-github/-/gitbook-plugin-github-3.0.0.tgz#67457df98a57ea8ef9b2518b88340db370a5317b"
2241+
21972242
glob-base@^0.3.0:
21982243
version "0.3.0"
21992244
resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4"
@@ -3322,7 +3367,7 @@ lodash.words@^3.0.0:
33223367
dependencies:
33233368
lodash._root "^3.0.0"
33243369

3325-
lodash@^3.8.0:
3370+
lodash@^3.2.0, lodash@^3.8.0:
33263371
version "3.10.1"
33273372
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
33283373

@@ -3717,6 +3762,10 @@ normalize-url@^1.4.0:
37173762
query-string "^4.1.0"
37183763
sort-keys "^1.0.0"
37193764

3765+
normalize.css@^7.0.0:
3766+
version "7.0.0"
3767+
resolved "https://registry.yarnpkg.com/normalize.css/-/normalize.css-7.0.0.tgz#abfb1dd82470674e0322b53ceb1aaf412938e4bf"
3768+
37203769
"npmlog@0 || 1 || 2 || 3 || 4", npmlog@^4.0.0, npmlog@^4.0.2:
37213770
version "4.1.2"
37223771
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b"
@@ -3726,7 +3775,7 @@ normalize-url@^1.4.0:
37263775
gauge "~2.7.3"
37273776
set-blocking "~2.0.0"
37283777

3729-
nth-check@~1.0.1:
3778+
nth-check@~1.0.0, nth-check@~1.0.1:
37303779
version "1.0.1"
37313780
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.1.tgz#9929acdf628fc2c41098deab82ac580cf149aae4"
37323781
dependencies:
@@ -4365,6 +4414,10 @@ querystring@0.2.0, querystring@^0.2.0:
43654414
version "0.2.0"
43664415
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
43674416

4417+
querystringify@~1.0.0:
4418+
version "1.0.0"
4419+
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-1.0.0.tgz#6286242112c5b712fa654e526652bf6a13ff05cb"
4420+
43684421
randomatic@^1.1.3:
43694422
version "1.1.7"
43704423
resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-1.1.7.tgz#c7abe9cc8b87c0baa876b19fde83fd464797e38c"
@@ -4673,7 +4726,7 @@ require-main-filename@^1.0.1:
46734726
version "1.0.1"
46744727
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
46754728

4676-
requires-port@1.x.x:
4729+
requires-port@1.x.x, requires-port@~1.0.0:
46774730
version "1.0.0"
46784731
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
46794732

@@ -5281,6 +5334,10 @@ ultron@1.0.x:
52815334
version "1.0.2"
52825335
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.0.2.tgz#ace116ab557cd197386a4e88f4685378c8b2e4fa"
52835336

5337+
underscore@^1.8.3:
5338+
version "1.8.3"
5339+
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.8.3.tgz#4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022"
5340+
52845341
underscore@~1.6.0:
52855342
version "1.6.0"
52865343
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.6.0.tgz#8b38b10cacdef63337b8b24e4ff86d45aea529a8"
@@ -5326,6 +5383,13 @@ url-parse-lax@^1.0.0:
53265383
dependencies:
53275384
prepend-http "^1.0.1"
53285385

5386+
url-parse@^1.0.0:
5387+
version "1.2.0"
5388+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.2.0.tgz#3a19e8aaa6d023ddd27dcc44cb4fc8f7fec23986"
5389+
dependencies:
5390+
querystringify "~1.0.0"
5391+
requires-port "~1.0.0"
5392+
53295393
url-to-options@^1.0.1:
53305394
version "1.0.1"
53315395
resolved "https://registry.yarnpkg.com/url-to-options/-/url-to-options-1.0.1.tgz#1505a03a289a48cbd7a434efbaeec5055f5633a9"
@@ -5453,6 +5517,10 @@ vue-resource@^1.0.3:
54535517
dependencies:
54545518
got "^7.1.0"
54555519

5520+
vue-select@^2.4.0:
5521+
version "2.4.0"
5522+
resolved "https://registry.yarnpkg.com/vue-select/-/vue-select-2.4.0.tgz#ef06547fe857f3259841ab2f3d29c5d8a1e52630"
5523+
54565524
vue-style-loader@^1.0.0:
54575525
version "1.0.0"
54585526
resolved "https://registry.yarnpkg.com/vue-style-loader/-/vue-style-loader-1.0.0.tgz#abeb7bd0f46313083741244d3079d4f14449e049"

0 commit comments

Comments
 (0)