Skip to content

Commit 3e80ff3

Browse files
committed
Update dependencies
1 parent 2f07775 commit 3e80ff3

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -21,43 +21,43 @@
2121
"prop-types": "^15.7.2"
2222
},
2323
"devDependencies": {
24-
"@babel/cli": "^7.4.3",
25-
"@babel/core": "^7.4.3",
26-
"@babel/plugin-proposal-export-default-from": "7.2.0",
24+
"@babel/cli": "^7.7.0",
25+
"@babel/core": "^7.7.2",
26+
"@babel/plugin-proposal-export-default-from": "7.5.2",
2727
"@babel/plugin-syntax-dynamic-import": "7.2.0",
2828
"@babel/plugin-syntax-import-meta": "7.2.0",
2929
"@babel/plugin-transform-shorthand-properties": "^7.2.0",
30-
"@babel/preset-env": "^7.4.3",
31-
"@babel/preset-react": "^7.0.0",
32-
"@babel/register": "^7.4.0",
33-
"ava": "^1.4.1",
30+
"@babel/preset-env": "^7.7.1",
31+
"@babel/preset-react": "^7.7.0",
32+
"@babel/register": "^7.7.0",
33+
"ava": "^2.4.0",
3434
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
35-
"cross-env": "^5.2.0",
36-
"del-cli": "^1.1.0",
37-
"enzyme": "^3.9.0",
38-
"enzyme-adapter-react-16": "^1.12.1",
39-
"eslint": "^5.16.0",
40-
"eslint-config-concise": "^0.36.0",
41-
"eslint-config-concise-ava": "^0.36.0",
42-
"eslint-config-concise-esnext": "^0.36.0",
43-
"eslint-config-concise-react": "^0.36.0",
44-
"eslint-plugin-react": "^7.12.4",
45-
"husky": "^1.3.1",
35+
"cross-env": "^6.0.3",
36+
"del-cli": "^3.0.0",
37+
"enzyme": "^3.10.0",
38+
"enzyme-adapter-react-16": "^1.15.1",
39+
"eslint": "^6.6.0",
40+
"eslint-config-concise": "^0.37.1",
41+
"eslint-config-concise-ava": "^0.37.0",
42+
"eslint-config-concise-esnext": "^0.37.0",
43+
"eslint-config-concise-react": "^0.37.1",
44+
"eslint-plugin-react": "^7.16.0",
45+
"husky": "^3.0.9",
4646
"immutable": "^4.0.0-rc.12",
4747
"intl": "^1.2.5",
48-
"jsdom": "^15.0.0",
48+
"jsdom": "^15.2.1",
4949
"jsdom-global": "^3.0.2",
50-
"lint-staged": "^8.1.5",
50+
"lint-staged": "^9.4.3",
5151
"npm-run-all": "^4.1.5",
52-
"nyc": "^14.0.0",
53-
"prettier-eslint-cli": "^5.0.0-beta.0",
52+
"nyc": "^14.1.1",
53+
"prettier-eslint-cli": "^5.0.0",
5454
"raf": "^3.4.1",
55-
"react": "^16.8.6",
56-
"react-dom": "^16.8.6",
57-
"react-intl": "^3.0.0",
58-
"react-redux": "^7.0.2",
59-
"react-test-renderer": "^16.8.6",
60-
"redux": "^4.0.1",
55+
"react": "^16.12.0",
56+
"react-dom": "^16.12.0",
57+
"react-intl": "^3.6.0",
58+
"react-redux": "^7.1.3",
59+
"react-test-renderer": "^16.12.0",
60+
"redux": "^4.0.4",
6161
"redux-immutable": "^4.0.0"
6262
},
6363
"repository": "ratson/react-intl-redux",

0 commit comments

Comments
 (0)