Skip to content

Commit 87ba2df

Browse files
author
Samuel Reed
committed
chore(pkg): upgrade devDependencies
1 parent 865a83f commit 87ba2df

File tree

4 files changed

+1028
-871
lines changed

4 files changed

+1028
-871
lines changed

.flowconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[version]
2-
0.110.1
2+
0.115.0
33

44
[ignore]
55

lib/components/WidthProvider.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ type WPProps = {
1010
style?: Object
1111
};
1212

13-
type WPState = {
13+
type WPState = {|
1414
width: number
15-
};
15+
|};
1616

1717
/*
1818
* A simple HOC that provides facility for listening to container resizes.

package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -43,40 +43,40 @@
4343
"react-resizable": "^1.9.0"
4444
},
4545
"devDependencies": {
46-
"@babel/cli": "^7.6.4",
47-
"@babel/core": "^7.6.4",
48-
"@babel/plugin-proposal-class-properties": "^7.5.5",
49-
"@babel/plugin-transform-flow-comments": "^7.6.0",
50-
"@babel/preset-env": "^7.6.0",
51-
"@babel/preset-flow": "^7.0.0",
52-
"@babel/preset-react": "^7.0.0",
46+
"@babel/cli": "^7.8.0",
47+
"@babel/core": "^7.8.0",
48+
"@babel/plugin-proposal-class-properties": "^7.8.0",
49+
"@babel/plugin-transform-flow-comments": "^7.8.0",
50+
"@babel/preset-env": "^7.8.2",
51+
"@babel/preset-flow": "^7.8.0",
52+
"@babel/preset-react": "^7.8.0",
5353
"babel-eslint": "^10.0.3",
5454
"babel-jest": "^24.9.0",
5555
"babel-loader": "^8.0.6",
5656
"babel-plugin-espower": "^3.0.1",
57-
"css-loader": "^3.2.0",
58-
"ejs": "^2.7.1",
59-
"eslint": "^6.4.0",
60-
"eslint-plugin-flowtype": "^4.3.0",
61-
"eslint-plugin-mocha": "^6.2.0",
62-
"eslint-plugin-react": "^7.14.3",
57+
"css-loader": "^3.4.2",
58+
"ejs": "^3.0.1",
59+
"eslint": "^6.8.0",
60+
"eslint-plugin-flowtype": "^4.6.0",
61+
"eslint-plugin-mocha": "^6.2.2",
62+
"eslint-plugin-react": "^7.17.0",
6363
"exports-loader": "^0.7.0",
64-
"flow-bin": "^0.110.1",
64+
"flow-bin": "^0.115.0",
6565
"husky": "^3.0.9",
6666
"imports-loader": "^0.8.0",
6767
"jest-cli": "^24.9.0",
68-
"lint-staged": "^9.2.5",
68+
"lint-staged": "^9.5.0",
6969
"lodash": "^4.17.5",
7070
"opener": "^1.4.3",
71-
"prettier": "^1.18.2",
72-
"react": "^16.11.0",
73-
"react-dom": "^16.11.0",
74-
"react-hot-loader": "^4.12.13",
71+
"prettier": "^1.19.1",
72+
"react": "^16.12.0",
73+
"react-dom": "^16.12.0",
74+
"react-hot-loader": "^4.12.18",
7575
"react-transform-hmr": "^1.0.2",
76-
"style-loader": "^1.0.0",
77-
"webpack": "^4.41.2",
78-
"webpack-cli": "^3.3.9",
79-
"webpack-dev-server": "^3.9.0"
76+
"style-loader": "^1.1.2",
77+
"webpack": "^4.41.5",
78+
"webpack-cli": "^3.3.10",
79+
"webpack-dev-server": "^3.10.1"
8080
},
8181
"publishConfig": {
8282
"registry": "https://registry.npmjs.org"
@@ -93,4 +93,4 @@
9393
"git add"
9494
]
9595
}
96-
}
96+
}

0 commit comments

Comments
 (0)