update dependencies

This commit is contained in:
Philipp Kunz 2018-05-04 00:27:31 +02:00
parent 7c7e45ad54
commit 928f3212a3
5 changed files with 4032 additions and 11 deletions

3
.gitignore vendored
View File

@ -4,4 +4,5 @@ test/
pages/ pages/
public/ public/
npm-debug/ npm-debug/
.DS_Store .DS_Store
.yarn/

View File

@ -1,6 +0,0 @@
compile/
coverage/
test/
docs/
examples
.gitignore

View File

@ -35,7 +35,7 @@
}, },
"homepage": "https://gitlab.com/gitzone/npmts#readme", "homepage": "https://gitlab.com/gitzone/npmts#readme",
"dependencies": { "dependencies": {
"@pushrocks/smartcli": "^3.0.0", "@pushrocks/smartcli": "^3.0.1",
"@types/gulp-sourcemaps": "0.0.32", "@types/gulp-sourcemaps": "0.0.32",
"@types/minimatch": "^3.0.1", "@types/minimatch": "^3.0.1",
"@types/through2": "^2.0.33", "@types/through2": "^2.0.33",

4026
yarn-error.log Normal file

File diff suppressed because it is too large Load Diff

View File

@ -19,9 +19,9 @@
normalize-path "^2.0.1" normalize-path "^2.0.1"
through2 "^2.0.3" through2 "^2.0.3"
"@pushrocks/smartcli@^3.0.0": "@pushrocks/smartcli@^3.0.1":
version "3.0.0" version "3.0.1"
resolved "https://registry.yarnpkg.com/@pushrocks/smartcli/-/smartcli-3.0.0.tgz#1840db8c8e5504ac136ce4051f3906158338192a" resolved "https://registry.yarnpkg.com/@pushrocks/smartcli/-/smartcli-3.0.1.tgz#330ca93f83ecaa23f9213cefa23270105a7728fc"
dependencies: dependencies:
"@types/yargs" "^11.0.0" "@types/yargs" "^11.0.0"
beautylog "^6.1.10" beautylog "^6.1.10"