Skip to content

Commit ece3070

Browse files
Updated dependencies
1 parent 5bb99c1 commit ece3070

File tree

2 files changed

+79
-76
lines changed

2 files changed

+79
-76
lines changed

typescript/package-lock.json

Lines changed: 72 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@
1111
"homepage": "https://github.com/jqassistant-plugin/jqassistant-typescript-plugin/blob/main/typescript/README.md",
1212
"license": "GNU GENERAL PUBLIC LICENSE",
1313
"dependencies": {
14-
"@types/node": "^22.9.1",
15-
"@typescript-eslint/eslint-plugin": "^8.15.0",
16-
"@typescript-eslint/parser": "^8.15.0",
17-
"@typescript-eslint/typescript-estree": "^8.15.0",
14+
"@types/node": "^22.10.1",
15+
"@typescript-eslint/eslint-plugin": "^8.16.0",
16+
"@typescript-eslint/parser": "^8.16.0",
17+
"@typescript-eslint/typescript-estree": "^8.16.0",
1818
"cli-progress": "^3.12.0",
1919
"commander": "^12.1.0",
20-
"eslint": "^9.15.0",
20+
"eslint": "^9.16.0",
2121
"json5": "^2.2.3",
2222
"minimatch": "^10.0.1",
2323
"readdirp": "^4.0.2",
24-
"typescript": "^5.6.3"
24+
"typescript": "^5.7.2"
2525
},
2626
"devDependencies": {
2727
"@types/cli-progress": "^3.11.6",
2828
"@types/jest": "^29.5.14",
2929
"@types/minimatch": "^5.1.2",
3030
"eslint-config-prettier": "^9.1.0",
3131
"jest": "^29.7.0",
32-
"prettier": "3.3.3",
32+
"prettier": "3.4.1",
3333
"ts-jest": "^29.2.5",
3434
"ts-node": "^10.9.2"
3535
},

0 commit comments

Comments
 (0)