|
38 | 38 | "test": "yarn jest --watch", |
39 | 39 | "coverage": "yarn test --coverage --watchAll=false", |
40 | 40 | "coverage-preview": "http-server -o -p 5000 coverage/lcov-report", |
41 | | - "type-check": "tsc --noEmit --skipLibCheck", |
42 | | - "verify": "yarn type-check && yarn lint && yarn build && yarn coverage" |
| 41 | + "typecheck": "tsc --noEmit --skipLibCheck", |
| 42 | + "verify": "yarn typecheck && yarn lint && yarn build && yarn coverage" |
43 | 43 | }, |
44 | 44 | "dependencies": { |
45 | | - "@typescript-eslint/experimental-utils": "^2.32.0", |
46 | | - "json-schema": "^0.2.5", |
| 45 | + "@typescript-eslint/experimental-utils": "^4.29.2", |
| 46 | + "json-schema": "^0.3.0", |
47 | 47 | "natural-compare-lite": "^1.4.0" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "@babel/cli": "~7.8.4", |
51 | | - "@babel/core": "~7.9.6", |
52 | | - "@babel/preset-env": "~7.9.6", |
53 | | - "@babel/preset-typescript": "~7.9.0", |
| 50 | + "@babel/cli": "~7.14.8", |
| 51 | + "@babel/core": "~7.15.0", |
| 52 | + "@babel/preset-env": "~7.15.0", |
| 53 | + "@babel/preset-typescript": "~7.15.0", |
54 | 54 | "@infctr/eslint-docs": "~0.4.0", |
55 | 55 | "@rollup/plugin-commonjs": "~12.0.0", |
56 | 56 | "@rollup/plugin-json": "~4.0.3", |
57 | 57 | "@rollup/plugin-node-resolve": "~8.0.0", |
58 | 58 | "@rollup/plugin-typescript": "~4.1.2", |
59 | 59 | "@types/babel__core": "~7.1.7", |
60 | 60 | "@types/babel__preset-env": "~7.9.0", |
61 | | - "@types/eslint": "~6.8.1", |
62 | | - "@types/eslint-plugin-prettier": "~3.1.0", |
63 | | - "@types/http-server": "~0.10.0", |
| 61 | + "@types/eslint": "~7.28.0", |
64 | 62 | "@types/jest": "~25.2.3", |
65 | 63 | "@types/natural-compare-lite": "~1.4.0", |
66 | | - "@types/prettier": "~2.0.0", |
67 | | - "@types/rimraf": "~3.0.0", |
68 | | - "@types/tmp": "~0.2.0", |
69 | | - "@typescript-eslint/eslint-plugin": "~3.5.0", |
70 | | - "@typescript-eslint/parser": "~3.5.0", |
| 64 | + "@types/rimraf": "~3.0.1", |
| 65 | + "@types/tmp": "~0.2.1", |
| 66 | + "@typescript-eslint/eslint-plugin": "~4.29.2", |
| 67 | + "@typescript-eslint/parser": "~4.29.2", |
71 | 68 | "babel-jest": "~26.6.3", |
72 | 69 | "babel-plugin-module-resolver": "~4.1.0", |
73 | | - "eslint": "~7.23.0", |
74 | | - "eslint-config-prettier": "~8.1.0", |
75 | | - "eslint-plugin-eslint-plugin": "~2.3.0", |
76 | | - "eslint-plugin-import": "~2.22.1", |
77 | | - "eslint-plugin-jest": "~24.3.2", |
78 | | - "eslint-plugin-prettier": "~3.3.1", |
79 | | - "http-server": "~0.12.3", |
| 70 | + "eslint": "~7.32.0", |
| 71 | + "eslint-config-prettier": "~8.3.0", |
| 72 | + "eslint-plugin-eslint-plugin": "~3.5.3", |
| 73 | + "eslint-plugin-import": "~2.24.0", |
| 74 | + "eslint-plugin-jest": "~24.4.0", |
| 75 | + "eslint-plugin-prettier": "~3.4.0", |
| 76 | + "http-server": "~13.0.0", |
80 | 77 | "husky": "~4.2.5", |
81 | 78 | "jest": "~26.6.3", |
82 | 79 | "lint-staged": "~10.5.4", |
83 | | - "prettier": "~2.2.1", |
| 80 | + "prettier": "~2.3.2", |
84 | 81 | "rimraf": "~3.0.2", |
85 | 82 | "rollup": "~2.10.5", |
86 | 83 | "tmp": "~0.2.1", |
87 | 84 | "tsconfig": "~7.0.0", |
88 | | - "typescript": "~3.9.3" |
| 85 | + "typescript": "~4.3.5" |
89 | 86 | }, |
90 | 87 | "peerDependencies": { |
91 | 88 | "@typescript-eslint/parser": "^1 || ^2 || ^3 || ^4", |
|
0 commit comments