prettier-plugin-sh
Advanced tools
Comparing version 0.13.0-alpha.1 to 0.13.0
@@ -13,3 +13,3 @@ import { type Node, type Pos } from 'mvdan-sh'; | ||
} | ||
export interface ShParserOptions extends ParserOptions<Node | ShSyntaxNode>, Required<ShOptions> { | ||
export interface ShParserOptions extends Required<ParserOptions<Node | ShSyntaxNode>>, Required<ShOptions> { | ||
experimentalWasm: boolean; | ||
@@ -16,0 +16,0 @@ } |
{ | ||
"name": "prettier-plugin-sh", | ||
"version": "0.13.0-alpha.1", | ||
"version": "0.13.0", | ||
"type": "module", | ||
@@ -37,7 +37,7 @@ "description": "An opinionated `shellscript` formatter plugin for Prettier, also support simple format of `Dockerfile`, `properties`, `gitignore`, `dotenv`, `hosts`, `jvmoptions`...", | ||
"peerDependencies": { | ||
"prettier": "^3.0.0-alpha.0" | ||
"prettier": "^3.0.0" | ||
}, | ||
"dependencies": { | ||
"mvdan-sh": "^0.10.1", | ||
"sh-syntax": "^0.4.0", | ||
"sh-syntax": "^0.4.1", | ||
"synckit": "^0.8.5" | ||
@@ -44,0 +44,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61717
Updatedsh-syntax@^0.4.1