|
30 | 30 | "prepublishOnly": "yarn run bootstrap && yarn run build"
|
31 | 31 | },
|
32 | 32 | "dependencies": {
|
33 |
| - "@commitlint/cli": "^17.4.2", |
34 |
| - "@commitlint/config-conventional": "^17.0.3", |
| 33 | + "@commitlint/cli": "^17.6.3", |
| 34 | + "@commitlint/config-conventional": "^17.6.3", |
35 | 35 | "@spotify/eslint-config": "^14.1.6",
|
36 |
| - "@spotify/prettier-config": "^13.0.1", |
37 |
| - "@spotify/tsconfig": "^13.0.1", |
| 36 | + "@spotify/prettier-config": "^14.1.6", |
| 37 | + "@spotify/tsconfig": "^14.1.6", |
38 | 38 | "@spotify/web-scripts-utils": "^14.1.6",
|
39 | 39 | "@types/cross-spawn": "^6.0.0",
|
40 | 40 | "@types/debug": "^4.1.2",
|
41 |
| - "@types/jest": "^28.1.4", |
42 |
| - "@types/react": "^18.0.15", |
43 |
| - "@types/react-dom": "^18.0.6", |
44 |
| - "commander": "^6.1.0", |
| 41 | + "@types/jest": "^29.5.1", |
| 42 | + "@types/react": "^18.2.6", |
| 43 | + "commander": "^10.0.1", |
45 | 44 | "commitizen": "^4.2.6",
|
46 | 45 | "cross-spawn-promise": "^0.10.1",
|
47 | 46 | "cz-conventional-changelog": "^3.3.0",
|
48 | 47 | "debug": "^4.1.1",
|
49 |
| - "eslint": "^8.10.0", |
50 |
| - "jest": "^28.1.2", |
51 |
| - "jest-junit": "^14.0.0", |
52 |
| - "lint-staged": "^13.0.3", |
53 |
| - "prettier": "^2.2.1", |
54 |
| - "semantic-release": "^19.0.3", |
55 |
| - "ts-jest": "^28.0.5", |
56 |
| - "typescript": "^4.5.0" |
| 48 | + "eslint": "^8.40.0", |
| 49 | + "jest": "^29.5.0", |
| 50 | + "jest-junit": "^16.0.0", |
| 51 | + "lint-staged": "^13.2.2", |
| 52 | + "prettier": "^2.8.8", |
| 53 | + "semantic-release": "^21.0.2", |
| 54 | + "ts-jest": "^29.1.0", |
| 55 | + "typescript": "^5.0.4" |
57 | 56 | },
|
58 | 57 | "devDependencies": {
|
59 | 58 | "@types/rimraf": "^3.0.0",
|
60 |
| - "@types/tempy": "^0.3.0", |
61 | 59 | "object.fromentries": "^2.0.0",
|
62 | 60 | "rimraf": "^3.0.0",
|
63 | 61 | "tempy": "^1.0.1"
|
|
0 commit comments