|
30 | 30 | "prepublishOnly": "yarn run bootstrap && yarn run build" |
31 | 31 | }, |
32 | 32 | "dependencies": { |
33 | | - "@commitlint/cli": "^16.2.1", |
34 | | - "@commitlint/config-conventional": "^16.2.1", |
| 33 | + "@commitlint/cli": "^17.0.3", |
| 34 | + "@commitlint/config-conventional": "^17.0.3", |
35 | 35 | "@spotify/eslint-config": "^13.0.1", |
36 | 36 | "@spotify/prettier-config": "^13.0.1", |
37 | 37 | "@spotify/tsconfig": "^13.0.1", |
38 | 38 | "@spotify/web-scripts-utils": "^13.0.1", |
39 | 39 | "@types/cross-spawn": "^6.0.0", |
40 | 40 | "@types/debug": "^4.1.2", |
41 | | - "@types/jest": "^27.0.1", |
42 | | - "@types/react": "^17.0.24", |
43 | | - "@types/react-dom": "^17.0.5", |
| 41 | + "@types/jest": "^28.1.4", |
| 42 | + "@types/react": "^18.0.15", |
| 43 | + "@types/react-dom": "^18.0.6", |
44 | 44 | "commander": "^6.1.0", |
45 | 45 | "commitizen": "^4.2.3", |
46 | 46 | "cross-spawn-promise": "^0.10.1", |
47 | 47 | "cz-conventional-changelog": "^3.0.2", |
48 | 48 | "debug": "^4.1.1", |
49 | 49 | "eslint": "^8.10.0", |
50 | | - "jest": "^27.0.1", |
51 | | - "jest-junit": "^13.0.0", |
52 | | - "lint-staged": "^12.3.4", |
| 50 | + "jest": "^28.1.2", |
| 51 | + "jest-junit": "^14.0.0", |
| 52 | + "lint-staged": "^13.0.3", |
53 | 53 | "prettier": "^2.2.1", |
54 | 54 | "semantic-release": "^19.0.2", |
55 | | - "ts-jest": "^27.0.1", |
| 55 | + "ts-jest": "^28.0.5", |
56 | 56 | "typescript": "^4.2.3" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
|
0 commit comments