Skip to content

Commit 17e6c25

Browse files
authored
chore: Upgrade dependencies (#65)
This pull request updates several development dependencies in the `package.json` file to their latest versions. These updates help ensure compatibility, improved performance, and access to the latest features and bug fixes. Dependency updates: * Upgraded `@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser` from version 8.43.0 to 8.50.1, and `eslint` from 9.35.0 to 9.39.2. * Upgraded `jest` from 30.1.3 to 30.2.0, `lint-staged` from 16.1.6 to 16.2.7, `prettier` from 3.6.2 to 3.7.4, `ts-jest` from 29.4.1 to 29.4.6, and `typescript` from 5.9.2 to 5.9.3.
1 parent 69b31eb commit 17e6c25

File tree

2 files changed

+563
-542
lines changed

2 files changed

+563
-542
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
},
1414
"devDependencies": {
1515
"@types/jest": "^30.0.0",
16-
"@typescript-eslint/eslint-plugin": "^8.43.0",
17-
"@typescript-eslint/parser": "^8.43.0",
18-
"eslint": "^9.35.0",
16+
"@typescript-eslint/eslint-plugin": "^8.50.1",
17+
"@typescript-eslint/parser": "^8.50.1",
18+
"eslint": "^9.39.2",
1919
"husky": "^9.1.7",
20-
"jest": "^30.1.3",
21-
"lint-staged": "^16.1.6",
22-
"prettier": "^3.6.2",
23-
"ts-jest": "^29.4.1",
24-
"typescript": "^5.9.2"
20+
"jest": "^30.2.0",
21+
"lint-staged": "^16.2.7",
22+
"prettier": "^3.7.4",
23+
"ts-jest": "^29.4.6",
24+
"typescript": "^5.9.3"
2525
},
2626
"lint-staged": {
2727
"*.{ts,tsx}": [

0 commit comments

Comments
 (0)