Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Mar 3, 2021
1 parent 4f4bfc4 commit ab418c9
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 153 deletions.
2 changes: 1 addition & 1 deletion .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
_
_
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
## [6.0.0]

- Automatically detect package manager
- Delayed prettier registration, should perform better on large projects
- Delayed prettier registration to improve performance on large projects
- Status bar state and icons updates
- Prompt to allow Prettier module to load
- Added debug mode for logging

## [5.9.2]

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "prettier-vscode",
"name": "prettier-vscode-beta",
"displayName": "Prettier - Code formatter",
"description": "Code formatter using prettier",
"version": "5.9.2",
"publisher": "esbenp",
"version": "6.0.0",
"publisher": "prettier",
"author": "Prettier <@prettiercode>",
"galleryBanner": {
"color": "#ffe04b",
Expand Down Expand Up @@ -95,7 +95,7 @@
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-prettier": "^8.1.0",
"glob": "^7.1.6",
"husky": "^5.0.9",
"lint-staged": "^10.5.3",
Expand Down
Loading

0 comments on commit ab418c9

Please sign in to comment.