Skip to content

chore: improve dependencies #277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build(deps): downgrade @typescript-eslint/eslint-plugin
NX does not support > 5.3.0 yet
  • Loading branch information
the-ult committed Jan 6, 2022
commit 67b71e4e60cda7bf85bc27b0a447bddb59f10e2c
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"@types/jasmine": "^3.10.2",
"@types/jest": "27.4.0",
"@types/node": "14.14.37",
"@typescript-eslint/eslint-plugin": "~5.9.0",
"@typescript-eslint/parser": "~5.9.0",
"@typescript-eslint/eslint-plugin": "~5.3.0",
"@typescript-eslint/parser": "~5.3.0",
"cpy-cli": "^3.1.1",
"eslint": "~8.6.0",
"eslint-config-prettier": "8.3.0",
Expand Down