Skip to content

Commit

Permalink
chore: upgrade eslint, typescript-eslint, and plugins (#5911)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Jan 31, 2023
1 parent 5cadce1 commit 1cd9490
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 110 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"chai": "^4.3.7",
"cross-env": "^7.0.3",
"dedent": "^0.7.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"gh-pages": "^5.0.0",
"http-server": "^14.1.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"dependencies": {
"@blueprintjs/eslint-plugin": "^2.6.3",
"@blueprintjs/tslint-config": "^3.3.1",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/eslint-plugin-tslint": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"eslint": "^8.32.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "^8.33.0",
"eslint-plugin-deprecation": "^1.3.3",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.6.4",
"eslint-plugin-react": "^7.31.11"
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-jsdoc": "^39.7.5",
"eslint-plugin-react": "^7.32.2"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"test": "mocha"
},
"dependencies": {
"@typescript-eslint/utils": "^5.38.1",
"eslint": "^8.32.0"
"@typescript-eslint/utils": "^5.50.0",
"eslint": "^8.33.0"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^6.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"autoprefixer": "^10.4.12",
"chokidar": "^3.5.3",
"cross-spawn": "^7.0.3",
"eslint": "^8.32.0",
"eslint": "^8.33.0",
"eslint-formatter-codeframe": "^7.32.1",
"fs-extra": "^11.1.0",
"get-sass-vars": "^3.4.0",
Expand Down
Loading

1 comment on commit 1cd9490

@adidahiya
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chore: upgrade eslint, typescript-eslint, and plugins (#5911)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.