|
34 | 34 | "author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)", |
35 | 35 | "license": "MIT", |
36 | 36 | "dependencies": { |
37 | | - "@babel/cli": "^7.4.4", |
38 | | - "@babel/core": "^7.4.4", |
39 | | - "@babel/plugin-proposal-class-properties": "^7.4.4", |
40 | | - "@babel/plugin-transform-modules-commonjs": "^7.4.4", |
41 | | - "@babel/plugin-transform-runtime": "^7.4.4", |
42 | | - "@babel/preset-env": "^7.4.4", |
| 37 | + "@babel/cli": "^7.5.0", |
| 38 | + "@babel/core": "^7.5.4", |
| 39 | + "@babel/plugin-proposal-class-properties": "^7.5.0", |
| 40 | + "@babel/plugin-transform-modules-commonjs": "^7.5.0", |
| 41 | + "@babel/plugin-transform-runtime": "^7.5.0", |
| 42 | + "@babel/preset-env": "^7.5.4", |
43 | 43 | "@babel/preset-flow": "^7.0.0", |
44 | 44 | "@babel/preset-react": "^7.0.0", |
45 | | - "@babel/runtime": "^7.4.4", |
| 45 | + "@babel/runtime": "^7.5.4", |
46 | 46 | "arrify": "^2.0.1", |
47 | 47 | "babel-core": "^7.0.0-0", |
48 | 48 | "babel-jest": "^24.8.0", |
49 | | - "babel-plugin-macros": "^2.5.1", |
| 49 | + "babel-plugin-macros": "^2.6.1", |
50 | 50 | "babel-plugin-minify-dead-code-elimination": "^0.5.0", |
51 | 51 | "babel-plugin-module-resolver": "^3.1.1", |
52 | 52 | "babel-plugin-transform-inline-environment-variables": "^0.4.0", |
53 | 53 | "babel-plugin-transform-react-remove-prop-types": "^0.4.21", |
54 | | - "browserslist": "^4.6.0", |
55 | | - "concurrently": "^4.1.0", |
| 54 | + "browserslist": "^4.6.4", |
| 55 | + "concurrently": "^4.1.1", |
56 | 56 | "cross-env": "^5.1.4", |
57 | 57 | "cross-spawn": "^6.0.5", |
58 | 58 | "doctoc": "^1.4.0", |
59 | | - "eslint": "^5.16.0", |
60 | | - "eslint-config-kentcdodds": "^14.3.2", |
61 | | - "eslint-config-prettier": "^4.2.0", |
| 59 | + "eslint": "^6.0.1", |
| 60 | + "eslint-config-kentcdodds": "^14.3.3", |
| 61 | + "eslint-config-prettier": "^6.0.0", |
62 | 62 | "glob": "^7.1.4", |
63 | | - "husky": "^2.3.0", |
| 63 | + "husky": "^3.0.0", |
64 | 64 | "is-ci": "^2.0.0", |
65 | 65 | "jest": "^24.8.0", |
66 | 66 | "jest-watch-typeahead": "^0.3.1", |
67 | | - "lint-staged": "^8.1.6", |
| 67 | + "lint-staged": "^9.2.0", |
68 | 68 | "lodash.camelcase": "^4.3.0", |
69 | 69 | "lodash.has": "^4.5.2", |
70 | 70 | "lodash.omit": "^4.5.0", |
71 | 71 | "mkdirp": "^0.5.1", |
72 | | - "prettier": "^1.17.1", |
| 72 | + "prettier": "^1.18.2", |
73 | 73 | "read-pkg-up": "^6.0.0", |
74 | | - "resolve": "^1.10.1", |
| 74 | + "resolve": "^1.11.1", |
75 | 75 | "rimraf": "^2.6.2", |
76 | | - "rollup": "^1.11.3", |
77 | | - "rollup-plugin-babel": "^4.0.0", |
78 | | - "rollup-plugin-commonjs": "^9.3.4", |
| 76 | + "rollup": "^1.16.7", |
| 77 | + "rollup-plugin-babel": "^4.3.3", |
| 78 | + "rollup-plugin-commonjs": "^10.0.1", |
79 | 79 | "rollup-plugin-json": "^4.0.0", |
80 | 80 | "rollup-plugin-node-builtins": "^2.1.2", |
81 | 81 | "rollup-plugin-node-globals": "^1.4.0", |
82 | | - "rollup-plugin-node-resolve": "^4.2.4", |
| 82 | + "rollup-plugin-node-resolve": "^5.2.0", |
83 | 83 | "rollup-plugin-replace": "^2.2.0", |
84 | | - "rollup-plugin-size-snapshot": "^0.8.0", |
85 | | - "rollup-plugin-terser": "^4.0.4", |
86 | | - "semver": "^6.0.0", |
| 84 | + "rollup-plugin-size-snapshot": "^0.9.0", |
| 85 | + "rollup-plugin-terser": "^5.1.1", |
| 86 | + "semver": "^6.2.0", |
87 | 87 | "which": "^1.3.0", |
88 | | - "yargs-parser": "^13.1.0" |
| 88 | + "yargs-parser": "^13.1.1" |
89 | 89 | }, |
90 | 90 | "eslintConfig": { |
91 | 91 | "extends": [ |
|
0 commit comments