|
47 | 47 | "@babel/core": "^7.27.1",
|
48 | 48 | "@babel/preset-env": "^7.27.2",
|
49 | 49 | "@babel/preset-typescript": "^7.27.1",
|
50 |
| - "@types/jest": "^26.0.24", |
51 |
| - "@typescript-eslint/eslint-plugin": "^3.10.1", |
52 |
| - "@typescript-eslint/parser": "^3.10.1", |
53 |
| - "babel-jest": "^26.6.3", |
54 |
| - "babel-loader": "^8.4.1", |
| 50 | + "@types/jest": "^29.5.14", |
| 51 | + "@typescript-eslint/eslint-plugin": "^8.32.1", |
| 52 | + "@typescript-eslint/parser": "^8.32.1", |
| 53 | + "babel-jest": "^29.7.0", |
| 54 | + "babel-loader": "^10.0.0", |
55 | 55 | "commitizen": "^4.3.1",
|
56 |
| - "concurrently": "^5.3.0", |
| 56 | + "concurrently": "^9.1.2", |
57 | 57 | "cz-conventional-changelog": "3.3.0",
|
58 |
| - "eslint": "^7.32.0", |
59 |
| - "eslint-config-prettier": "^6.15.0", |
| 58 | + "eslint": "^8.57.1", |
| 59 | + "eslint-config-prettier": "^10.1.5", |
60 | 60 | "eslint-plugin-import": "^2.31.0",
|
61 | 61 | "eslint-plugin-prefer-arrow": "^1.2.3",
|
62 |
| - "husky": "^4.3.8", |
63 |
| - "jest": "^26.6.3", |
64 |
| - "prettier": "^2.8.8", |
65 |
| - "rimraf": "^3.0.2", |
| 62 | + "husky": "^9.1.7", |
| 63 | + "jest": "^29.7.0", |
| 64 | + "prettier": "^3.5.3", |
| 65 | + "rimraf": "^6.0.1", |
66 | 66 | "semantic-release": "^24.2.4",
|
67 |
| - "ts-jest": "^26.5.6", |
68 |
| - "typescript": "^3.9.10", |
69 |
| - "webpack": "^4.47.0", |
70 |
| - "webpack-bundle-analyzer": "^3.9.0", |
71 |
| - "webpack-cli": "^3.3.12" |
| 67 | + "ts-jest": "^29.3.4", |
| 68 | + "typescript": "^5.8.3", |
| 69 | + "webpack": "^5.99.9", |
| 70 | + "webpack-bundle-analyzer": "^4.10.2", |
| 71 | + "webpack-cli": "^6.0.1" |
72 | 72 | },
|
73 | 73 | "dependencies": {
|
74 |
| - "core-js": "3.32.0", |
75 |
| - "regenerator-runtime": "^0.13.11", |
76 |
| - "uuid": "^8.3.2" |
| 74 | + "core-js": "3.42.0", |
| 75 | + "regenerator-runtime": "^0.14.1", |
| 76 | + "uuid": "^11.1.0" |
77 | 77 | },
|
78 | 78 | "browserslist": [
|
79 | 79 | "defaults",
|
|
95 | 95 | "path": "./node_modules/cz-conventional-changelog"
|
96 | 96 | }
|
97 | 97 | },
|
98 |
| - "husky": { |
99 |
| - "hooks": { |
100 |
| - "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true" |
101 |
| - } |
102 |
| - }, |
103 | 98 | "release": {
|
104 | 99 | "branches": [
|
105 | 100 | "master"
|
|
0 commit comments