Skip to content

Commit 3b279b8

Browse files
authored
Merge pull request #10 from jsless/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2 parents 1f72ecd + 4dbd394 commit 3b279b8

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
},
1616
"devDependencies": {
1717
"eslint": "^4.15.0",
18-
"eslint-config-standard": "^11.0.0-beta.0",
18+
"eslint-config-standard": "^11.0.0",
1919
"eslint-plugin-node": "^5.2.1",
20-
"eslint-plugin-standard": "^3.0.1",
21-
"standard-version": "^4.3.0"
20+
"eslint-plugin-standard": "^3.1.0",
21+
"standard-version": "^4.4.0"
2222
}
2323
}

yarn.lock

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -486,9 +486,10 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
486486
version "1.0.5"
487487
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
488488

489-
eslint-config-standard@^11.0.0-beta.0:
490-
version "11.0.0-beta.0"
491-
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-11.0.0-beta.0.tgz#f8afe69803d95c685a4b8392b8793188eb03cbb3"
489+
eslint-config-standard@^11.0.0:
490+
version "11.0.0"
491+
resolved "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-11.0.0.tgz#87ee0d3c9d95382dc761958cbb23da9eea31e0ba"
492+
integrity sha512-oDdENzpViEe5fwuRCWla7AXQd++/oyIp8zP+iP9jiUPG6NBj3SHgdgtl/kTn00AjeN+1HNvavTKmYbMo+xMOlw==
492493

493494
eslint-plugin-node@^5.2.1:
494495
version "5.2.1"
@@ -499,9 +500,10 @@ eslint-plugin-node@^5.2.1:
499500
resolve "^1.3.3"
500501
semver "5.3.0"
501502

502-
eslint-plugin-standard@^3.0.1:
503-
version "3.0.1"
504-
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-3.0.1.tgz#34d0c915b45edc6f010393c7eef3823b08565cf2"
503+
eslint-plugin-standard@^3.1.0:
504+
version "3.1.0"
505+
resolved "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-3.1.0.tgz#2a9e21259ba4c47c02d53b2d0c9135d4b1022d47"
506+
integrity sha512-fVcdyuKRr0EZ4fjWl3c+gp1BANFJD1+RaWa2UPYfMZ6jCtp5RG00kSaXnK/dE5sYzt4kaWJ9qdxqUfc0d9kX0w==
505507

506508
eslint-scope@^3.7.1:
507509
version "3.7.1"
@@ -1491,9 +1493,10 @@ sprintf-js@~1.0.2:
14911493
version "1.0.3"
14921494
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
14931495

1494-
standard-version@^4.3.0:
1495-
version "4.3.0"
1496-
resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-4.3.0.tgz#41006cfee4eeab7c0ff3a47eecaa4c7506ed2e3f"
1496+
standard-version@^4.4.0:
1497+
version "4.4.0"
1498+
resolved "https://registry.npmjs.org/standard-version/-/standard-version-4.4.0.tgz#99de7a0709e6cafddf9c5984dd342c8cfe66e79f"
1499+
integrity sha512-jJ8FZhnmh9xJRQLnaXiGRLaAUNItIH29lOQZGpL5fd4+jUHto9Ij6SPCYN86h6ZNNXkYq2TYiIVVF7gVyC+pcQ==
14971500
dependencies:
14981501
chalk "^1.1.3"
14991502
conventional-changelog "^1.1.0"

0 commit comments

Comments
 (0)