|
10 | 10 | },
|
11 | 11 | "description": "Flowtype linting rules for ESLint.",
|
12 | 12 | "devDependencies": {
|
13 |
| - "@babel/cli": "^7.15.4", |
14 |
| - "@babel/core": "^7.15.5", |
| 13 | + "@babel/cli": "^7.15.7", |
| 14 | + "@babel/core": "^7.15.8", |
15 | 15 | "@babel/eslint-parser": "^7.15.8",
|
16 |
| - "@babel/node": "^7.15.4", |
| 16 | + "@babel/node": "^7.15.8", |
17 | 17 | "@babel/plugin-proposal-object-rest-spread": "^7.15.6",
|
18 | 18 | "@babel/plugin-syntax-flow": "^7.14.5",
|
19 | 19 | "@babel/plugin-transform-react-jsx": "^7.14.9",
|
20 |
| - "@babel/preset-env": "^7.15.6", |
| 20 | + "@babel/preset-env": "^7.15.8", |
21 | 21 | "@babel/register": "^7.15.3",
|
22 | 22 | "ajv": "^8.6.3",
|
23 | 23 | "babel-plugin-add-module-exports": "^1.0.4",
|
24 | 24 | "chai": "^4.3.4",
|
25 | 25 | "eclint": "^2.8.1",
|
26 | 26 | "eslint": "^8.1.0",
|
27 |
| - "eslint-config-canonical": "^27.0.1", |
| 27 | + "eslint-config-canonical": "^32.0.1", |
28 | 28 | "eslint-plugin-eslint-plugin": "^4.0.1",
|
29 | 29 | "gitdown": "^3.1.4",
|
30 |
| - "glob": "^7.1.7", |
31 |
| - "husky": "^7.0.2", |
| 30 | + "glob": "^7.2.0", |
| 31 | + "husky": "^7.0.4", |
32 | 32 | "jsonlint": "^1.6.3",
|
33 |
| - "mocha": "^9.1.1", |
| 33 | + "mocha": "^9.1.3", |
34 | 34 | "rimraf": "^3.0.2",
|
35 |
| - "semantic-release": "^17.4.7" |
| 35 | + "semantic-release": "^18.0.0" |
36 | 36 | },
|
37 | 37 | "engines": {
|
38 | 38 | "node": ">=12.0.0"
|
|
0 commit comments