|
16 | 16 | "index.d.ts"
|
17 | 17 | ],
|
18 | 18 | "dependencies": {
|
19 |
| - "@babel/runtime": "^7.11.2", |
| 19 | + "@babel/runtime": "^7.12.5", |
20 | 20 | "invariant": "^2.2.4",
|
21 | 21 | "prop-types": "^15.7.2",
|
22 | 22 | "react-fast-compare": "^3.2.0",
|
23 | 23 | "shallowequal": "^1.1.0"
|
24 | 24 | },
|
25 | 25 | "devDependencies": {
|
26 |
| - "@babel/cli": "7.11.6", |
27 |
| - "@babel/core": "7.11.6", |
| 26 | + "@babel/cli": "7.12.1", |
| 27 | + "@babel/core": "7.12.3", |
| 28 | + "@babel/eslint-parser": "7.12.1", |
| 29 | + "@babel/eslint-plugin": "7.12.1", |
28 | 30 | "@commitlint/cli": "11.0.0",
|
29 | 31 | "@commitlint/config-conventional": "11.0.0",
|
30 | 32 | "babel-eslint": "10.1.0",
|
31 |
| - "babel-preset-kyt-react": "1.0.5", |
| 33 | + "babel-preset-kyt-react": "1.1.3", |
32 | 34 | "enzyme": "3.11.0",
|
33 |
| - "enzyme-adapter-react-16": "1.15.4", |
34 |
| - "enzyme-to-json": "3.5.0", |
35 |
| - "eslint": "7.9.0", |
36 |
| - "eslint-config-airbnb": "18.2.0", |
37 |
| - "eslint-config-kyt": "1.0.8", |
38 |
| - "eslint-config-prettier": "6.11.0", |
39 |
| - "eslint-plugin-import": "2.22.0", |
40 |
| - "eslint-plugin-jest": "24.0.1", |
| 35 | + "enzyme-adapter-react-16": "1.15.5", |
| 36 | + "enzyme-to-json": "3.6.1", |
| 37 | + "eslint": "7.13.0", |
| 38 | + "eslint-config-airbnb": "18.2.1", |
| 39 | + "eslint-config-kyt": "1.3.5", |
| 40 | + "eslint-config-prettier": "6.15.0", |
| 41 | + "eslint-plugin-import": "2.22.1", |
| 42 | + "eslint-plugin-jest": "24.1.3", |
41 | 43 | "eslint-plugin-jest-formatting": "2.0.0",
|
42 | 44 | "eslint-plugin-json": "2.1.2",
|
43 |
| - "eslint-plugin-jsx-a11y": "6.3.1", |
| 45 | + "eslint-plugin-jsx-a11y": "6.4.1", |
44 | 46 | "eslint-plugin-prettier": "3.1.4",
|
45 |
| - "eslint-plugin-react": "7.20.6", |
46 |
| - "eslint-plugin-react-hooks": "4.1.2", |
| 47 | + "eslint-plugin-react": "7.21.5", |
| 48 | + "eslint-plugin-react-hooks": "4.2.0", |
47 | 49 | "husky": "4.3.0",
|
48 |
| - "jest": "26.4.2", |
| 50 | + "jest": "26.6.3", |
49 | 51 | "jsdom": "16.4.0",
|
50 |
| - "microbundle": "0.12.3", |
51 |
| - "prettier": "2.1.1", |
| 52 | + "microbundle": "0.12.4", |
| 53 | + "prettier": "2.1.2", |
52 | 54 | "raf": "3.4.1",
|
53 |
| - "react": "16.13.1", |
54 |
| - "react-dom": "16.13.1", |
| 55 | + "react": "16.14.0", |
| 56 | + "react-dom": "16.14.0", |
55 | 57 | "rimraf": "3.0.2"
|
56 | 58 | },
|
57 | 59 | "peerDependencies": {
|
|
0 commit comments