Skip to content

Commit

Permalink
Merge pull request #31 from Alorel/greenkeeper/@alorel-personal/build…
Browse files Browse the repository at this point in the history
…-tools-4.4.1

Update @alorel-personal/build-tools to the latest version 🚀
  • Loading branch information
Alorel committed Dec 10, 2018
2 parents 78e3978 + e306a5f commit 116b334
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"localforage": "^1.5.0"
},
"devDependencies": {
"@alorel-personal/build-tools": "4.4.0",
"@alorel-personal/build-tools": "4.4.1",
"@alorel-personal/conventional-changelog-alorel": "2.0.4",
"@alorel-personal/semantic-release": "1.4.0",
"@alorel-personal/tslint-rules": "4.1.1",
Expand Down
30 changes: 16 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@alorel-personal/build-tools@4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@alorel-personal/build-tools/-/build-tools-4.4.0.tgz#b89210167ae5187e0c29f2b2971317dc2c82ff16"
integrity sha512-3rfeUHs1JMHE35yKxUSKyksoF+1qeIDZVWuLu4QoTSKbxUWjcTcsUQ15GIQV9ka8uEu4/0FeVlxzBKhth7AbOQ==
"@alorel-personal/build-tools@4.4.1":
version "4.4.1"
resolved "https://registry.yarnpkg.com/@alorel-personal/build-tools/-/build-tools-4.4.1.tgz#6793c96d3b9c85bbc84958815526a2a3a213b206"
integrity sha512-0zubaIIlWlPxXle724Zs1K/ZNfd1Zi4bAOg+YprL5iKHHIA1+yAT2Jn6hTXpE9iGrNUmXrsE2DpcyC0Jb9dJLQ==
dependencies:
chalk "^2.4.0"
cross-spawn "^6.0.0"
Expand All @@ -24,7 +24,7 @@
request-promise "^4.2.0"
rimraf "^2.6.0"
rollup "~0.67.0"
rollup-plugin-node-resolve "^3.4.0"
rollup-plugin-node-resolve "^4.0.0"
rollup-plugin-typescript2 "~0.18.0"
tmp "~0.0.33"
tslib "^1.9.0"
Expand Down Expand Up @@ -620,9 +620,10 @@ builtin-modules@^1.0.0, builtin-modules@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"

builtin-modules@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-2.0.0.tgz#60b7ef5ae6546bd7deefa74b08b62a43a232648e"
builtin-modules@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.0.0.tgz#1e587d44b006620d90286cc7a9238bbc6129cab1"
integrity sha512-hMIeU4K2ilbXV6Uv93ZZ0Avg/M91RaKXucQ+4me2Do1txxBDyDZWCBa5bJSLqoNTRpXTLwEzIk1KmloenDDjhg==

builtins@^1.0.3:
version "1.0.3"
Expand Down Expand Up @@ -3995,7 +3996,7 @@ resolve-url@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"

resolve@1.8.1, resolve@^1.1.6, resolve@^1.3.2:
resolve@1.8.1, resolve@^1.3.2, resolve@^1.8.1:
version "1.8.1"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.8.1.tgz#82f1ec19a423ac1fbd080b0bab06ba36e84a7a26"
dependencies:
Expand All @@ -4019,13 +4020,14 @@ rimraf@2, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.0, rimraf@^2.6.2, rimraf@~2.
dependencies:
glob "^7.0.5"

rollup-plugin-node-resolve@^3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-3.4.0.tgz#908585eda12e393caac7498715a01e08606abc89"
rollup-plugin-node-resolve@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-4.0.0.tgz#9bc6b8205e9936cc0e26bba2415f1ecf1e64d9b2"
integrity sha512-7Ni+/M5RPSUBfUaP9alwYQiIKnKeXCOHiqBpKUl9kwp3jX5ZJtgXAait1cne6pGEVUUztPD6skIKH9Kq9sNtfw==
dependencies:
builtin-modules "^2.0.0"
builtin-modules "^3.0.0"
is-module "^1.0.0"
resolve "^1.1.6"
resolve "^1.8.1"

rollup-plugin-typescript2@~0.18.0:
version "0.18.0"
Expand Down

0 comments on commit 116b334

Please sign in to comment.