Skip to content

Commit

Permalink
chore(deps-dev): upgrade to latest stable
Browse files Browse the repository at this point in the history
and regenerate lock file
  • Loading branch information
AviVahl committed May 2, 2024
1 parent 2c7e4ca commit 3388bd0
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 64 deletions.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
{
"files": ["*.ts", "*.tsx", "*.mts", "*.cts"],
"parserOptions": {
"EXPERIMENTAL_useProjectService": true
"EXPERIMENTAL_useProjectService": {
"maximumDefaultProjectFileMatchCount_THIS_WILL_SLOW_DOWN_LINTING": 10000
}
},
"extends": [
"plugin:@typescript-eslint/recommended",
Expand Down
143 changes: 81 additions & 62 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/source-map-support": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-no-only-tests": "^3.1.0",
Expand Down

0 comments on commit 3388bd0

Please sign in to comment.