Skip to content

Commit

Permalink
Merge pull request #210 from gitKrystan/upgrade-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
gitKrystan authored Dec 27, 2023
2 parents 55c5f9a + 444da9e commit cfe3d7e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 17 deletions.
7 changes: 1 addition & 6 deletions @types/prettier/plugins/estree.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import type { Printer, SupportLanguage, SupportOptions } from 'prettier';
import type { Printer } from 'prettier';

declare const printers: {
estree: Printer;
'estree-json': Printer;
};

declare const languages: SupportLanguage[];

declare const options: SupportOptions;
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "node ./bin/test.mjs"
},
"dependencies": {
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"prettier-plugin-ember-template-tag": "workspace:^"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@babel/core": "^7.23.6",
"prettier": "^3.1.0"
"prettier": "^3.1.1"
},
"devDependencies": {
"@babel/types": "^7.23.6",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit cfe3d7e

Please sign in to comment.