Skip to content

Commit

Permalink
chore: upgrade ESLint and Prettier (#5487)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Aug 8, 2022
1 parent 15b1f78 commit fe8ec42
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 159 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"chai": "^4.2.0",
"circle-github-bot": "^2.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.14.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"gh-pages": "^4.0.0",
"http-server": "^14.1.1",
"lerna": "^5.1.8",
"npm-run-all": "^4.1.5",
"prettier": "~2.6.2",
"prettier": "~2.7.1",
"sinon": "^9.2.1",
"stylelint-config-palantir": "^6.0.1",
"stylelint-scss": "^4.2.0",
Expand Down
12 changes: 6 additions & 6 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.1.4",
"@blueprintjs/tslint-config": "^3.3.1",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^8.14.0",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint": "^8.21.0",
"eslint-plugin-deprecation": "^1.3.2",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.2.9",
"eslint-plugin-react": "^7.29.4"
"eslint-plugin-jsdoc": "^39.3.4",
"eslint-plugin-react": "^7.30.1"
},
"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 @@ -13,8 +13,8 @@
"test:jest-ci": "jest --ci --runInBand"
},
"dependencies": {
"@typescript-eslint/utils": "^5.21.0",
"eslint": "^8.14.0"
"@typescript-eslint/utils": "^5.32.0",
"eslint": "^8.21.0"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^5.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"autoprefixer": "^10.4.4",
"chokidar": "^3.5.3",
"cross-spawn": "^7.0.3",
"eslint": "^8.14.0",
"eslint": "^8.21.0",
"eslint-formatter-codeframe": "^7.32.1",
"fs-extra": "^10.0.1",
"get-sass-vars": "^3.4.0",
Expand All @@ -29,7 +29,7 @@
"postcss-cli": "^9.1.0",
"postcss-discard-comments": "^5.1.1",
"postcss-scss": "^4.0.3",
"prettier": "~2.6.2",
"prettier": "~2.7.1",
"sass": "^1.49.10",
"source-map": "^0.7.4",
"strip-css-comments": "^4.1.0",
Expand Down
Loading

1 comment on commit fe8ec42

@blueprint-bot
Copy link

Choose a reason for hiding this comment

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

chore: upgrade ESLint and Prettier (#5487)

Previews: documentation | landing | table | demo

Please sign in to comment.