|
34 | 34 | "author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)", |
35 | 35 | "license": "MIT", |
36 | 36 | "dependencies": { |
37 | | - "@babel/cli": "^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", |
| 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", |
43 | 43 | "@babel/preset-flow": "^7.0.0", |
44 | 44 | "@babel/preset-react": "^7.0.0", |
45 | | - "@babel/runtime": "^7.4.2", |
46 | | - "arrify": "^1.0.1", |
| 45 | + "@babel/runtime": "^7.4.4", |
| 46 | + "arrify": "^2.0.1", |
47 | 47 | "babel-core": "^7.0.0-0", |
48 | | - "babel-jest": "^24.5.0", |
49 | | - "babel-plugin-macros": "^2.4.2", |
| 48 | + "babel-jest": "^24.8.0", |
| 49 | + "babel-plugin-macros": "^2.5.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.5.2", |
| 54 | + "browserslist": "^4.6.0", |
55 | 55 | "concurrently": "^4.1.0", |
56 | 56 | "cross-env": "^5.1.4", |
57 | 57 | "cross-spawn": "^6.0.5", |
58 | 58 | "doctoc": "^1.4.0", |
59 | | - "eslint": "^5.15.3", |
60 | | - "eslint-config-kentcdodds": "^14.3.1", |
61 | | - "eslint-config-prettier": "^4.1.0", |
62 | | - "glob": "^7.1.2", |
63 | | - "husky": "^1.2.0", |
| 59 | + "eslint": "^5.16.0", |
| 60 | + "eslint-config-kentcdodds": "^14.3.2", |
| 61 | + "eslint-config-prettier": "^4.2.0", |
| 62 | + "glob": "^7.1.4", |
| 63 | + "husky": "^2.3.0", |
64 | 64 | "is-ci": "^2.0.0", |
65 | | - "jest": "^24.5.0", |
66 | | - "jest-watch-typeahead": "^0.2.1", |
67 | | - "lint-staged": "^8.1.0", |
| 65 | + "jest": "^24.8.0", |
| 66 | + "jest-watch-typeahead": "^0.3.1", |
| 67 | + "lint-staged": "^8.1.6", |
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.15.3", |
73 | | - "read-pkg-up": "^5.0.0", |
74 | | - "resolve": "^1.6.0", |
| 72 | + "prettier": "^1.17.1", |
| 73 | + "read-pkg-up": "^6.0.0", |
| 74 | + "resolve": "^1.10.1", |
75 | 75 | "rimraf": "^2.6.2", |
76 | | - "rollup": "^1.7.3", |
| 76 | + "rollup": "^1.11.3", |
77 | 77 | "rollup-plugin-babel": "^4.0.0", |
78 | | - "rollup-plugin-commonjs": "^9.2.2", |
| 78 | + "rollup-plugin-commonjs": "^9.3.4", |
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.0.1", |
83 | | - "rollup-plugin-replace": "^2.1.1", |
| 82 | + "rollup-plugin-node-resolve": "^4.2.4", |
| 83 | + "rollup-plugin-replace": "^2.2.0", |
84 | 84 | "rollup-plugin-size-snapshot": "^0.8.0", |
85 | 85 | "rollup-plugin-terser": "^4.0.4", |
86 | | - "semver": "^5.6.0", |
| 86 | + "semver": "^6.0.0", |
87 | 87 | "which": "^1.3.0", |
88 | | - "yargs-parser": "^13.0.0" |
| 88 | + "yargs-parser": "^13.1.0" |
89 | 89 | }, |
90 | 90 | "eslintConfig": { |
91 | 91 | "extends": [ |
|
116 | 116 | "homepage": "https://github.com/kentcdodds/kcd-scripts#readme", |
117 | 117 | "devDependencies": { |
118 | 118 | "jest-in-case": "^1.0.2", |
119 | | - "slash": "^2.0.0" |
| 119 | + "slash": "^3.0.0" |
120 | 120 | } |
121 | 121 | } |
0 commit comments