Skip to content

Commit

Permalink
feat(update re-start): update to version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
effervescentia committed Feb 11, 2017
1 parent cd23869 commit e90e933
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 21 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -33,7 +33,7 @@
"condition-circle": "^1.5.0",
"cz-conventional-changelog": "^1.2.0",
"husky": "^0.13.1",
"re-start": "^1.3.0",
"re-start": "^1.5.0",
"semantic-release": "^6.3.2",
"start-babel-cli": "^4.0.1"
},
Expand All @@ -42,7 +42,7 @@
"condition-circle": "^1.5.0",
"cz-conventional-changelog": "^1.2.0",
"husky": "^0.13.1",
"re-start": "^1.3.0",
"re-start": "^1.5.0",
"semantic-release": "^6.3.2",
"start-babel-cli": "^4.0.1"
}
Expand Down
34 changes: 15 additions & 19 deletions yarn.lock
Expand Up @@ -921,7 +921,7 @@ escope@^3.6.0:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint@^3.3.0:
eslint@^3.15.0, eslint@^3.3.0:
version "3.15.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.15.0.tgz#bdcc6a6c5ffe08160e7b93c066695362a91e30f2"
dependencies:
Expand Down Expand Up @@ -2101,13 +2101,13 @@ object.omit@^2.0.0:
for-own "^0.1.4"
is-extendable "^0.1.1"

once@^1.3.0, once@^1.3.3, once@^1.4.0:
once@^1.3.0, once@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
dependencies:
wrappy "1"

once@~1.3.0, once@~1.3.3:
once@^1.3.3, once@~1.3.0, once@~1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/once/-/once-1.3.3.tgz#b2e261557ce4c314ec8304f3fa82663e4297ca20"
dependencies:
Expand Down Expand Up @@ -2224,10 +2224,6 @@ pinkie@^2.0.0:
version "2.0.4"
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"

pkginfo@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/pkginfo/-/pkginfo-0.4.0.tgz#349dbb7ffd38081fcadc0853df687f0c7744cd65"

pluralize@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-1.2.1.tgz#d1a21483fd22bb41e58a12fa3421823140897c45"
Expand Down Expand Up @@ -2292,11 +2288,10 @@ rc@~1.1.6:
minimist "^1.2.0"
strip-json-comments "~1.0.4"

re-start@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/re-start/-/re-start-1.3.0.tgz#193433eaf2e7ed98a3552b813acae91032dbbc40"
re-start@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/re-start/-/re-start-1.5.0.tgz#e02af7bcd55028fee8f845c52baeccd773c32992"
dependencies:
pkginfo "^0.4.0"
start "^5.0.0"
start-babel "^3.0.0"
start-clean "^2.0.0"
Expand All @@ -2308,8 +2303,8 @@ re-start@^1.3.0:
start-mocha "^3.0.0"
start-pretty-reporter "^0.3.0"
start-read "^0.3.0"
start-split "^1.0.0"
start-typescript "^1.0.3"
start-split "^1.0.1"
start-typescript "^1.1.3"
start-watch "^2.0.0"
start-write "^2.0.0"

Expand Down Expand Up @@ -2813,17 +2808,18 @@ start-simple-cli@^4.0.0:
commander "^2.9.0"
resolve-cwd "^1.0.0"

start-split@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/start-split/-/start-split-1.0.0.tgz#43206cea6314e453410707cecd792e6169670613"
start-split@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/start-split/-/start-split-1.0.1.tgz#dec7da8171c4d302106e04302f22ede407086667"
dependencies:
eslint "^3.15.0"
start "^5.1.0"
start-concurrent "^0.1.0"
start-input-connector "^0.2.0"

start-typescript@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/start-typescript/-/start-typescript-1.0.3.tgz#d2ceaa1cdbd5b2618026178ecacb418336cb7412"
start-typescript@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/start-typescript/-/start-typescript-1.1.3.tgz#7fabfa6005ffcaa758b3d0207fc5e9f08ce0c4ad"
dependencies:
tsconfig "^5.0.3"
typescript "~2.1.5"
Expand Down

0 comments on commit e90e933

Please sign in to comment.