Skip to content

Commit c437e60

Browse files
committed
chore: remove cross-env dep
1 parent 035903a commit c437e60

2 files changed

Lines changed: 8 additions & 37 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
},
3131
"dependencies": {
3232
"bulbo": "^6.13.0",
33-
"cross-env": "^3.1.3",
3433
"gulp-front-matter": "^1.3.0",
3534
"gulp-marked": "^1.0.0",
3635
"gulp-nunjucks": "^2.3.0",

yarn.lock

Lines changed: 8 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ builtin-modules@^1.0.0:
185185
version "1.1.1"
186186
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
187187

188-
bulbo@^6.9.0:
189-
version "6.9.0"
190-
resolved "https://registry.yarnpkg.com/bulbo/-/bulbo-6.9.0.tgz#d268402f6f97e3813a8c2d8f99ad489fd5b2a2d3"
188+
bulbo@^6.13.0:
189+
version "6.13.0"
190+
resolved "https://registry.yarnpkg.com/bulbo/-/bulbo-6.13.0.tgz#48773521a42af4e22baba96f61b5ec405375810d"
191191
dependencies:
192192
chalk "^1.1.1"
193193
chokidar "^1.4.2"
@@ -198,7 +198,7 @@ bulbo@^6.9.0:
198198
minirocket "^2.0.0"
199199
stream-splicer "^2.0.0"
200200
vinyl-fs "^2.2.1"
201-
vinyl-serve "^2.7.0"
201+
vinyl-serve "^2.8.0"
202202

203203
callsite@^1.0.0:
204204
version "1.0.0"
@@ -332,19 +332,6 @@ core-util-is@~1.0.0:
332332
version "1.0.2"
333333
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
334334

335-
cross-env:
336-
version "3.1.3"
337-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-3.1.3.tgz#58cd8231808f50089708b091f7dd37275a8e8154"
338-
dependencies:
339-
cross-spawn "^3.0.1"
340-
341-
cross-spawn@^3.0.1:
342-
version "3.0.1"
343-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-3.0.1.tgz#1256037ecb9f0c5f79e3d6ef135e30770184b982"
344-
dependencies:
345-
lru-cache "^4.0.1"
346-
which "^1.2.9"
347-
348335
cryptiles@2.x.x:
349336
version "2.0.5"
350337
resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8"
@@ -1407,13 +1394,6 @@ loud-rejection@^1.0.0:
14071394
currently-unhandled "^0.4.1"
14081395
signal-exit "^3.0.0"
14091396

1410-
lru-cache@^4.0.1:
1411-
version "4.0.1"
1412-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.0.1.tgz#1343955edaf2e37d9b9e7ee7241e27c4b9fb72be"
1413-
dependencies:
1414-
pseudomap "^1.0.1"
1415-
yallist "^2.0.0"
1416-
14171397
map-cache@^0.2.0:
14181398
version "0.2.2"
14191399
resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf"
@@ -1754,10 +1734,6 @@ process-nextick-args@^1.0.6, process-nextick-args@~1.0.6:
17541734
version "1.0.7"
17551735
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3"
17561736

1757-
pseudomap@^1.0.1:
1758-
version "1.0.2"
1759-
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
1760-
17611737
qs@~6.2.0:
17621738
version "6.2.1"
17631739
resolved "https://registry.yarnpkg.com/qs/-/qs-6.2.1.tgz#ce03c5ff0935bc1d9d69a9f14cbd18e568d67625"
@@ -2213,9 +2189,9 @@ vinyl-fs@^2.2.1, vinyl-fs@^2.4.4:
22132189
vali-date "^1.0.0"
22142190
vinyl "^1.0.0"
22152191

2216-
vinyl-serve@^2.7.0:
2217-
version "2.7.0"
2218-
resolved "https://registry.yarnpkg.com/vinyl-serve/-/vinyl-serve-2.7.0.tgz#ae1fef3ffb32264a1ba738c0abf4219b850c367f"
2192+
vinyl-serve@^2.8.0:
2193+
version "2.8.0"
2194+
resolved "https://registry.yarnpkg.com/vinyl-serve/-/vinyl-serve-2.8.0.tgz#c92af74dfccb43e1274d3786fcbe20c9354cda49"
22192195
dependencies:
22202196
es6-promise "^4.0.3"
22212197
mime "^1.3.4"
@@ -2256,7 +2232,7 @@ vinyl@^2.0.0:
22562232
remove-trailing-separator "^1.0.1"
22572233
replace-ext "^1.0.0"
22582234

2259-
which@^1.2.10, which@^1.2.9:
2235+
which@^1.2.10:
22602236
version "1.2.11"
22612237
resolved "https://registry.yarnpkg.com/which/-/which-1.2.11.tgz#c8b2eeea6b8c1659fa7c1dd4fdaabe9533dc5e8b"
22622238
dependencies:
@@ -2294,10 +2270,6 @@ y18n@^3.2.0:
22942270
version "3.2.1"
22952271
resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41"
22962272

2297-
yallist@^2.0.0:
2298-
version "2.0.0"
2299-
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.0.0.tgz#306c543835f09ee1a4cb23b7bce9ab341c91cdd4"
2300-
23012273
yargs@^3.32.0:
23022274
version "3.32.0"
23032275
resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.32.0.tgz#03088e9ebf9e756b69751611d2a5ef591482c995"

0 commit comments

Comments
 (0)