Skip to content

Commit

Permalink
Merge 4fd474a into fa4cfc7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 4, 2019
2 parents fa4cfc7 + 4fd474a commit 5883030
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 33 deletions.
14 changes: 8 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.DS_Store
.editorconfig
.nyc_output
.vscode
coverage
dist
node_modules
/.babelrc
/.editorconfig
/.eslintrc.json
/.nyc_output
/.vscode
/coverage
/dist
/node_modules
5 changes: 4 additions & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"rangeStrategy": "update-lockfile"
"lockFileMaintenance": {
"enabled": true,
"schedule": "at any time"
}
}
58 changes: 32 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -756,16 +756,16 @@
babel-plugin-transform-imports "^2.0.0"

"@dword-design/base-node@^1.0.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@dword-design/base-node/-/base-node-1.1.0.tgz#0783d5235c0d1d6205d89dcd16e53316b8a51b2a"
integrity sha512-WHZJx9SEuoloEolu5kakjdiwNFPZK+LkWolekcQ24rmo1ZqBiEEqlC9+vyQ8CkD0nxus4WOmeTf6NOAUTmcmfQ==
version "1.2.0"
resolved "https://registry.yarnpkg.com/@dword-design/base-node/-/base-node-1.2.0.tgz#dd5ea44d49a1e163f258f992d508fd166e32627d"
integrity sha512-JWP228WJEqxSkRR4gk+gjKnvNt33b+e0rV9UcbQX8tbJuIIQipkwM77hQt1d3ttlZWA1tpvW1ByDPmeEpMyU2w==
dependencies:
"@dword-design/base" "^2.0.0"
"@dword-design/base" "^3.0.0"

"@dword-design/base@^2.0.0":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@dword-design/base/-/base-2.0.1.tgz#80f9e81b61d207e78c19257efa00b7b9dd90d488"
integrity sha512-VyzlOFfz0RgHtulWsKugmErjfQsSdy2DmYPs3jJXw30/WGfpKVZ9E7RxJn8BmY2cTzG7gChjcCJximuut+pw2Q==
"@dword-design/base@^3.0.0":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@dword-design/base/-/base-3.0.1.tgz#45b00b62ed366f215ea6863f05ff476af4a9bb24"
integrity sha512-so3RwSMK1Tqh/cHIy23O0P0IsV9c1eV96ui4WwZ1v9/uBcBnTl/H1PTwM+ZAh/g0w600h1hmPwSuErrJZopDyQ==
dependencies:
"@babel/cli" "^7.6.4"
"@babel/core" "^7.6.4"
Expand All @@ -792,9 +792,9 @@
safe-require "^1.0.3"

"@dword-design/eslint-config@^1.0.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@dword-design/eslint-config/-/eslint-config-1.1.0.tgz#ef0c659b579a724239ec3e4e7f785ed252ade501"
integrity sha512-IB248L2Yjr4Q+7LKz8zWg8HhxGWZ3aOSsNp/uzyfWPeOcYf4VbZFf/1HbM5Y6unORBrLs98HJBTlSsV0W8sReA==
version "1.1.2"
resolved "https://registry.yarnpkg.com/@dword-design/eslint-config/-/eslint-config-1.1.2.tgz#0c3f7178c3f105d0959a3b31b8ce03fb9a53d5c2"
integrity sha512-Ze7fdqyU2eDL6MZwsKMtdZNzMEOXjUIyqoGoZ/j79vSU4hS34Qtjvewey2PXQN3OdCG9zzJG05o3WtRMcgrrgg==
dependencies:
"@dword-design/aliases" "^1.0.0"
"@dword-design/babel-config" "^1.0.0"
Expand All @@ -816,11 +816,12 @@
tinycolor2 "^1.4.1"

"@dword-design/json-schema-package@^1.0.0":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@dword-design/json-schema-package/-/json-schema-package-1.0.1.tgz#59d9a5ef2f5b73cc0411abc1e7ca55dccbc0ae92"
integrity sha512-miHQODDvai1gXM7HDIHRyf7KKTbuGmWssq/Mku5sOJJiH82nOdsCxDD+RsFexylGTU9Str4VELqV/T9OjnDCNA==
version "1.0.2"
resolved "https://registry.yarnpkg.com/@dword-design/json-schema-package/-/json-schema-package-1.0.2.tgz#e0c337ebe5c77b51714a87a17428a191cad19844"
integrity sha512-AnaMQ1CkdXOkkNg20Ywf4bKaYWnG4ymt9yAVB94IJ1tdE2zQuBHE7VMggQckTxiFG3rvlZ+KC52ekLs+FrQKCw==
dependencies:
package-name-regex "^1.0.1"
stable-version-regex "^1.0.1"

"@jest/console@^24.9.0":
version "24.9.0"
Expand Down Expand Up @@ -1308,9 +1309,9 @@ camelcase@^5.0.0:
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==

caniuse-lite@^1.0.30001012:
version "1.0.30001013"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001013.tgz#da2440d4d266a17d40eb79bd19c0c8cc1d029c72"
integrity sha512-hOAXaWKuq/UVFgYawxIOdPdyMQdYcwOCDOjnZcKn7wCgFUrhP7smuNZjGLuJlPSgE6aRA4cRJ+bGSrhtEt7ZAg==
version "1.0.30001015"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001015.tgz#15a7ddf66aba786a71d99626bc8f2b91c6f0f5f0"
integrity sha512-/xL2AbW/XWHNu1gnIrO8UitBGoFthcsDgU9VLK1/dpsoxbaD5LscHozKze05R6WLsBvLhqv78dAPozMFQBYLbQ==

caterpillar-filter@^4.3.0:
version "4.3.0"
Expand Down Expand Up @@ -1841,9 +1842,9 @@ error-ex@^1.2.0, error-ex@^1.3.1:
is-arrayish "^0.2.1"

es-abstract@^1.12.0, es-abstract@^1.5.0, es-abstract@^1.5.1, es-abstract@^1.7.0:
version "1.16.2"
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.2.tgz#4e874331645e9925edef141e74fc4bd144669d34"
integrity sha512-jYo/J8XU2emLXl3OLwfwtuFfuF2w6DYPs+xy9ZfVyPkDcrauu6LYrw/q2TyCtrbc/KUdCiC5e9UajRhgNkVopA==
version "1.16.3"
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.16.3.tgz#52490d978f96ff9f89ec15b5cf244304a5bca161"
integrity sha512-WtY7Fx5LiOnSYgF5eg/1T+GONaGmpvpPdCpSnYij+U2gDTL0UPfWrhDw7b2IYb+9NQJsYpCA0wOQvZfsd6YwRw==
dependencies:
es-to-primitive "^1.2.1"
function-bind "^1.1.1"
Expand Down Expand Up @@ -1931,9 +1932,9 @@ eslint-plugin-json-format@^2.0.1:
sort-package-json "^1.22.1"

eslint-plugin-prefer-arrow@^1.1.6:
version "1.1.6"
resolved "https://registry.yarnpkg.com/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.1.6.tgz#1fbf92b441ece684da9a849f980c67125d886c43"
integrity sha512-CT7a5pT6SG9hvhCjyHKFA1+lClB4WA+gvBt04E7/buUTELgatneCrublqTzi++tZuCefUhJXrTm3W1wpK14sqg==
version "1.1.7"
resolved "https://registry.yarnpkg.com/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.1.7.tgz#4534dd8d2e519cd579a951f95802137365d524a2"
integrity sha512-epsA4g804mRovlOHSbeO1xxW7REGeUjULRME9MJTJDOVscNIA01AkR66TP4cmHDfD+w72EQ9cPhf37MbZiFI2w==

eslint-scope@3.7.1:
version "3.7.1"
Expand Down Expand Up @@ -3397,9 +3398,9 @@ node-pre-gyp@^0.12.0:
tar "^4"

node-releases@^1.1.41:
version "1.1.41"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.41.tgz#57674a82a37f812d18e3b26118aefaf53a00afed"
integrity sha512-+IctMa7wIs8Cfsa8iYzeaLTFwv5Y4r5jZud+4AnfymzeEXKBCavFX0KBgzVaPVqf0ywa6PrO8/b+bPqdwjGBSg==
version "1.1.42"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.42.tgz#a999f6a62f8746981f6da90627a8d2fc090bbad7"
integrity sha512-OQ/ESmUqGawI2PRX+XIRao44qWYBBfN54ImQYdWVTQqUckuejOg76ysSqDBK8NG3zwySRVnX36JwDQ6x+9GxzA==
dependencies:
semver "^6.3.0"

Expand Down Expand Up @@ -4456,6 +4457,11 @@ sprintf-js@~1.0.2:
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=

stable-version-regex@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/stable-version-regex/-/stable-version-regex-1.0.1.tgz#bb7e66ca2030df82e0293d950f6b26571ddaafad"
integrity sha512-bqwGqMaDQlkT6c350qYCWGErNmCZpcJcgIwoxq/iQSdpjKk3r1JeCDsH7NsD2zOUWSkXFDJHhEZpO6cFUkomMQ==

stack-utils@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.2.tgz#33eba3897788558bebfc2db059dc158ec36cebb8"
Expand Down

0 comments on commit 5883030

Please sign in to comment.