|
8 | 8 | "scripts": {
|
9 | 9 | "ci": "yarn install --frozen-lockfile && yarn lint && yarn declaration:build && yarn checkjs && yarn test",
|
10 | 10 | "lint": "eslint .",
|
11 |
| - "checkjs": "tsc", |
| 11 | + "checkjs": "tsc && tsc -p ./__tests__/tsconfig.json", |
12 | 12 | "test": "jest ./__tests__",
|
13 | 13 | "declaration:build": "tsc -p ./declaration.tsconfig.json",
|
14 | 14 | "prepublishOnly": "yarn declaration:build && yarn checkjs"
|
|
57 | 57 | "@semantic-release/git": "^9.0.0",
|
58 | 58 | "@semantic-release/github": "^7.0.7",
|
59 | 59 | "@semantic-release/npm": "^7.0.5",
|
60 |
| - "@types/base64-js": "^1.3.0", |
61 |
| - "@types/jest": "^26.0.10", |
| 60 | + "@types/events": "^3.0.0", |
| 61 | + "@types/jest": "^26.0.19", |
62 | 62 | "@types/react-native": "^0.63.10",
|
63 | 63 | "babel-eslint": "^10.0.3",
|
64 | 64 | "babel-jest": "^24.9.0",
|
65 |
| - "eslint": "^6.8.0", |
66 |
| - "eslint-config-prettier": "^6.9.0", |
67 |
| - "eslint-plugin-jest": "^23.4.0", |
68 |
| - "eslint-plugin-prettier": "^3.1.2", |
69 |
| - "jest": "^24.9.0", |
70 |
| - "prettier": "^1.19.1", |
| 65 | + "eslint": "^7.16.0", |
| 66 | + "eslint-config-prettier": "^7.1.0", |
| 67 | + "eslint-plugin-jest": "^24.1.3", |
| 68 | + "eslint-plugin-prettier": "^3.3.0", |
| 69 | + "jest": "^26.6.3", |
| 70 | + "prettier": "^2.2.1", |
71 | 71 | "react-native": "^0.61.5",
|
72 | 72 | "semantic-release": "^17.1.1",
|
73 |
| - "typescript": "^4.0.2" |
| 73 | + "typescript": "^4.1.3" |
74 | 74 | }
|
75 | 75 | }
|
0 commit comments