|
36 | 36 | "author": "Jamie Rolfs <[email protected]>",
|
37 | 37 | "license": "MIT",
|
38 | 38 | "dependencies": {
|
39 |
| - "@babel/cli": "^7.5.0", |
40 |
| - "@babel/core": "^7.5.4", |
| 39 | + "@babel/cli": "^7.6.2", |
| 40 | + "@babel/core": "^7.6.2", |
41 | 41 | "@babel/plugin-proposal-class-properties": "^7.5.0",
|
42 |
| - "@babel/plugin-transform-modules-commonjs": "^7.5.0", |
43 |
| - "@babel/plugin-transform-runtime": "^7.5.0", |
44 |
| - "@babel/preset-env": "^7.5.4", |
| 42 | + "@babel/plugin-transform-modules-commonjs": "^7.6.0", |
| 43 | + "@babel/plugin-transform-runtime": "^7.6.2", |
| 44 | + "@babel/preset-env": "^7.6.2", |
45 | 45 | "@babel/preset-flow": "^7.0.0",
|
46 | 46 | "@babel/preset-react": "^7.0.0",
|
47 |
| - "@babel/runtime": "^7.5.4", |
48 |
| - "@commitlint/config-conventional": "^8.1.0", |
49 |
| - "@commitlint/prompt": "^8.1.0", |
50 |
| - "@typescript-eslint/eslint-plugin": "^2.1.0", |
| 47 | + "@babel/runtime": "^7.6.2", |
| 48 | + "@commitlint/config-conventional": "^8.2.0", |
| 49 | + "@commitlint/prompt": "^8.2.0", |
| 50 | + "@typescript-eslint/eslint-plugin": "^2.3.2", |
51 | 51 | "arrify": "^2.0.1",
|
52 | 52 | "babel-core": "^7.0.0-0",
|
53 |
| - "babel-jest": "^24.8.0", |
| 53 | + "babel-jest": "^24.9.0", |
54 | 54 | "babel-plugin-macros": "^2.6.1",
|
55 | 55 | "babel-plugin-minify-dead-code-elimination": "^0.5.0",
|
56 | 56 | "babel-plugin-module-resolver": "^3.1.1",
|
|
62 | 62 | "cross-env": "^5.1.4",
|
63 | 63 | "cross-spawn": "^7.0.0",
|
64 | 64 | "doctoc": "^1.4.0",
|
65 |
| - "eslint": "^6.0.1", |
| 65 | + "eslint": "^6.5.1", |
66 | 66 | "eslint-config-airbnb-typescript": "^4.0.1",
|
67 | 67 | "eslint-config-kentcdodds": "^14.3.4",
|
68 | 68 | "eslint-config-prettier": "^6.0.0",
|
69 | 69 | "eslint-plugin-import": "^2.18.2",
|
70 | 70 | "eslint-plugin-jest": "^22.15.0",
|
71 | 71 | "eslint-plugin-jsx-a11y": "^6.2.3",
|
72 | 72 | "eslint-plugin-prettier": "^3.1.0",
|
73 |
| - "eslint-plugin-react": "^7.14.3", |
74 |
| - "eslint-plugin-react-hooks": "^2.0.1", |
| 73 | + "eslint-plugin-react": "^7.15.1", |
| 74 | + "eslint-plugin-react-hooks": "^2.1.2", |
75 | 75 | "glob": "^7.1.4",
|
76 |
| - "husky": "^3.0.0", |
| 76 | + "husky": "^3.0.8", |
77 | 77 | "is-ci": "^2.0.0",
|
78 |
| - "jest": "^24.8.0", |
| 78 | + "jest": "^24.9.0", |
79 | 79 | "jest-watch-typeahead": "^0.4.0",
|
80 |
| - "lint-staged": "^9.2.0", |
| 80 | + "lint-staged": "^9.4.1", |
81 | 81 | "lodash.camelcase": "^4.3.0",
|
82 | 82 | "lodash.has": "^4.5.2",
|
83 | 83 | "lodash.omit": "^4.5.0",
|
|
86 | 86 | "read-pkg-up": "^6.0.0",
|
87 | 87 | "resolve": "^1.11.1",
|
88 | 88 | "rimraf": "^3.0.0",
|
89 |
| - "rollup": "^1.16.7", |
| 89 | + "rollup": "^1.23.0", |
90 | 90 | "rollup-plugin-babel": "^4.3.3",
|
91 | 91 | "rollup-plugin-commonjs": "^10.0.1",
|
92 | 92 | "rollup-plugin-json": "^4.0.0",
|
|
95 | 95 | "rollup-plugin-node-resolve": "^5.2.0",
|
96 | 96 | "rollup-plugin-replace": "^2.2.0",
|
97 | 97 | "rollup-plugin-size-snapshot": "^0.10.0",
|
98 |
| - "rollup-plugin-terser": "^5.1.1", |
| 98 | + "rollup-plugin-terser": "^5.1.2", |
99 | 99 | "semver": "^6.2.0",
|
100 |
| - "typescript": "^3.5.3", |
| 100 | + "typescript": "^3.6.3", |
101 | 101 | "which": "^1.3.0",
|
102 | 102 | "yargs-parser": "^13.1.1"
|
103 | 103 | },
|
|
0 commit comments