Skip to content

Commit

Permalink
chore(pkg): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Feb 1, 2018
1 parent 7f14cfa commit 02ff2b3
Show file tree
Hide file tree
Showing 4 changed files with 1,334 additions and 598 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[version]
0.61.0
0.64.0

[ignore]

Expand Down
16 changes: 8 additions & 8 deletions interfaces/classnames.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
// flow-typed version: 94e9f7e0a4/classnames_v2.x.x/flow_>=v0.28.x

type $npm$classnames$Classes =
string |
{[className: string]: ?boolean } |
Array<string> |
void |
null
| string
| { [className: string]: ?boolean }
| Array<string>
| void
| null;

declare module 'classnames' {
declare function exports(
declare module "classnames" {
declare module.exports: (
...classes: Array<$npm$classnames$Classes>
): string;
) => string;
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,47 +39,47 @@
"classnames": "2.x",
"lodash.isequal": "^4.0.0",
"prop-types": "15.x",
"react-draggable": "^3.0.3",
"react-resizable": "^1.7.5"
"react-draggable": "3.x",
"react-resizable": "1.x"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^8.0.3",
"babel-jest": "^21.2.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.1.0",
"babel-loader": "^7.1.2",
"babel-plugin-espower": "^2.3.2",
"babel-plugin-espower": "^2.4.0",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-transform-react-constant-elements": "^6.5.0",
"babel-plugin-transform-react-inline-elements": "^6.6.5",
"babel-plugin-typecheck": "^3.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^0.28.7",
"css-loader": "^0.28.9",
"ejs": "^2.4.1",
"eslint": "^4.13.0",
"eslint-plugin-flowtype": "^2.40.1",
"eslint": "^4.16.0",
"eslint-plugin-flowtype": "^2.42.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-react": "^7.6.1",
"exports-loader": "^0.6.4",
"flow-bin": "^0.61.0",
"flow-bin": "^0.64.0",
"husky": "^0.14.3",
"imports-loader": "^0.7.1",
"jest-cli": "^21.2.1",
"lint-staged": "^6.0.0",
"jest-cli": "^22.1.4",
"lint-staged": "^6.1.0",
"lodash": "^4.3.0",
"opener": "^1.4.3",
"power-assert": "^1.4.4",
"prettier": "^1.9.1",
"prettier": "^1.10.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-hot-loader": "^1.3.0",
"react-hot-loader": "^3.1.3",
"react-transform-hmr": "^1.0.2",
"style-loader": "^0.19.0",
"style-loader": "^0.20.1",
"valiquire": "^0.3.0",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
"webpack-dev-server": "^2.11.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand All @@ -99,4 +99,4 @@
"git add"
]
}
}
}
Loading

0 comments on commit 02ff2b3

Please sign in to comment.