Skip to content

Commit 256eed4

Browse files
author
Kent C. Dodds
committed
fix(deps): upgrade all deps
1 parent cf6d924 commit 256eed4

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,52 +35,52 @@
3535
"license": "MIT",
3636
"dependencies": {
3737
"@babel/cli": "^7.2.0",
38-
"@babel/core": "^7.2.0",
39-
"@babel/plugin-proposal-class-properties": "^7.2.1",
40-
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
41-
"@babel/plugin-transform-runtime": "^7.2.0",
42-
"@babel/preset-env": "^7.2.0",
38+
"@babel/core": "^7.4.0",
39+
"@babel/plugin-proposal-class-properties": "^7.4.0",
40+
"@babel/plugin-transform-modules-commonjs": "^7.4.0",
41+
"@babel/plugin-transform-runtime": "^7.4.0",
42+
"@babel/preset-env": "^7.4.2",
4343
"@babel/preset-flow": "^7.0.0",
4444
"@babel/preset-react": "^7.0.0",
45-
"@babel/runtime": "^7.2.0",
45+
"@babel/runtime": "^7.4.2",
4646
"arrify": "^1.0.1",
4747
"babel-core": "^7.0.0-0",
48-
"babel-jest": "^24.3.1",
48+
"babel-jest": "^24.5.0",
4949
"babel-plugin-macros": "^2.4.2",
5050
"babel-plugin-minify-dead-code-elimination": "^0.5.0",
5151
"babel-plugin-module-resolver": "^3.1.1",
5252
"babel-plugin-transform-inline-environment-variables": "^0.4.0",
5353
"babel-plugin-transform-react-remove-prop-types": "^0.4.21",
54-
"browserslist": "^4.3.5",
54+
"browserslist": "^4.5.2",
5555
"concurrently": "^4.1.0",
5656
"cross-env": "^5.1.4",
5757
"cross-spawn": "^6.0.5",
5858
"doctoc": "^1.4.0",
59-
"eslint": "^5.9.0",
59+
"eslint": "^5.15.3",
6060
"eslint-config-kentcdodds": "^14.3.1",
6161
"eslint-config-prettier": "^4.1.0",
6262
"glob": "^7.1.2",
6363
"husky": "^1.2.0",
6464
"is-ci": "^2.0.0",
65-
"jest": "^24.3.1",
65+
"jest": "^24.5.0",
6666
"jest-watch-typeahead": "^0.2.1",
6767
"lint-staged": "^8.1.0",
6868
"lodash.camelcase": "^4.3.0",
6969
"lodash.has": "^4.5.2",
7070
"lodash.omit": "^4.5.0",
7171
"mkdirp": "^0.5.1",
7272
"prettier": "^1.15.3",
73-
"read-pkg-up": "^4.0.0",
73+
"read-pkg-up": "^5.0.0",
7474
"resolve": "^1.6.0",
7575
"rimraf": "^2.6.2",
76-
"rollup": "^1.6.0",
76+
"rollup": "^1.7.3",
7777
"rollup-plugin-babel": "^4.0.0",
78-
"rollup-plugin-commonjs": "^9.2.0",
79-
"rollup-plugin-json": "^3.1.0",
78+
"rollup-plugin-commonjs": "^9.2.2",
79+
"rollup-plugin-json": "^4.0.0",
8080
"rollup-plugin-node-builtins": "^2.1.2",
8181
"rollup-plugin-node-globals": "^1.4.0",
8282
"rollup-plugin-node-resolve": "^4.0.1",
83-
"rollup-plugin-replace": "^2.1.0",
83+
"rollup-plugin-replace": "^2.1.1",
8484
"rollup-plugin-size-snapshot": "^0.8.0",
8585
"rollup-plugin-terser": "^4.0.4",
8686
"semver": "^5.6.0",

0 commit comments

Comments
 (0)