Skip to content

Commit

Permalink
chore(pkg): Update minors
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Sep 5, 2017
1 parent 07d0b74 commit 264f9e0
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 21 deletions.
3 changes: 3 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[version]
0.54.0

[ignore]
.*/node_modules/babel.*
.*/node_modules/fbjs/.*
Expand Down
1 change: 1 addition & 0 deletions lib/Resizable.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export type ResizeCallbackData = {
};
export type Props = {
children: ReactElement<any>,
className?: ?string,
width: number,
height: number,
handleSize: [number, number],
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"validate": "yarn check",
"preversion": "npm run lint",
"version": "git add CHANGELOG.md",
"postversion": "git push && git push --tags"
"postversion": "git push && git push --tags",
"flow": "flow"
},
"repository": {
"type": "git",
Expand All @@ -41,10 +42,10 @@
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.5",
"eslint": "^4.5.0",
"eslint-plugin-react": "^7.2.1",
"flow-bin": "^0.53.1",
"css-loader": "^0.28.7",
"eslint": "^4.6.1",
"eslint-plugin-react": "^7.3.0",
"flow-bin": "^0.54.0",
"lodash": "^4.3.0",
"pre-commit": "^1.1.2",
"react": "^15.6.1",
Expand All @@ -55,7 +56,7 @@
},
"dependencies": {
"prop-types": "^15.5.8",
"react-draggable": "^2.2.6 || ^3.0.0"
"react-draggable": "^2.2.6 || ^3.0.3"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
Expand Down
31 changes: 16 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1295,9 +1295,9 @@ [email protected]:
version "0.0.4"
resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0"

css-loader@^0.28.5:
version "0.28.5"
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-0.28.5.tgz#dd02bb91b94545710212ef7f6aaa66663113d754"
css-loader@^0.28.7:
version "0.28.7"
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-0.28.7.tgz#5f2ee989dd32edd907717f953317656160999c1b"
dependencies:
babel-code-frame "^6.11.0"
css-selector-tokenizer "^0.7.0"
Expand Down Expand Up @@ -1665,13 +1665,14 @@ escope@^3.6.0:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint-plugin-react@^7.2.1:
version "7.2.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.2.1.tgz#c2673526ed6571b08c69c5f453d03f5f13e8ddbe"
eslint-plugin-react@^7.3.0:
version "7.3.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.3.0.tgz#ca9368da36f733fbdc05718ae4e91f778f38e344"
dependencies:
doctrine "^2.0.0"
has "^1.0.1"
jsx-ast-utils "^2.0.0"
prop-types "^15.5.10"

eslint-scope@^3.7.1:
version "3.7.1"
Expand All @@ -1680,9 +1681,9 @@ eslint-scope@^3.7.1:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.5.0.tgz#bb75d3b8bde97fb5e13efcd539744677feb019c3"
eslint@^4.6.1:
version "4.6.1"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.6.1.tgz#ddc7fc7fd70bf93205b0b3449bb16a1e9e7d4950"
dependencies:
ajv "^5.2.0"
babel-code-frame "^6.22.0"
Expand Down Expand Up @@ -1977,9 +1978,9 @@ flatten@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"

flow-bin@^0.53.1:
version "0.53.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.53.1.tgz#9b22b63a23c99763ae533ebbab07f88c88c97d84"
flow-bin@^0.54.0:
version "0.54.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.54.0.tgz#f2fb0478e9e99702b623c9ed84079a39903bba77"

for-in@^1.0.1:
version "1.0.2"
Expand Down Expand Up @@ -3706,9 +3707,9 @@ react-dom@^15.6.1:
object-assign "^4.1.0"
prop-types "^15.5.10"

"react-draggable@^2.2.6 || ^3.0.0":
version "3.0.1"
resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-3.0.1.tgz#523aa1a9f4c9f03f3f42c20eb71d9f62aa96460e"
"react-draggable@^2.2.6 || ^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-3.0.3.tgz#a6f9b3a7171981b76dadecf238316925cb9eacf4"
dependencies:
classnames "^2.2.5"
prop-types "^15.5.10"
Expand Down

0 comments on commit 264f9e0

Please sign in to comment.