Skip to content

Commit

Permalink
chore(packages): bump typescript and ts-eslint (#5074)
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward authored Jul 4, 2024
1 parent 5663297 commit 16dfda7
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 62 deletions.
176 changes: 119 additions & 57 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@
"@types/unidecode": "^0.1.3",
"@types/uuid": "^9.0.8",
"@types/which": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"esbuild": "^0.21.5",
"eslint": "^8.57.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jsdoc": "^48.2.12",
"eslint-plugin-jsdoc": "^48.5.0",
"jest": "29.7.0",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"vscode-languageserver": "^9.0.1"
},
"dependencies": {
Expand All @@ -104,7 +104,7 @@
"semver": "^7.6.2",
"strip-ansi": "^6.0.1",
"tar": "^6.2.1",
"tslib": "^2.6.2",
"tslib": "^2.6.3",
"unidecode": "^1.0.1",
"unzip-stream": "^0.3.4",
"uuid": "^9.0.1",
Expand Down

0 comments on commit 16dfda7

Please sign in to comment.