|
11 | 11 | ], |
12 | 12 | "scripts": { |
13 | 13 | "build": "run-p build:*", |
14 | | - "build:bundle": "r", |
| 14 | + "build:r": "r", |
15 | 15 | "build:ts": "tsc -b", |
16 | 16 | "lint": "run-p lint:*", |
17 | 17 | "lint:es": "eslint . --ext js,md,ts -f friendly", |
18 | 18 | "lint:ts": "tslint -p . -t stylish", |
19 | | - "lint:tsc": "tsc", |
| 19 | + "lint:tsc": "tsc --noEmit", |
20 | 20 | "test": "ts-node --skip-ignore node_modules/.bin/jest", |
21 | | - "type-coverage": "type-coverage --cache --ignore-catch --detail --ignore-files *.d.ts --strict" |
| 21 | + "type-coverage": "type-coverage --cache --detail --ignore-catch --ignore-files *.d.ts --strict" |
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | | - "@1stg/babel-preset": "^0.7.0", |
| 24 | + "@1stg/babel-preset": "^0.7.4", |
25 | 25 | "@1stg/commitlint-config": "^0.1.0", |
26 | | - "@1stg/eslint-config": "^0.12.12", |
27 | | - "@1stg/husky-config": "^0.3.0", |
28 | | - "@1stg/lint-staged": "^0.7.4", |
29 | | - "@1stg/prettier-config": "^0.2.0", |
30 | | - "@1stg/remark-config": "^0.2.1", |
31 | | - "@1stg/rollup-config": "^0.9.6", |
32 | | - "@1stg/tsconfig": "^0.5.4", |
33 | | - "@1stg/tslint-config": "^0.3.4", |
34 | | - "@babel/core": "^7.6.0", |
| 26 | + "@1stg/eslint-config": "^0.12.20", |
| 27 | + "@1stg/husky-config": "^0.3.1", |
| 28 | + "@1stg/lint-staged": "^0.8.6", |
| 29 | + "@1stg/prettier-config": "^0.4.2", |
| 30 | + "@1stg/remark-config": "^0.2.2", |
| 31 | + "@1stg/tsconfig": "^0.6.0", |
| 32 | + "@1stg/tslint-config": "^0.4.3", |
| 33 | + "@babel/core": "^7.6.2", |
35 | 34 | "@commitlint/cli": "^8.2.0", |
| 35 | + "@pkgr/rollup": "^0.2.4", |
36 | 36 | "@types/cosmiconfig": "^5.0.3", |
37 | | - "@types/eslint": "^6.1.1", |
| 37 | + "@types/eslint": "^6.1.2", |
38 | 38 | "@types/jest": "^24.0.18", |
39 | | - "@types/node": "^12.7.5", |
40 | | - "@types/react": "^16.9.2", |
41 | | - "@types/rebass": "^4.0.0", |
| 39 | + "@types/node": "^12.7.11", |
| 40 | + "@types/react": "^16.9.5", |
| 41 | + "@types/rebass": "^4.0.1", |
42 | 42 | "@types/unist": "^2.0.3", |
43 | | - "eslint": "^6.4.0", |
| 43 | + "eslint": "^6.5.1", |
44 | 44 | "eslint-mdx": "link:packages/eslint-mdx/src", |
45 | 45 | "eslint-plugin-mdx": "link:packages/eslint-plugin-mdx/src", |
46 | | - "husky": "^3.0.5", |
| 46 | + "husky": "^3.0.8", |
47 | 47 | "jest": "^24.9.0", |
48 | 48 | "lerna": "^3.16.4", |
49 | 49 | "lerna-changelog": "^0.8.2", |
50 | | - "lint-staged": "^9.3.0", |
| 50 | + "lint-staged": "^9.4.1", |
51 | 51 | "npm-run-all": "^4.1.5", |
52 | 52 | "prettier": "1.18.2", |
53 | | - "prettier-plugin-pkg": "^0.3.0", |
54 | | - "react": "^16.9.0", |
55 | | - "rollup": "^1.21.4", |
| 53 | + "react": "^16.10.2", |
| 54 | + "rollup": "^1.23.1", |
56 | 55 | "ts-jest": "^24.1.0", |
57 | 56 | "ts-node": "^8.4.1", |
58 | 57 | "tslint": "^5.20.0", |
|
66 | 65 | }, |
67 | 66 | "eslintIgnore": [ |
68 | 67 | "**/fixtures/**", |
69 | | - "CHANGELOG.md", |
70 | 68 | "coverage", |
71 | | - "lib" |
| 69 | + "lib", |
| 70 | + "CHANGELOG.md", |
| 71 | + "!/*.js" |
72 | 72 | ], |
73 | 73 | "jest": { |
74 | 74 | "collectCoverage": true, |
|
0 commit comments