|
48 | 48 | "testEnvironment": "node"
|
49 | 49 | },
|
50 | 50 | "dependencies": {
|
51 |
| - "@jest/reporters": "^26.0.1" |
| 51 | + "@jest/reporters": "^27.0.0" |
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
54 | 54 | "@commitlint/cli": "^8.2.0",
|
55 | 55 | "@commitlint/config-conventional": "^8.2.0",
|
56 |
| - "@jest/test-result": "^26.0.1", |
57 |
| - "@jest/types": "^26.0.1", |
| 56 | + "@jest/test-result": "^27.0.0", |
| 57 | + "@jest/types": "^27.0.0", |
58 | 58 | "@semantic-release/changelog": "^5.0.1",
|
59 | 59 | "@semantic-release/git": "^9.0.0",
|
60 |
| - "@types/jest": "^25.2.3", |
| 60 | + "@types/jest": "^27.0.0", |
61 | 61 | "@types/node": "^14.0.5",
|
62 | 62 | "@types/react": "^16.9.11",
|
63 | 63 | "@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
74 | 74 | "eslint-plugin-react-hooks": "^4.0.2",
|
75 | 75 | "husky": "^4.2.5",
|
76 | 76 | "ink": "^2.5.0",
|
77 |
| - "jest": "^26.0.1", |
78 |
| - "jest-util": "^26.0.1", |
| 77 | + "jest": "^27.0.0", |
| 78 | + "jest-util": "^27.0.0", |
79 | 79 | "lint-staged": "^10.2.6",
|
80 | 80 | "patch-package": "^6.2.2",
|
81 | 81 | "prettier": "^2.0.5",
|
82 | 82 | "react": "^16.11.0",
|
83 | 83 | "semantic-release": "^17.0.7",
|
84 | 84 | "slash": "^3.0.0",
|
85 |
| - "ts-jest": "^26.0.0", |
| 85 | + "ts-jest": "^27.0.0", |
86 | 86 | "typescript": "^3.7.2"
|
87 | 87 | },
|
88 | 88 | "peerDependencies": {
|
89 |
| - "jest": "^24.9.0 || ^25.1.0 || ^26.0.0" |
| 89 | + "jest": "^27.0.0" |
90 | 90 | },
|
91 | 91 | "engines": {
|
92 | 92 | "node": ">=10"
|
|
0 commit comments