Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit 816b7ed

Browse files
committed
fix(deps): upgrade to latest
1 parent 3128c9f commit 816b7ed

File tree

4 files changed

+37
-25
lines changed

4 files changed

+37
-25
lines changed

.flowconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ experimental.const_params=true
1616
suppress_comment=\\(.\\|\n\\)*\\$ExpectError
1717

1818
[version]
19-
^0.47.0
19+
^0.48.0

definitions/recompact.js

+12
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ declare module 'recompact' {
1717
declare function pure<D, OP>(
1818
component: ComponentType<D, OP>,
1919
): ClassComponentType<D, OP, any>;
20+
declare function defaultProps<D, OP, ND: $Shape<OP>>(
21+
props: ND,
22+
): (
23+
component: ComponentType<D, OP>,
24+
) => ClassComponentType<
25+
{|
26+
/* :: ...$Exact<D>, */
27+
/* :: ...$Exact<ND>, */
28+
|},
29+
OP,
30+
any,
31+
>;
2032

2133
/* Utilities */
2234
declare function compose<A, B>(

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@
5454
},
5555
"devDependencies": {
5656
"eslint": "^3.19.0",
57-
"eslint-config-anvilabs": "^9.0.0",
58-
"flow-bin": "^0.47.0",
57+
"eslint-config-anvilabs": "^9.1.1",
58+
"flow-bin": "^0.48.0",
5959
"husky": "^0.13.4",
60-
"lint-staged": "^3.6.0",
60+
"lint-staged": "^3.6.1",
6161
"lodash": "^4.17.4",
6262
"npm-run-all": "^4.0.2",
6363
"nyr": "^1.1.0",
64-
"prettier": "^1.4.1",
64+
"prettier": "^1.4.4",
6565
"semantic-release": "^6.3.6",
66-
"validate-commit-msg": "^2.12.1"
66+
"validate-commit-msg": "^2.12.2"
6767
}
6868
}

yarn.lock

+19-19
Original file line numberDiff line numberDiff line change
@@ -709,9 +709,9 @@ eslint-config-airbnb-base@^11.2.0:
709709
version "11.2.0"
710710
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-11.2.0.tgz#19a9dc4481a26f70904545ec040116876018f853"
711711

712-
eslint-config-anvilabs@^9.0.0:
713-
version "9.0.0"
714-
resolved "https://registry.yarnpkg.com/eslint-config-anvilabs/-/eslint-config-anvilabs-9.0.0.tgz#9a8e9bb2df5370039d53c25404674fbd78fbf8f1"
712+
eslint-config-anvilabs@^9.1.1:
713+
version "9.1.1"
714+
resolved "https://registry.yarnpkg.com/eslint-config-anvilabs/-/eslint-config-anvilabs-9.1.1.tgz#b3f5b248e3acc580707076f728f499d75897e5d7"
715715
dependencies:
716716
babel-eslint "^7.2.3"
717717
eslint-config-airbnb-base "^11.2.0"
@@ -945,9 +945,9 @@ event-stream@^3.3.0, event-stream@~3.3.0:
945945
stream-combiner "~0.0.4"
946946
through "~2.3.1"
947947

948-
execa@^0.6.0:
949-
version "0.6.3"
950-
resolved "https://registry.yarnpkg.com/execa/-/execa-0.6.3.tgz#57b69a594f081759c69e5370f0d17b9cb11658fe"
948+
execa@^0.7.0:
949+
version "0.7.0"
950+
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
951951
dependencies:
952952
cross-spawn "^5.0.1"
953953
get-stream "^3.0.0"
@@ -1024,9 +1024,9 @@ flat-cache@^1.2.1:
10241024
graceful-fs "^4.1.2"
10251025
write "^0.2.1"
10261026

1027-
flow-bin@^0.47.0:
1028-
version "0.47.0"
1029-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.47.0.tgz#a2a08ab3e0d1f1cb57d17e27b30b118b62fda367"
1027+
flow-bin@^0.48.0:
1028+
version "0.48.0"
1029+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.48.0.tgz#72d075143524358db8901525e3c784dc13a7c7ee"
10301030

10311031
10321032
version "0.0.7"
@@ -1549,13 +1549,13 @@ levn@^0.3.0, levn@~0.3.0:
15491549
prelude-ls "~1.1.2"
15501550
type-check "~0.3.2"
15511551

1552-
lint-staged@^3.6.0:
1553-
version "3.6.0"
1554-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-3.6.0.tgz#cda8f0bef16e7928cc14b735186ae12cd662599c"
1552+
lint-staged@^3.6.1:
1553+
version "3.6.1"
1554+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-3.6.1.tgz#24423c8b7bd99d96e15acd1ac8cb392a78e58582"
15551555
dependencies:
15561556
app-root-path "^2.0.0"
15571557
cosmiconfig "^1.1.0"
1558-
execa "^0.6.0"
1558+
execa "^0.7.0"
15591559
listr "^0.12.0"
15601560
lodash.chunk "^4.2.0"
15611561
minimatch "^3.0.0"
@@ -2177,9 +2177,9 @@ prelude-ls@~1.1.2:
21772177
version "1.1.2"
21782178
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
21792179

2180-
prettier@^1.4.1:
2181-
version "1.4.1"
2182-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.4.1.tgz#3526cc46aea102e980db5b70cabe2020910ef142"
2180+
prettier@^1.4.4:
2181+
version "1.4.4"
2182+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.4.4.tgz#a8d1447b14c9bf67e6d420dcadd10fb9a4fad65a"
21832183

21842184
process-nextick-args@~1.0.6:
21852185
version "1.0.7"
@@ -2781,9 +2781,9 @@ uuid@^3.0.0:
27812781
version "3.0.1"
27822782
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.0.1.tgz#6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1"
27832783

2784-
validate-commit-msg@^2.12.1:
2785-
version "2.12.1"
2786-
resolved "https://registry.yarnpkg.com/validate-commit-msg/-/validate-commit-msg-2.12.1.tgz#612b61bc9f09f0fee5130de3648870d01cdddf1d"
2784+
validate-commit-msg@^2.12.2:
2785+
version "2.12.2"
2786+
resolved "https://registry.yarnpkg.com/validate-commit-msg/-/validate-commit-msg-2.12.2.tgz#6d5015331bf196c22afb880d3f33bcef1deafea6"
27872787
dependencies:
27882788
conventional-commit-types "^2.0.0"
27892789
find-parent-dir "^0.3.0"

0 commit comments

Comments
 (0)