Skip to content

Commit 02ff2b3

Browse files
committed
chore(pkg): upgrade deps
1 parent 7f14cfa commit 02ff2b3

File tree

4 files changed

+1334
-598
lines changed

4 files changed

+1334
-598
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[version]
2-
0.61.0
2+
0.64.0
33

44
[ignore]
55

interfaces/classnames.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
// flow-typed version: 94e9f7e0a4/classnames_v2.x.x/flow_>=v0.28.x
33

44
type $npm$classnames$Classes =
5-
string |
6-
{[className: string]: ?boolean } |
7-
Array<string> |
8-
void |
9-
null
5+
| string
6+
| { [className: string]: ?boolean }
7+
| Array<string>
8+
| void
9+
| null;
1010

11-
declare module 'classnames' {
12-
declare function exports(
11+
declare module "classnames" {
12+
declare module.exports: (
1313
...classes: Array<$npm$classnames$Classes>
14-
): string;
14+
) => string;
1515
}

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,47 +39,47 @@
3939
"classnames": "2.x",
4040
"lodash.isequal": "^4.0.0",
4141
"prop-types": "15.x",
42-
"react-draggable": "^3.0.3",
43-
"react-resizable": "^1.7.5"
42+
"react-draggable": "3.x",
43+
"react-resizable": "1.x"
4444
},
4545
"devDependencies": {
4646
"babel-cli": "^6.24.1",
4747
"babel-core": "^6.24.1",
48-
"babel-eslint": "^8.0.3",
49-
"babel-jest": "^21.2.0",
48+
"babel-eslint": "^8.2.1",
49+
"babel-jest": "^22.1.0",
5050
"babel-loader": "^7.1.2",
51-
"babel-plugin-espower": "^2.3.2",
51+
"babel-plugin-espower": "^2.4.0",
5252
"babel-plugin-react-transform": "^3.0.0",
5353
"babel-plugin-transform-react-constant-elements": "^6.5.0",
5454
"babel-plugin-transform-react-inline-elements": "^6.6.5",
5555
"babel-plugin-typecheck": "^3.6.1",
5656
"babel-preset-es2015": "^6.24.1",
5757
"babel-preset-react": "^6.24.1",
5858
"babel-preset-stage-1": "^6.24.1",
59-
"css-loader": "^0.28.7",
59+
"css-loader": "^0.28.9",
6060
"ejs": "^2.4.1",
61-
"eslint": "^4.13.0",
62-
"eslint-plugin-flowtype": "^2.40.1",
61+
"eslint": "^4.16.0",
62+
"eslint-plugin-flowtype": "^2.42.0",
6363
"eslint-plugin-mocha": "^4.11.0",
64-
"eslint-plugin-react": "^7.5.1",
64+
"eslint-plugin-react": "^7.6.1",
6565
"exports-loader": "^0.6.4",
66-
"flow-bin": "^0.61.0",
66+
"flow-bin": "^0.64.0",
6767
"husky": "^0.14.3",
6868
"imports-loader": "^0.7.1",
69-
"jest-cli": "^21.2.1",
70-
"lint-staged": "^6.0.0",
69+
"jest-cli": "^22.1.4",
70+
"lint-staged": "^6.1.0",
7171
"lodash": "^4.3.0",
7272
"opener": "^1.4.3",
7373
"power-assert": "^1.4.4",
74-
"prettier": "^1.9.1",
74+
"prettier": "^1.10.2",
7575
"react": "^16.2.0",
7676
"react-dom": "^16.2.0",
77-
"react-hot-loader": "^1.3.0",
77+
"react-hot-loader": "^3.1.3",
7878
"react-transform-hmr": "^1.0.2",
79-
"style-loader": "^0.19.0",
79+
"style-loader": "^0.20.1",
8080
"valiquire": "^0.3.0",
8181
"webpack": "^3.10.0",
82-
"webpack-dev-server": "^2.9.7"
82+
"webpack-dev-server": "^2.11.1"
8383
},
8484
"publishConfig": {
8585
"registry": "https://registry.npmjs.org"
@@ -99,4 +99,4 @@
9999
"git add"
100100
]
101101
}
102-
}
102+
}

0 commit comments

Comments
 (0)