Skip to content

Commit da54e3e

Browse files
Update Development Dependencies
1 parent c9ce617 commit da54e3e

File tree

2 files changed

+312
-254
lines changed

2 files changed

+312
-254
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,29 @@
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.33.17",
31-
"@the-draupnir-project/matrix-basic-types": "^0.2.0",
31+
"@the-draupnir-project/matrix-basic-types": "^1.0.0",
3232
"@types/crypto-js": "^4.1.2",
3333
"@types/eslint__js": "^8.42.3",
3434
"@types/glob-to-regexp": "^0.4.1",
3535
"@types/jest": "^29.4.0",
3636
"@types/node": "^18.14.0",
3737
"cross-env": "^7.0.3",
3838
"eslint": "^9.6.0",
39-
"husky": "^8.0.3",
39+
"husky": "^9.0.0",
4040
"jest": "^29.4.3",
41-
"lint-staged": "^13.1.2",
41+
"lint-staged": "^15.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)