Skip to content

Commit 5e586cd

Browse files
Update Development Dependencies
1 parent e9ac598 commit 5e586cd

File tree

2 files changed

+1571
-870
lines changed

2 files changed

+1571
-870
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"prepare": "husky install && yarn build"
2626
},
2727
"devDependencies": {
28-
"@commitlint/config-conventional": "^17.4.4",
28+
"@commitlint/config-conventional": "^19.0.0",
2929
"@eslint/js": "^9.6.0",
3030
"@sinclair/typebox": "0.34.13",
3131
"@the-draupnir-project/matrix-basic-types": "1.4.0",
@@ -34,20 +34,20 @@
3434
"@types/glob-to-regexp": "^0.4.1",
3535
"@types/jest": "^29.4.0",
3636
"@types/node": "^18.14.0",
37-
"cross-env": "^7.0.3",
37+
"cross-env": "^10.0.0",
3838
"eslint": "^9.6.0",
39-
"husky": "^8.0.3",
40-
"jest": "^29.4.3",
41-
"lint-staged": "^13.1.2",
39+
"husky": "^9.0.0",
40+
"jest": "^30.0.0",
41+
"lint-staged": "^16.0.0",
4242
"matrix-bot-sdk": ">=0.6.4",
4343
"matrix-protection-suite": "npm:@gnuxie/[email protected]",
4444
"postcss": "^8.4.21",
45-
"prettier": "^2.8.4",
45+
"prettier": "^3.0.0",
4646
"ts-jest": "^29.0.5",
4747
"tslib": "^2.5.0",
4848
"typedoc": "^0.26.3",
4949
"typescript": "^5.5.3",
50-
"typescript-eslint": "^7.15.0"
50+
"typescript-eslint": "^8.0.0"
5151
},
5252
"lint-staged": {
5353
"src/**/*.ts": [

0 commit comments

Comments
 (0)