Skip to content

Commit

Permalink
fix: bump minimum @typescript-eslint to 5.50.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: minimum @typescript-eslint is corrected to be 5.50.0

Co-authored-by: Rostislav Simonik <rostislav.simonik@technologystudio.sk>
  • Loading branch information
mightyiam and rostislav-simonik committed Jun 2, 2023
1 parent 73da75f commit 0c83fdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"TypeScript"
],
"dependencies": {
"@typescript-eslint/parser": "^5.43.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint-config-standard": "17.0.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"eslint": "^8.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
Expand All @@ -76,8 +76,8 @@
"@types/npm-package-arg": "6.1.1",
"@types/semver": "7.5.0",
"@types/ungap__structured-clone": "0.3.0",
"@typescript-eslint_bottom/eslint-plugin": "npm:@typescript-eslint/eslint-plugin@5.43.0",
"@typescript-eslint_bottom/parser": "npm:@typescript-eslint/parser@5.43.0",
"@typescript-eslint_bottom/eslint-plugin": "npm:@typescript-eslint/eslint-plugin@5.50.0",
"@typescript-eslint_bottom/parser": "npm:@typescript-eslint/parser@5.50.0",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@ungap/structured-clone": "1.2.0",
"ava": "5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ npm install --save-dev \
eslint-plugin-promise@^6.0.0 \
eslint-plugin-import@^2.25.2 \
eslint-plugin-n@^15.0.0 \
@typescript-eslint/eslint-plugin@^5.43.0 \
@typescript-eslint/eslint-plugin@^5.50.0 \
eslint-config-standard-with-typescript@latest
```

Expand Down

0 comments on commit 0c83fdb

Please sign in to comment.