|
16 | 16 | "type-coverage": "type-coverage --cache --ignore-catch --detail --ignore-files *.d.ts --strict" |
17 | 17 | }, |
18 | 18 | "devDependencies": { |
19 | | - "@1stg/babel-preset": "^0.4.2", |
20 | | - "@1stg/eslint-config": "^0.2.1", |
21 | | - "@1stg/husky-config": "^0.1.0", |
22 | | - "@1stg/lint-staged": "^0.2.0", |
23 | | - "@1stg/prettier-config": "^0.1.0", |
24 | | - "@1stg/tsconfig": "^0.1.0", |
| 19 | + "@1stg/babel-preset": "^0.5.0", |
| 20 | + "@1stg/eslint-config": "^0.6.0", |
| 21 | + "@1stg/husky-config": "^0.3.0", |
| 22 | + "@1stg/lint-staged": "^0.5.0", |
| 23 | + "@1stg/prettier-config": "^0.2.0", |
| 24 | + "@1stg/tsconfig": "^0.3.0", |
25 | 25 | "@babel/core": "^7.5.5", |
| 26 | + "@commitlint/cli": "^8.1.0", |
26 | 27 | "@commitlint/config-conventional": "^8.1.0", |
27 | 28 | "@types/cosmiconfig": "^5.0.3", |
28 | | - "@types/eslint": "^6.1.0", |
| 29 | + "@types/eslint": "^6.1.1", |
29 | 30 | "@types/jest": "^24.0.18", |
30 | | - "@types/node": "^12.7.2", |
| 31 | + "@types/node": "^12.7.3", |
31 | 32 | "@types/react": "^16.9.2", |
32 | | - "@types/rebass": "^3.0.4", |
| 33 | + "@types/rebass": "^4.0.0", |
33 | 34 | "@types/unist": "^2.0.3", |
34 | 35 | "babel-eslint": "^11.0.0-beta.0", |
35 | | - "commitlint": "^8.1.0", |
36 | | - "eslint": "^6.2.1", |
| 36 | + "eslint": "^6.3.0", |
37 | 37 | "eslint-formatter-friendly": "^7.0.0", |
38 | 38 | "eslint-mdx": "link:packages/eslint-mdx/src", |
39 | 39 | "eslint-plugin-mdx": "link:packages/eslint-plugin-mdx/src", |
|
42 | 42 | "jest": "^24.9.0", |
43 | 43 | "lerna": "^3.16.4", |
44 | 44 | "lerna-changelog": "^0.8.2", |
45 | | - "lint-staged": "^9.2.3", |
| 45 | + "lint-staged": "^9.2.5", |
46 | 46 | "prettier": "1.18.2", |
47 | 47 | "react": "^16.9.0", |
48 | 48 | "remark-preset-lint-markdown-style-guide": "^2.1.3", |
49 | 49 | "remark-preset-lint-recommended": "^3.0.3", |
50 | 50 | "ts-jest": "^24.0.2", |
51 | 51 | "ts-node": "^8.3.0", |
52 | 52 | "type-coverage": "^2.2.0", |
53 | | - "typescript": "^3.5.3" |
| 53 | + "typescript": "^3.6.2" |
54 | 54 | }, |
55 | 55 | "commitlint": { |
56 | 56 | "extends": [ |
|
0 commit comments