mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 03:47:50 +00:00
Update optional-dev-dependency to 2.0.0.
This commit is contained in:
committed by
John-David Dalton
parent
032637bba1
commit
98720bea4a
@@ -45,7 +45,7 @@
|
|||||||
"lodash": "4.16.6",
|
"lodash": "4.16.6",
|
||||||
"lodash-doc-globals": "^0.1.1",
|
"lodash-doc-globals": "^0.1.1",
|
||||||
"markdown-doctest": "^0.9.0",
|
"markdown-doctest": "^0.9.0",
|
||||||
"optional-dev-dependency": "^1.4.0",
|
"optional-dev-dependency": "^2.0.0",
|
||||||
"platform": "^1.3.2",
|
"platform": "^1.3.2",
|
||||||
"qunit-extras": "^3.0.0",
|
"qunit-extras": "^3.0.0",
|
||||||
"qunitjs": "^2.0.1",
|
"qunitjs": "^2.0.1",
|
||||||
|
|||||||
25
yarn.lock
25
yarn.lock
@@ -1008,11 +1008,12 @@ coveralls@^2.11.14:
|
|||||||
minimist "1.2.0"
|
minimist "1.2.0"
|
||||||
request "2.75.0"
|
request "2.75.0"
|
||||||
|
|
||||||
cross-spawn@^4.0.2:
|
cross-spawn@^5.0.1:
|
||||||
version "4.0.2"
|
version "5.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-4.0.2.tgz#7b9247621c23adfdd3856004a823cbe397424d41"
|
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.0.1.tgz#a3bbb302db2297cbea3c04edf36941f4613aa399"
|
||||||
dependencies:
|
dependencies:
|
||||||
lru-cache "^4.0.1"
|
lru-cache "^4.0.1"
|
||||||
|
shebang-command "^1.2.0"
|
||||||
which "^1.2.9"
|
which "^1.2.9"
|
||||||
|
|
||||||
cryptiles@0.2.x:
|
cryptiles@0.2.x:
|
||||||
@@ -2232,14 +2233,14 @@ optimist@^0.6.1, optimist@~0.6.0:
|
|||||||
minimist "~0.0.1"
|
minimist "~0.0.1"
|
||||||
wordwrap "~0.0.2"
|
wordwrap "~0.0.2"
|
||||||
|
|
||||||
optional-dev-dependency@^1.4.0:
|
optional-dev-dependency@^2.0.0:
|
||||||
version "1.4.0"
|
version "2.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/optional-dev-dependency/-/optional-dev-dependency-1.4.0.tgz#12e155192069e40c9619115d89b35128bfd08b83"
|
resolved "https://registry.yarnpkg.com/optional-dev-dependency/-/optional-dev-dependency-2.0.0.tgz#4ad58b80d5cf0bb0ea99b4b1896e099982b4033e"
|
||||||
dependencies:
|
dependencies:
|
||||||
async "^2.1.2"
|
async "^2.1.2"
|
||||||
cross-spawn "^4.0.2"
|
cross-spawn "^5.0.1"
|
||||||
lodash.assign "^4.2.0"
|
lodash.assign "^4.2.0"
|
||||||
yargs "^6.2.0"
|
yargs "^6.3.0"
|
||||||
|
|
||||||
optionator@^0.8.1:
|
optionator@^0.8.1:
|
||||||
version "0.8.2"
|
version "0.8.2"
|
||||||
@@ -2708,6 +2709,12 @@ sha.js@2.2.6:
|
|||||||
version "2.2.6"
|
version "2.2.6"
|
||||||
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.2.6.tgz#17ddeddc5f722fb66501658895461977867315ba"
|
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.2.6.tgz#17ddeddc5f722fb66501658895461977867315ba"
|
||||||
|
|
||||||
|
shebang-command@^1.2.0:
|
||||||
|
version "1.2.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
|
||||||
|
dependencies:
|
||||||
|
shebang-regex "^1.0.0"
|
||||||
|
|
||||||
shebang-regex@^1.0.0:
|
shebang-regex@^1.0.0:
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
|
||||||
@@ -3179,7 +3186,7 @@ yargs-parser@^4.0.2:
|
|||||||
dependencies:
|
dependencies:
|
||||||
camelcase "^3.0.0"
|
camelcase "^3.0.0"
|
||||||
|
|
||||||
yargs@^6.2.0:
|
yargs@^6.3.0:
|
||||||
version "6.3.0"
|
version "6.3.0"
|
||||||
resolved "https://registry.yarnpkg.com/yargs/-/yargs-6.3.0.tgz#19c6dbb768744d571eb6ebae0c174cf2f71b188d"
|
resolved "https://registry.yarnpkg.com/yargs/-/yargs-6.3.0.tgz#19c6dbb768744d571eb6ebae0c174cf2f71b188d"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user