Skip to content

Commit

Permalink
chore(deps): bump the typescript group with 3 updates (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 17, 2023
1 parent 28c79cf commit 8ab7ca1
Show file tree
Hide file tree
Showing 5 changed files with 195 additions and 122 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"@typescript-eslint"
],
"rules": {
"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }]
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vercel/ncc": "^0.38.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
Expand All @@ -28,7 +28,7 @@
"jest-circus": "^29.7.0",
"prettier": "^2.8.4",
"ts-jest": "^29.1.1",
"typescript": "^4.9.5"
"typescript": "^5.2.2"
},
"scripts": {
"build": "ncc build src/index.ts",
Expand Down
Loading

0 comments on commit 8ab7ca1

Please sign in to comment.