Skip to content

Commit cc0f0e4

Browse files
authored
Merge pull request #215 from grapoza/remove-iisexpress-dependency
Remove IIS Express dependency for doc/test sites
2 parents 767f671 + 82e5e7a commit cc0f0e4

File tree

3 files changed

+123
-12
lines changed

3 files changed

+123
-12
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Prerequisites:
2525
- [Yarn](https://yarnpkg.com/) (latest)
2626
- [Pandoc](https://pandoc.org/) (optional, used for building documentation)
2727
- [Powershell](https://docs.microsoft.com/en-us/powershell/scripting/overview) (optional, used for building documentation)
28-
- [IISExpress](https://docs.microsoft.com/en-us/iis/extensions/introduction-to-iis-express/iis-express-overview) or another server (optional, used for serving test sites via package.json's scripts)
2928

3029
Once you have the prerequisites and a local clone of the repository, open a shell to the root of the cloned repo and run `yarn` to install the packages. Once that's done, you can use `yarn build` to build the component. Other scripts are available in `package.json` for things like building in dev mode, running tests, or building documentation.
3130

@@ -63,7 +62,7 @@ describe('myComponent', () => {
6362

6463
When writing tests, it's often required to have node data to test with. There's a helper method available in `tests/data/node-generator.js` that can help with creating various nodes for testing. See existing tests and the comment in that file for examples of how to craft test node data.
6564

66-
In addition to unit tests, a very simple test site is available at `/tests/local/index.html`. If you are using a machine with IISExpress available in the default location, you can run the `test-site` script in `package.json` to start the site. If your changes would make sense with a demonstration, go ahead and add to this site.
65+
In addition to unit tests, a very simple test site is available at `/tests/local/index.html`. You can run the `test-site` script in `package.json` to start the site. If your changes would make sense with a demonstration, go ahead and add to this site.
6766

6867
#### Update the documentation
6968

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grapoza/vue-tree",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Yet another Vue treeview component.",
55
"author": "Gregg Rapoza <grapoza@gmail.com>",
66
"license": "MIT",
@@ -21,10 +21,12 @@
2121
"build": "./node_modules/.bin/vue-cli-service build --target lib --name vue-tree src/components/TreeView.vue",
2222
"dev": "./node_modules/.bin/vue-cli-service build --target lib --name vue-tree src/components/TreeView.vue --mode development",
2323
"docs": "cd docsrc && @powershell -NoProfile -ExecutionPolicy Unrestricted -Command ./generateDocs.ps1",
24-
"docs-site": "(start cmd /C \"C:/Program Files (x86)/IIS Express/iisexpress.exe\" /port:8081 /path:%cd%\\docsrc\\output && start cmd /C \"C:/Program Files (x86)/IIS Express/iisexpress.exe\" /port:8082 /path:%cd%\\dist && start http://localhost:8081/index.html)",
24+
"docs-resources-serve": "http-server ./dist -d false -i false -p 8082",
25+
"docs-site-serve": "http-server ./docsrc/output -d false -i false -p 8081 -o /index.html",
26+
"docs-site": "npm-run-all --parallel docs-resources-serve docs-site-serve",
2527
"watch": "./node_modules/.bin/vue-cli-service build --target lib --name vue-tree src/components/TreeView.vue --watch",
2628
"test": "./node_modules/.bin/vue-cli-service test:unit",
27-
"test-site": "(start cmd /C \"C:/Program Files (x86)/IIS Express/iisexpress.exe\" /path:%cd% && start http://localhost:8080/tests/local/index.html)"
29+
"test-site": "http-server -d false -i false -o /tests/local/index.html"
2830
},
2931
"dependencies": {
3032
"vue": "2.6.12"
@@ -35,6 +37,8 @@
3537
"@vue/cli-service": "4.5.13",
3638
"@vue/test-utils": "1.1.3",
3739
"chai": "4.3.4",
40+
"http-server": "0.12.3",
41+
"npm-run-all": "4.1.5",
3842
"sass": "1.32.13",
3943
"sass-loader": "10.2.0",
4044
"vue-template-compiler": "2.6.12",

yarn.lock

Lines changed: 115 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2482,6 +2482,11 @@ base@^0.11.1:
24822482
mixin-deep "^1.2.0"
24832483
pascalcase "^0.1.1"
24842484

2485+
basic-auth@^1.0.3:
2486+
version "1.1.0"
2487+
resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-1.1.0.tgz#45221ee429f7ee1e5035be3f51533f1cdfd29884"
2488+
integrity sha1-RSIe5Cn37h5QNb4/UVM/HN/SmIQ=
2489+
24852490
batch@0.6.1:
24862491
version "0.6.1"
24872492
resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16"
@@ -3158,6 +3163,11 @@ colorette@^1.2.1, colorette@^1.2.2:
31583163
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
31593164
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
31603165

3166+
colors@^1.4.0:
3167+
version "1.4.0"
3168+
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
3169+
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
3170+
31613171
combined-stream@^1.0.6, combined-stream@~1.0.6:
31623172
version "1.0.8"
31633173
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
@@ -3351,6 +3361,11 @@ core-util-is@1.0.2, core-util-is@~1.0.0:
33513361
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
33523362
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
33533363

3364+
corser@^2.0.1:
3365+
version "2.0.1"
3366+
resolved "https://registry.yarnpkg.com/corser/-/corser-2.0.1.tgz#8eda252ecaab5840dcd975ceb90d9370c819ff87"
3367+
integrity sha1-jtolLsqrWEDc2XXOuQ2TcMgZ/4c=
3368+
33543369
cosmiconfig@^5.0.0:
33553370
version "5.2.1"
33563371
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
@@ -3392,7 +3407,7 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
33923407
safe-buffer "^5.0.1"
33933408
sha.js "^2.4.8"
33943409

3395-
cross-spawn@^6.0.0:
3410+
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
33963411
version "6.0.5"
33973412
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
33983413
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
@@ -3984,6 +3999,16 @@ ecc-jsbn@~0.1.1:
39843999
jsbn "~0.1.0"
39854000
safer-buffer "^2.1.0"
39864001

4002+
ecstatic@^3.3.2:
4003+
version "3.3.2"
4004+
resolved "https://registry.yarnpkg.com/ecstatic/-/ecstatic-3.3.2.tgz#6d1dd49814d00594682c652adb66076a69d46c48"
4005+
integrity sha512-fLf9l1hnwrHI2xn9mEDT7KIi22UDqA2jaCwyCbSUJh9a1V+LEUSL/JO/6TIz/QyuBURWUHrFL5Kg2TtO1bkkog==
4006+
dependencies:
4007+
he "^1.1.1"
4008+
mime "^1.6.0"
4009+
minimist "^1.1.0"
4010+
url-join "^2.0.5"
4011+
39874012
editorconfig@^0.15.3:
39884013
version "0.15.3"
39894014
resolved "https://registry.yarnpkg.com/editorconfig/-/editorconfig-0.15.3.tgz#bef84c4e75fb8dcb0ce5cee8efd51c15999befc5"
@@ -4897,7 +4922,7 @@ hash.js@^1.0.0, hash.js@^1.0.3:
48974922
inherits "^2.0.3"
48984923
minimalistic-assert "^1.0.1"
48994924

4900-
he@1.2.x, he@^1.1.0:
4925+
he@1.2.x, he@^1.1.0, he@^1.1.1:
49014926
version "1.2.0"
49024927
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
49034928
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
@@ -5077,7 +5102,7 @@ http-proxy-middleware@^1.0.0:
50775102
is-plain-obj "^3.0.0"
50785103
micromatch "^4.0.2"
50795104

5080-
http-proxy@^1.17.0, http-proxy@^1.18.1:
5105+
http-proxy@^1.17.0, http-proxy@^1.18.0, http-proxy@^1.18.1:
50815106
version "1.18.1"
50825107
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
50835108
integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==
@@ -5086,6 +5111,22 @@ http-proxy@^1.17.0, http-proxy@^1.18.1:
50865111
follow-redirects "^1.0.0"
50875112
requires-port "^1.0.0"
50885113

5114+
http-server@0.12.3:
5115+
version "0.12.3"
5116+
resolved "https://registry.yarnpkg.com/http-server/-/http-server-0.12.3.tgz#ba0471d0ecc425886616cb35c4faf279140a0d37"
5117+
integrity sha512-be0dKG6pni92bRjq0kvExtj/NrrAd28/8fCXkaI/4piTwQMSDSLMhWyW0NI1V+DBI3aa1HMlQu46/HjVLfmugA==
5118+
dependencies:
5119+
basic-auth "^1.0.3"
5120+
colors "^1.4.0"
5121+
corser "^2.0.1"
5122+
ecstatic "^3.3.2"
5123+
http-proxy "^1.18.0"
5124+
minimist "^1.2.5"
5125+
opener "^1.5.1"
5126+
portfinder "^1.0.25"
5127+
secure-compare "3.0.1"
5128+
union "~0.5.0"
5129+
50895130
http-signature@~1.2.0:
50905131
version "1.2.0"
50915132
resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1"
@@ -6535,6 +6576,11 @@ memory-fs@^0.5.0:
65356576
errno "^0.1.3"
65366577
readable-stream "^2.0.1"
65376578

6579+
memorystream@^0.3.1:
6580+
version "0.3.1"
6581+
resolved "https://registry.yarnpkg.com/memorystream/-/memorystream-0.3.1.tgz#86d7090b30ce455d63fbae12dda51a47ddcaf9b2"
6582+
integrity sha1-htcJCzDORV1j+64S3aUaR93K+bI=
6583+
65386584
merge-descriptors@1.0.1:
65396585
version "1.0.1"
65406586
resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
@@ -6609,7 +6655,7 @@ mime-types@^2.1.12, mime-types@^2.1.27, mime-types@~2.1.17, mime-types@~2.1.19,
66096655
dependencies:
66106656
mime-db "1.48.0"
66116657

6612-
mime@1.6.0:
6658+
mime@1.6.0, mime@^1.6.0:
66136659
version "1.6.0"
66146660
resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
66156661
integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
@@ -6656,7 +6702,7 @@ minimatch@^3.0.4:
66566702
dependencies:
66576703
brace-expansion "^1.1.7"
66586704

6659-
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
6705+
minimist@^1.1.0, minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
66606706
version "1.2.5"
66616707
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
66626708
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
@@ -6933,6 +6979,21 @@ normalize-url@^3.0.0:
69336979
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"
69346980
integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==
69356981

6982+
npm-run-all@4.1.5:
6983+
version "4.1.5"
6984+
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
6985+
integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==
6986+
dependencies:
6987+
ansi-styles "^3.2.1"
6988+
chalk "^2.4.1"
6989+
cross-spawn "^6.0.5"
6990+
memorystream "^0.3.1"
6991+
minimatch "^3.0.4"
6992+
pidtree "^0.3.0"
6993+
read-pkg "^3.0.0"
6994+
shell-quote "^1.6.1"
6995+
string.prototype.padend "^3.0.0"
6996+
69366997
npm-run-path@^2.0.0:
69376998
version "2.0.2"
69386999
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
@@ -6990,7 +7051,7 @@ object-copy@^0.1.0:
69907051
define-property "^0.2.5"
69917052
kind-of "^3.0.3"
69927053

6993-
object-inspect@^1.10.3:
7054+
object-inspect@^1.10.3, object-inspect@^1.9.0:
69947055
version "1.10.3"
69957056
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
69967057
integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
@@ -7380,6 +7441,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
73807441
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
73817442
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
73827443

7444+
pidtree@^0.3.0:
7445+
version "0.3.1"
7446+
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
7447+
integrity sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==
7448+
73837449
pify@^2.0.0:
73847450
version "2.3.0"
73857451
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -7440,7 +7506,7 @@ pnp-webpack-plugin@^1.6.4:
74407506
dependencies:
74417507
ts-pnp "^1.1.6"
74427508

7443-
portfinder@^1.0.26:
7509+
portfinder@^1.0.25, portfinder@^1.0.26:
74447510
version "1.0.28"
74457511
resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.28.tgz#67c4622852bd5374dd1dd900f779f53462fac778"
74467512
integrity sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==
@@ -7942,6 +8008,13 @@ qs@6.7.0:
79428008
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
79438009
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
79448010

8011+
qs@^6.4.0:
8012+
version "6.10.1"
8013+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.1.tgz#4931482fa8d647a5aab799c5271d2133b981fb6a"
8014+
integrity sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==
8015+
dependencies:
8016+
side-channel "^1.0.4"
8017+
79458018
qs@~6.5.2:
79468019
version "6.5.2"
79478020
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
@@ -8413,6 +8486,11 @@ schema-utils@^3.0.0:
84138486
ajv "^6.12.5"
84148487
ajv-keywords "^3.5.2"
84158488

8489+
secure-compare@3.0.1:
8490+
version "3.0.1"
8491+
resolved "https://registry.yarnpkg.com/secure-compare/-/secure-compare-3.0.1.tgz#f1a0329b308b221fae37b9974f3d578d0ca999e3"
8492+
integrity sha1-8aAymzCLIh+uN7mXTz1XjQypmeM=
8493+
84168494
select-hose@^2.0.0:
84178495
version "2.0.0"
84188496
resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"
@@ -8575,6 +8653,15 @@ shellwords@^0.1.1:
85758653
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
85768654
integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
85778655

8656+
side-channel@^1.0.4:
8657+
version "1.0.4"
8658+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
8659+
integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
8660+
dependencies:
8661+
call-bind "^1.0.0"
8662+
get-intrinsic "^1.0.2"
8663+
object-inspect "^1.9.0"
8664+
85788665
sigmund@^1.0.1:
85798666
version "1.0.1"
85808667
resolved "https://registry.yarnpkg.com/sigmund/-/sigmund-1.0.1.tgz#3ff21f198cad2175f9f3b781853fd94d0d19b590"
@@ -8918,6 +9005,15 @@ string-width@^4.1.0, string-width@^4.2.0:
89189005
is-fullwidth-code-point "^3.0.0"
89199006
strip-ansi "^6.0.0"
89209007

9008+
string.prototype.padend@^3.0.0:
9009+
version "3.1.2"
9010+
resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.2.tgz#6858ca4f35c5268ebd5e8615e1327d55f59ee311"
9011+
integrity sha512-/AQFLdYvePENU3W5rgurfWSMU6n+Ww8n/3cUt7E+vPBB/D7YDG8x+qjoFs4M/alR2bW7Qg6xMjVwWUOvuQ0XpQ==
9012+
dependencies:
9013+
call-bind "^1.0.2"
9014+
define-properties "^1.1.3"
9015+
es-abstract "^1.18.0-next.2"
9016+
89219017
string.prototype.trimend@^1.0.4:
89229018
version "1.0.4"
89239019
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80"
@@ -9410,6 +9506,13 @@ union-value@^1.0.0:
94109506
is-extendable "^0.1.1"
94119507
set-value "^2.0.1"
94129508

9509+
union@~0.5.0:
9510+
version "0.5.0"
9511+
resolved "https://registry.yarnpkg.com/union/-/union-0.5.0.tgz#b2c11be84f60538537b846edb9ba266ba0090075"
9512+
integrity sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==
9513+
dependencies:
9514+
qs "^6.4.0"
9515+
94139516
uniq@^1.0.1:
94149517
version "1.0.1"
94159518
resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff"
@@ -9479,6 +9582,11 @@ urix@^0.1.0:
94799582
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
94809583
integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
94819584

9585+
url-join@^2.0.5:
9586+
version "2.0.5"
9587+
resolved "https://registry.yarnpkg.com/url-join/-/url-join-2.0.5.tgz#5af22f18c052a000a48d7b82c5e9c2e2feeda728"
9588+
integrity sha1-WvIvGMBSoACkjXuCxenC4v7tpyg=
9589+
94829590
url-loader@^2.2.0:
94839591
version "2.3.0"
94849592
resolved "https://registry.yarnpkg.com/url-loader/-/url-loader-2.3.0.tgz#e0e2ef658f003efb8ca41b0f3ffbf76bab88658b"

0 commit comments

Comments
 (0)