|
30 | 30 | "jest": "jest --coverage __tests__/**/*"
|
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 |
| - "@babel/cli": "^7.11.6", |
34 |
| - "@babel/core": "^7.11.6", |
35 |
| - "@babel/plugin-transform-flow-strip-types": "^7.10.4", |
| 33 | + "@babel/cli": "^7.12.10", |
| 34 | + "@babel/core": "^7.12.10", |
| 35 | + "@babel/plugin-transform-flow-strip-types": "^7.12.10", |
36 | 36 | "babel-eslint": "^10.1.0",
|
37 | 37 | "babel-jest": "^24.9.0",
|
38 | 38 | "babel-preset-airbnb": "^5.0.0",
|
39 | 39 | "coveralls": "^3.1.0",
|
40 | 40 | "eslint": "^3 || ^4 || ^5 || ^6 || ^7",
|
41 |
| - "eslint-config-airbnb-base": "^14.2.0", |
| 41 | + "eslint-config-airbnb-base": "^14.2.1", |
42 | 42 | "eslint-plugin-flowtype": "^5.2.0",
|
43 | 43 | "eslint-plugin-import": "^2.22.1",
|
44 | 44 | "estraverse": "^5.2.0",
|
|
48 | 48 | "jest": "^24.9.0",
|
49 | 49 | "jscodeshift": "^0.7.0",
|
50 | 50 | "minimist": "^1.2.5",
|
51 |
| - "object.assign": "^4.1.1", |
| 51 | + "object.assign": "^4.1.2", |
52 | 52 | "rimraf": "^3.0.2",
|
53 | 53 | "safe-publish-latest": "^1.1.4",
|
54 | 54 | "to-ast": "^1.0.0"
|
|
58 | 58 | },
|
59 | 59 | "license": "MIT",
|
60 | 60 | "dependencies": {
|
61 |
| - "@babel/runtime": "^7.11.2", |
| 61 | + "@babel/runtime": "^7.12.5", |
62 | 62 | "aria-query": "^4.2.2",
|
63 |
| - "array-includes": "^3.1.1", |
| 63 | + "array-includes": "^3.1.2", |
64 | 64 | "ast-types-flow": "^0.0.7",
|
65 |
| - "axe-core": "^4.0.2", |
| 65 | + "axe-core": "^4.1.1", |
66 | 66 | "axobject-query": "^2.2.0",
|
67 | 67 | "damerau-levenshtein": "^1.0.6",
|
68 |
| - "emoji-regex": "^9.0.0", |
| 68 | + "emoji-regex": "^9.2.0", |
69 | 69 | "has": "^1.0.3",
|
70 |
| - "jsx-ast-utils": "^3.1.0", |
| 70 | + "jsx-ast-utils": "^3.2.0", |
71 | 71 | "language-tags": "^1.0.5"
|
72 | 72 | },
|
73 | 73 | "peerDependencies": {
|
|
0 commit comments