Skip to content

Commit 264f9e0

Browse files
committed
chore(pkg): Update minors
1 parent 07d0b74 commit 264f9e0

File tree

4 files changed

+27
-21
lines changed

4 files changed

+27
-21
lines changed

.flowconfig

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[version]
2+
0.54.0
3+
14
[ignore]
25
.*/node_modules/babel.*
36
.*/node_modules/fbjs/.*

lib/Resizable.js

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export type ResizeCallbackData = {
2323
};
2424
export type Props = {
2525
children: ReactElement<any>,
26+
className?: ?string,
2627
width: number,
2728
height: number,
2829
handleSize: [number, number],

package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"validate": "yarn check",
1515
"preversion": "npm run lint",
1616
"version": "git add CHANGELOG.md",
17-
"postversion": "git push && git push --tags"
17+
"postversion": "git push && git push --tags",
18+
"flow": "flow"
1819
},
1920
"repository": {
2021
"type": "git",
@@ -41,10 +42,10 @@
4142
"babel-preset-es2015": "^6.24.1",
4243
"babel-preset-react": "^6.24.1",
4344
"cross-env": "^5.0.5",
44-
"css-loader": "^0.28.5",
45-
"eslint": "^4.5.0",
46-
"eslint-plugin-react": "^7.2.1",
47-
"flow-bin": "^0.53.1",
45+
"css-loader": "^0.28.7",
46+
"eslint": "^4.6.1",
47+
"eslint-plugin-react": "^7.3.0",
48+
"flow-bin": "^0.54.0",
4849
"lodash": "^4.3.0",
4950
"pre-commit": "^1.1.2",
5051
"react": "^15.6.1",
@@ -55,7 +56,7 @@
5556
},
5657
"dependencies": {
5758
"prop-types": "^15.5.8",
58-
"react-draggable": "^2.2.6 || ^3.0.0"
59+
"react-draggable": "^2.2.6 || ^3.0.3"
5960
},
6061
"peerDependencies": {
6162
"react": "^0.14.0 || ^15.0.0",

yarn.lock

+16-15
Original file line numberDiff line numberDiff line change
@@ -1295,9 +1295,9 @@ [email protected]:
12951295
version "0.0.4"
12961296
resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0"
12971297

1298-
css-loader@^0.28.5:
1299-
version "0.28.5"
1300-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-0.28.5.tgz#dd02bb91b94545710212ef7f6aaa66663113d754"
1298+
css-loader@^0.28.7:
1299+
version "0.28.7"
1300+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-0.28.7.tgz#5f2ee989dd32edd907717f953317656160999c1b"
13011301
dependencies:
13021302
babel-code-frame "^6.11.0"
13031303
css-selector-tokenizer "^0.7.0"
@@ -1665,13 +1665,14 @@ escope@^3.6.0:
16651665
esrecurse "^4.1.0"
16661666
estraverse "^4.1.1"
16671667

1668-
eslint-plugin-react@^7.2.1:
1669-
version "7.2.1"
1670-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.2.1.tgz#c2673526ed6571b08c69c5f453d03f5f13e8ddbe"
1668+
eslint-plugin-react@^7.3.0:
1669+
version "7.3.0"
1670+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.3.0.tgz#ca9368da36f733fbdc05718ae4e91f778f38e344"
16711671
dependencies:
16721672
doctrine "^2.0.0"
16731673
has "^1.0.1"
16741674
jsx-ast-utils "^2.0.0"
1675+
prop-types "^15.5.10"
16751676

16761677
eslint-scope@^3.7.1:
16771678
version "3.7.1"
@@ -1680,9 +1681,9 @@ eslint-scope@^3.7.1:
16801681
esrecurse "^4.1.0"
16811682
estraverse "^4.1.1"
16821683

1683-
eslint@^4.5.0:
1684-
version "4.5.0"
1685-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.5.0.tgz#bb75d3b8bde97fb5e13efcd539744677feb019c3"
1684+
eslint@^4.6.1:
1685+
version "4.6.1"
1686+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.6.1.tgz#ddc7fc7fd70bf93205b0b3449bb16a1e9e7d4950"
16861687
dependencies:
16871688
ajv "^5.2.0"
16881689
babel-code-frame "^6.22.0"
@@ -1977,9 +1978,9 @@ flatten@^1.0.2:
19771978
version "1.0.2"
19781979
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
19791980

1980-
flow-bin@^0.53.1:
1981-
version "0.53.1"
1982-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.53.1.tgz#9b22b63a23c99763ae533ebbab07f88c88c97d84"
1981+
flow-bin@^0.54.0:
1982+
version "0.54.0"
1983+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.54.0.tgz#f2fb0478e9e99702b623c9ed84079a39903bba77"
19831984

19841985
for-in@^1.0.1:
19851986
version "1.0.2"
@@ -3706,9 +3707,9 @@ react-dom@^15.6.1:
37063707
object-assign "^4.1.0"
37073708
prop-types "^15.5.10"
37083709

3709-
"react-draggable@^2.2.6 || ^3.0.0":
3710-
version "3.0.1"
3711-
resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-3.0.1.tgz#523aa1a9f4c9f03f3f42c20eb71d9f62aa96460e"
3710+
"react-draggable@^2.2.6 || ^3.0.3":
3711+
version "3.0.3"
3712+
resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-3.0.3.tgz#a6f9b3a7171981b76dadecf238316925cb9eacf4"
37123713
dependencies:
37133714
classnames "^2.2.5"
37143715
prop-types "^15.5.10"

0 commit comments

Comments
 (0)