Skip to content

Commit

Permalink
Merge 077ce96 into eb1185d
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Feb 27, 2019
2 parents eb1185d + 077ce96 commit ddc992b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"localforage": "^1.5.0"
},
"devDependencies": {
"@alorel-personal/build-tools": "4.4.5",
"@alorel-personal/build-tools": "4.4.6",
"@alorel-personal/conventional-changelog-alorel": "2.0.4",
"@alorel-personal/semantic-release": "1.4.0",
"@alorel-personal/tslint-rules": "4.1.1",
Expand Down
25 changes: 15 additions & 10 deletions yarn.lock
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@alorel-personal/build-tools@4.4.5":
version "4.4.5"
resolved "https://registry.yarnpkg.com/@alorel-personal/build-tools/-/build-tools-4.4.5.tgz#be320721521b04c34fa7160a9e7068ce4fe7f964"
integrity sha512-VOo1FHb1MBNwLjIJMuvEeMaljvvmlhVhRMrPzpJJOrW99/LFHxhdgRbMM+9iWopvOWj56WUYVl1KHyvGqbaUPA==
"@alorel-personal/build-tools@4.4.6":
version "4.4.6"
resolved "https://registry.yarnpkg.com/@alorel-personal/build-tools/-/build-tools-4.4.6.tgz#2735cedd36d0465759b267d1cdd27fa2fc8fee97"
integrity sha512-1UPB4OBXbPfS3L+TQ7WW5H9Ot7eiSMxhuLbZRz447XOS1Eg3+NRAu+/pc/+27Nu+XfGD/1lupmJaHJcZP9lLFw==
dependencies:
chalk "^2.4.2"
cross-spawn "^6.0.0"
Expand All @@ -23,7 +23,7 @@
request "^2.88.0"
request-promise "^4.2.4"
rimraf "^2.6.3"
rollup "~1.2.2"
rollup "~1.3.1"
rollup-plugin-node-resolve "^4.0.0"
rollup-plugin-typescript2 "^0.19.2"
tmp "~0.0.33"
Expand Down Expand Up @@ -327,6 +327,11 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.9.4.tgz#ceb0048a546db453f6248f2d1d95e937a6f00a14"
integrity sha512-Zl8dGvAcEmadgs1tmSPcvwzO1YRsz38bVJQvH1RvRqSR9/5n61Q1ktcDL0ht3FXWR+ZpVmXVwN1LuH4Ax23NsA==

"@types/node@^11.9.5":
version "11.9.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.9.5.tgz#011eece9d3f839a806b63973e228f85967b79ed3"
integrity sha512-vVjM0SVzgaOUpflq4GYBvCpozes8OgIIS5gVXVka+OfK3hvnkC1i93U8WiY2OtNE4XUWyyy/86Kf6e0IHTQw1Q==

"@types/uuid@~3.4.4":
version "3.4.4"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.4.tgz#7af69360fa65ef0decb41fd150bf4ca5c0cefdf5"
Expand Down Expand Up @@ -4967,13 +4972,13 @@ rollup-pluginutils@2.3.3:
estree-walker "^0.5.2"
micromatch "^2.3.11"

rollup@~1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.2.2.tgz#960416d098d3dba44bbe64c8db94510d6e568104"
integrity sha512-fsn5KJcfSuejjrv8GV7kZNciElqxyzZdUq8rA3e528JsR3ccxrWwoptyUY8GGLlgMFAQMB3dZW8nWF2I1/xrZA==
rollup@~1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.3.1.tgz#cf3bad0ba38ee4534e3057cc6b7e662b6db83d78"
integrity sha512-XaVp/ggPVQ3zD4wktUzJo0XGbsnRHsGWk4B4497hE35emWods/WkrIEVgoLRSvMSxCpklLPBfWZAiTs/VeFSNg==
dependencies:
"@types/estree" "0.0.39"
"@types/node" "*"
"@types/node" "^11.9.5"
acorn "^6.1.0"

run-queue@^1.0.0, run-queue@^1.0.3:
Expand Down

0 comments on commit ddc992b

Please sign in to comment.