|
10 | 10 | "kcd-scripts": "dist/index.js" |
11 | 11 | }, |
12 | 12 | "scripts": { |
13 | | - "add-contributor": "node src contributors add", |
14 | 13 | "test": "node src test", |
15 | 14 | "test:update": "node src test --updateSnapshot", |
16 | 15 | "build": "node src build", |
|
41 | 40 | "@babel/plugin-transform-modules-commonjs": "^7.2.0", |
42 | 41 | "@babel/plugin-transform-runtime": "^7.2.0", |
43 | 42 | "@babel/preset-env": "^7.2.0", |
44 | | - "@babel/preset-react": "^7.0.0", |
45 | 43 | "@babel/preset-flow": "^7.0.0", |
| 44 | + "@babel/preset-react": "^7.0.0", |
46 | 45 | "@babel/runtime": "^7.2.0", |
47 | | - "all-contributors-cli": "^5.4.1", |
48 | 46 | "arrify": "^1.0.1", |
49 | 47 | "babel-core": "^7.0.0-0", |
50 | | - "babel-jest": "^23.6.0", |
| 48 | + "babel-jest": "^24.3.1", |
51 | 49 | "babel-plugin-macros": "^2.4.2", |
52 | 50 | "babel-plugin-minify-dead-code-elimination": "^0.5.0", |
53 | 51 | "babel-plugin-module-resolver": "^3.1.1", |
|
59 | 57 | "cross-spawn": "^6.0.5", |
60 | 58 | "doctoc": "^1.4.0", |
61 | 59 | "eslint": "^5.9.0", |
62 | | - "eslint-config-kentcdodds": "^14.0.4", |
63 | | - "eslint-config-prettier": "^3.3.0", |
| 60 | + "eslint-config-kentcdodds": "^14.3.0", |
| 61 | + "eslint-config-prettier": "^4.1.0", |
64 | 62 | "glob": "^7.1.2", |
65 | 63 | "husky": "^1.2.0", |
66 | 64 | "is-ci": "^2.0.0", |
67 | | - "jest": "^23.6.0", |
| 65 | + "jest": "^24.3.1", |
68 | 66 | "lint-staged": "^8.1.0", |
69 | 67 | "lodash.camelcase": "^4.3.0", |
70 | 68 | "lodash.has": "^4.5.2", |
|
74 | 72 | "read-pkg-up": "^4.0.0", |
75 | 73 | "resolve": "^1.6.0", |
76 | 74 | "rimraf": "^2.6.2", |
77 | | - "rollup": "^0.67.4", |
| 75 | + "rollup": "^1.5.0", |
78 | 76 | "rollup-plugin-babel": "^4.0.0", |
79 | 77 | "rollup-plugin-commonjs": "^9.2.0", |
80 | 78 | "rollup-plugin-json": "^3.1.0", |
81 | 79 | "rollup-plugin-node-builtins": "^2.1.2", |
82 | 80 | "rollup-plugin-node-globals": "^1.4.0", |
83 | | - "rollup-plugin-node-resolve": "^3.4.0", |
| 81 | + "rollup-plugin-node-resolve": "^4.0.1", |
84 | 82 | "rollup-plugin-replace": "^2.1.0", |
85 | | - "rollup-plugin-size-snapshot": "^0.7.0", |
86 | | - "rollup-plugin-terser": "^3.0.0", |
| 83 | + "rollup-plugin-size-snapshot": "^0.8.0", |
| 84 | + "rollup-plugin-terser": "^4.0.4", |
87 | 85 | "semver": "^5.6.0", |
88 | 86 | "which": "^1.3.0", |
89 | | - "yargs-parser": "^11.1.1" |
| 87 | + "yargs-parser": "^13.0.0" |
90 | 88 | }, |
91 | 89 | "eslintConfig": { |
92 | 90 | "extends": [ |
|
0 commit comments