Skip to content

Commit 4a85c41

Browse files
author
Ahmad Awais
committed
📦 NEW: Update NPM Packages
1 parent 54102d5 commit 4a85c41

4 files changed

Lines changed: 85 additions & 29 deletions

File tree

‎lerna.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lerna": "2.7.0",
2+
"lerna": "2.8.0",
33
"packages": ["packages/*"],
44
"version": "independent",
55
"npmClient": "yarn",

‎package-lock.json‎

Lines changed: 27 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"devDependencies": {
1414
"babel-eslint": "^8.2.1",
1515
"chalk": "^2.3.0",
16-
"eslint": "^4.15.0",
16+
"eslint": "^4.16.0",
1717
"eslint-config-wordpress": "^2.0.0",
1818
"eslint-plugin-jest": "^21.6.1",
1919
"eslint-plugin-jsx-a11y": "^6.0.3",
2020
"eslint-plugin-react": "^7.5.1",
2121
"eslint-plugin-wordpress": "^0.1.0",
22-
"execa": "^0.8.0",
23-
"lerna": "^2.7.0",
22+
"execa": "^0.9.0",
23+
"lerna": "^2.8.0",
2424
"ora": "^1.3.0",
25-
"shelljs": "^0.7.8",
25+
"shelljs": "^0.8.1",
2626
"update-notifier": "^2.3.0"
2727
},
2828
"scripts": {
@@ -38,8 +38,7 @@
3838
"publishNPM": "bash tasks/publish.sh --npm-client=npm",
3939
"publishAlpha":
4040
"yarn && lerna bootstrap && lerna publish --independent --npm-client=npm --canary",
41-
4241
"lerna":
43-
"lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm"
42+
"yarn && lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm"
4443
}
4544
}

‎yarn.lock‎

Lines changed: 52 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,7 @@ directory-exists@^1.0.2:
16591659
version "1.0.2"
16601660
resolved "https://registry.yarnpkg.com/directory-exists/-/directory-exists-1.0.2.tgz#cef344045e74f1e2b06511a8d4588b6f80ee10b1"
16611661

1662-
doctrine@^2.0.0, doctrine@^2.0.2:
1662+
doctrine@^2.0.0, doctrine@^2.0.2, doctrine@^2.1.0:
16631663
version "2.1.0"
16641664
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
16651665
dependencies:
@@ -1927,6 +1927,48 @@ eslint@^4.15.0:
19271927
table "^4.0.1"
19281928
text-table "~0.2.0"
19291929

1930+
eslint@^4.16.0:
1931+
version "4.16.0"
1932+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.16.0.tgz#934ada9e98715e1d7bbfd6f6f0519ed2fab35cc1"
1933+
dependencies:
1934+
ajv "^5.3.0"
1935+
babel-code-frame "^6.22.0"
1936+
chalk "^2.1.0"
1937+
concat-stream "^1.6.0"
1938+
cross-spawn "^5.1.0"
1939+
debug "^3.1.0"
1940+
doctrine "^2.1.0"
1941+
eslint-scope "^3.7.1"
1942+
eslint-visitor-keys "^1.0.0"
1943+
espree "^3.5.2"
1944+
esquery "^1.0.0"
1945+
esutils "^2.0.2"
1946+
file-entry-cache "^2.0.0"
1947+
functional-red-black-tree "^1.0.1"
1948+
glob "^7.1.2"
1949+
globals "^11.0.1"
1950+
ignore "^3.3.3"
1951+
imurmurhash "^0.1.4"
1952+
inquirer "^3.0.6"
1953+
is-resolvable "^1.0.0"
1954+
js-yaml "^3.9.1"
1955+
json-stable-stringify-without-jsonify "^1.0.1"
1956+
levn "^0.3.0"
1957+
lodash "^4.17.4"
1958+
minimatch "^3.0.2"
1959+
mkdirp "^0.5.1"
1960+
natural-compare "^1.4.0"
1961+
optionator "^0.8.2"
1962+
path-is-inside "^1.0.2"
1963+
pluralize "^7.0.0"
1964+
progress "^2.0.0"
1965+
require-uncached "^1.0.3"
1966+
semver "^5.3.0"
1967+
strip-ansi "^4.0.0"
1968+
strip-json-comments "~2.0.1"
1969+
table "^4.0.1"
1970+
text-table "~0.2.0"
1971+
19301972
espree@^3.5.2:
19311973
version "3.5.2"
19321974
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.2.tgz#756ada8b979e9dcfcdb30aad8d1a9304a905e1ca"
@@ -3068,9 +3110,9 @@ lcid@^1.0.0:
30683110
dependencies:
30693111
invert-kv "^1.0.0"
30703112

3071-
lerna@^2.7.0:
3072-
version "2.7.1"
3073-
resolved "https://registry.yarnpkg.com/lerna/-/lerna-2.7.1.tgz#abd536376eca5e9f41a6d611da5b744534ef906f"
3113+
lerna@^2.8.0:
3114+
version "2.8.0"
3115+
resolved "https://registry.yarnpkg.com/lerna/-/lerna-2.8.0.tgz#309a816fca5c73ea38f9f20e314a836e99b54cf0"
30743116
dependencies:
30753117
async "^1.5.0"
30763118
chalk "^2.1.0"
@@ -4383,17 +4425,17 @@ shebang-regex@^1.0.0:
43834425
version "1.0.0"
43844426
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
43854427

4386-
shelljs@^0.7.8:
4387-
version "0.7.8"
4388-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.8.tgz#decbcf874b0d1e5fb72e14b164a9683048e9acb3"
4428+
shelljs@^0.8.0:
4429+
version "0.8.0"
4430+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.0.tgz#12f561c52ec5d0d3315af15616c011a18ff80d59"
43894431
dependencies:
43904432
glob "^7.0.0"
43914433
interpret "^1.0.0"
43924434
rechoir "^0.6.2"
43934435

4394-
shelljs@^0.8.0:
4395-
version "0.8.0"
4396-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.0.tgz#12f561c52ec5d0d3315af15616c011a18ff80d59"
4436+
shelljs@^0.8.1:
4437+
version "0.8.1"
4438+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.1.tgz#729e038c413a2254c4078b95ed46e0397154a9f1"
43974439
dependencies:
43984440
glob "^7.0.0"
43994441
interpret "^1.0.0"

0 commit comments

Comments
 (0)