Skip to content

Commit

Permalink
[engsys] upgrade @typescript-eslint/* dependencies to ~5.38.0 (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymeng authored Sep 23, 2022
1 parent 0a98138 commit d8f56c3
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 64 deletions.
116 changes: 58 additions & 58 deletions common/config/rush/pnpm-lock.yaml

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

12 changes: 6 additions & 6 deletions common/tools/eslint-plugin-azure-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@
},
"prettier": "./prettier.json",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "~5.31.0",
"@typescript-eslint/parser": "~5.31.0",
"@typescript-eslint/eslint-plugin": "~5.38.0",
"@typescript-eslint/parser": "~5.38.0",
"eslint": "^8.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-no-only-tests": "^3.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-tsdoc": "^0.2.10"
},
"dependencies": {
"@typescript-eslint/typescript-estree": "~5.31.0",
"@typescript-eslint/typescript-estree": "~5.38.0",
"@types/eslint": "~8.4.0",
"@types/estree": "~1.0.0",
"eslint-config-prettier": "^8.0.0",
Expand All @@ -83,9 +83,9 @@
"@types/json-schema": "^7.0.6",
"@types/mocha": "^7.0.2",
"@types/node": "^12.0.0",
"@typescript-eslint/eslint-plugin": "~5.31.0",
"@typescript-eslint/experimental-utils": "~5.31.0",
"@typescript-eslint/parser": "~5.31.0",
"@typescript-eslint/eslint-plugin": "~5.38.0",
"@typescript-eslint/experimental-utils": "~5.38.0",
"@typescript-eslint/parser": "~5.38.0",
"chai": "^4.2.0",
"eslint": "^8.0.0",
"mocha": "^7.1.1",
Expand Down

0 comments on commit d8f56c3

Please sign in to comment.