|
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.5.0", |
20 | | - "@1stg/eslint-config": "^0.6.0", |
| 19 | + "@1stg/babel-preset": "^0.6.0", |
| 20 | + "@1stg/browserslist-config": "^0.2.1", |
| 21 | + "@1stg/eslint-config": "^0.9.0", |
21 | 22 | "@1stg/husky-config": "^0.3.0", |
22 | | - "@1stg/lint-staged": "^0.5.0", |
| 23 | + "@1stg/lint-staged": "^0.6.0", |
23 | 24 | "@1stg/prettier-config": "^0.2.0", |
24 | | - "@1stg/tsconfig": "^0.3.0", |
25 | | - "@babel/core": "^7.5.5", |
| 25 | + "@1stg/remark-config": "^0.2.0", |
| 26 | + "@1stg/tsconfig": "^0.5.0", |
| 27 | + "@babel/core": "^7.6.0", |
26 | 28 | "@commitlint/cli": "^8.1.0", |
27 | 29 | "@commitlint/config-conventional": "^8.1.0", |
28 | 30 | "@types/cosmiconfig": "^5.0.3", |
29 | 31 | "@types/eslint": "^6.1.1", |
30 | 32 | "@types/jest": "^24.0.18", |
31 | | - "@types/node": "^12.7.3", |
| 33 | + "@types/node": "^12.7.4", |
32 | 34 | "@types/react": "^16.9.2", |
33 | 35 | "@types/rebass": "^4.0.0", |
34 | 36 | "@types/unist": "^2.0.3", |
35 | 37 | "babel-eslint": "^11.0.0-beta.0", |
| 38 | + "browserslist": "^4.7.0", |
36 | 39 | "eslint": "^6.3.0", |
37 | 40 | "eslint-formatter-friendly": "^7.0.0", |
38 | 41 | "eslint-mdx": "link:packages/eslint-mdx/src", |
|
54 | 57 | "type-coverage": "^2.2.0", |
55 | 58 | "typescript": "^3.6.2" |
56 | 59 | }, |
| 60 | + "browserslist": [ |
| 61 | + "extends @1stg/browserslist-config/latest" |
| 62 | + ], |
57 | 63 | "commitlint": { |
58 | 64 | "extends": [ |
59 | 65 | "@commitlint/config-conventional" |
|
85 | 91 | "prettier": "@1stg/prettier-config", |
86 | 92 | "remarkConfig": { |
87 | 93 | "plugins": [ |
88 | | - "preset-lint-consistent", |
89 | | - "preset-lint-recommended", |
90 | | - "preset-lint-markdown-style-guide", |
91 | | - "preset-prettier" |
| 94 | + "@1stg/remark-config" |
92 | 95 | ] |
93 | 96 | }, |
94 | 97 | "renovate": { |
|
0 commit comments