Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianWendorf committed Aug 26, 2024
1 parent 82d0469 commit 289b2ec
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 94 deletions.
175 changes: 88 additions & 87 deletions typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"homepage": "https://github.com/jqassistant-plugin/jqassistant-typescript-plugin/blob/main/typescript/README.md",
"license": "GNU GENERAL PUBLIC LICENSE",
"dependencies": {
"@types/node": "^22.3.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@typescript-eslint/typescript-estree": "^8.1.0",
"@types/node": "^22.5.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@typescript-eslint/typescript-estree": "^8.2.0",
"cli-progress": "^3.12.0",
"commander": "^12.1.0",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"json5": "^2.2.3",
"minimatch": "^10.0.1",
"readdirp": "^3.6.0",
"readdirp": "^4.0.1",
"typescript": "^5.5.4"
},
"devDependencies": {
Expand All @@ -30,7 +30,7 @@
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"prettier": "3.3.3",
"ts-jest": "^29.2.4",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2"
},
"scripts": {
Expand Down

0 comments on commit 289b2ec

Please sign in to comment.