Skip to content

Commit be7ec07

Browse files
committed
update packages
1 parent a86793b commit be7ec07

File tree

3 files changed

+1686
-4874
lines changed

3 files changed

+1686
-4874
lines changed

.husky/prepare-commit-msg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exec < /dev/tty && git cz --hook || true

package.json

Lines changed: 20 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -47,33 +47,33 @@
4747
"@babel/core": "^7.27.1",
4848
"@babel/preset-env": "^7.27.2",
4949
"@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",
5555
"commitizen": "^4.3.1",
56-
"concurrently": "^5.3.0",
56+
"concurrently": "^9.1.2",
5757
"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",
6060
"eslint-plugin-import": "^2.31.0",
6161
"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",
6666
"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"
7272
},
7373
"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"
7777
},
7878
"browserslist": [
7979
"defaults",
@@ -95,11 +95,6 @@
9595
"path": "./node_modules/cz-conventional-changelog"
9696
}
9797
},
98-
"husky": {
99-
"hooks": {
100-
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
101-
}
102-
},
10398
"release": {
10499
"branches": [
105100
"master"

0 commit comments

Comments
 (0)