Skip to content

Commit 16eb7e5

Browse files
committed
chore: update dependencies
1 parent 6e5e6aa commit 16eb7e5

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
"eslint": "^4.19.1",
3737
"eslint-config-airbnb-base": "^12.1.0",
3838
"eslint-config-prettier": "^2.9.0",
39-
"eslint-plugin-flowtype": "^2.48.0",
39+
"eslint-plugin-flowtype": "^2.49.3",
4040
"eslint-plugin-import": "^2.12.0",
4141
"eslint-plugin-prettier": "^2.6.0",
42-
"flow-bin": "^0.73.0",
42+
"flow-bin": "^0.74.0",
4343
"jest": "^23.1.0",
4444
"mongodb": "3.1.0-beta4",
4545
"npm-run-all": "^4.1.3",
46-
"prettier": "^1.13.3",
46+
"prettier": "^1.13.5",
4747
"rimraf": "^2.6.2",
48-
"semantic-release": "^15.5.0"
48+
"semantic-release": "^15.5.2"
4949
},
5050
"dependencies": {
5151
"babel-runtime": "^6.26.0",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1954,9 +1954,9 @@ eslint-module-utils@^2.2.0:
19541954
debug "^2.6.8"
19551955
pkg-dir "^1.0.0"
19561956

1957-
eslint-plugin-flowtype@^2.48.0:
1958-
version "2.48.0"
1959-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.48.0.tgz#e447dc27dcb99d68e2a705fd9c1046c32aae2ca1"
1957+
eslint-plugin-flowtype@^2.49.3:
1958+
version "2.49.3"
1959+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.49.3.tgz#ccca6ee5ba2027eb3ed36bc2ec8c9a842feee841"
19601960
dependencies:
19611961
lodash "^4.17.10"
19621962

@@ -2339,9 +2339,9 @@ flat-cache@^1.2.1:
23392339
graceful-fs "^4.1.2"
23402340
write "^0.2.1"
23412341

2342-
flow-bin@^0.73.0:
2343-
version "0.73.0"
2344-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.73.0.tgz#da1b90a02b0ef9c439f068c2fc14968db83be425"
2342+
flow-bin@^0.74.0:
2343+
version "0.74.0"
2344+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.74.0.tgz#8017bb00efb37cbe8d81fbb7f464038bde06adc9"
23452345

23462346
for-in@^1.0.1, for-in@^1.0.2:
23472347
version "1.0.2"
@@ -2735,9 +2735,9 @@ home-or-tmp@^2.0.0:
27352735
os-homedir "^1.0.0"
27362736
os-tmpdir "^1.0.1"
27372737

2738-
hook-std@^0.4.0:
2739-
version "0.4.0"
2740-
resolved "https://registry.yarnpkg.com/hook-std/-/hook-std-0.4.0.tgz#fa8b2f84d358763137cb7d17e3308b28714bd174"
2738+
hook-std@^1.0.1:
2739+
version "1.0.1"
2740+
resolved "https://registry.yarnpkg.com/hook-std/-/hook-std-1.0.1.tgz#fc91e6836c5b174f405dc4b57aa2228e4c599981"
27412741

27422742
hosted-git-info@^2.1.4:
27432743
version "2.5.0"
@@ -4427,9 +4427,9 @@ preserve@^0.2.0:
44274427
version "0.2.0"
44284428
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
44294429

4430-
prettier@^1.13.3:
4431-
version "1.13.3"
4432-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.13.3.tgz#e74c09a7df6519d472ca6febaa37cf7addb48a20"
4430+
prettier@^1.13.5:
4431+
version "1.13.5"
4432+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.13.5.tgz#7ae2076998c8edce79d63834e9b7b09fead6bfd0"
44334433

44344434
pretty-format@^23.0.1:
44354435
version "23.0.1"
@@ -4940,9 +4940,9 @@ seek-bzip@^1.0.5:
49404940
dependencies:
49414941
commander "~2.8.1"
49424942

4943-
semantic-release@^15.5.0:
4944-
version "15.5.0"
4945-
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-15.5.0.tgz#cbbaefb311a41c6f41b2f1f4fbab91bd95db409b"
4943+
semantic-release@^15.5.2:
4944+
version "15.5.2"
4945+
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-15.5.2.tgz#ce26932465de6d58c4f4a52e1de07e9e0e4c2a5a"
49464946
dependencies:
49474947
"@semantic-release/commit-analyzer" "^5.0.0"
49484948
"@semantic-release/error" "^2.2.0"
@@ -4959,7 +4959,7 @@ semantic-release@^15.5.0:
49594959
get-stream "^3.0.0"
49604960
git-log-parser "^1.2.0"
49614961
git-url-parse "^9.0.0"
4962-
hook-std "^0.4.0"
4962+
hook-std "^1.0.1"
49634963
hosted-git-info "^2.6.0"
49644964
lodash "^4.17.4"
49654965
marked "^0.4.0"

0 commit comments

Comments
 (0)