diff --git a/.changeset/chilled-turkeys-impress.md b/.changeset/chilled-turkeys-impress.md new file mode 100644 index 0000000..1c52363 --- /dev/null +++ b/.changeset/chilled-turkeys-impress.md @@ -0,0 +1,5 @@ +--- +"@zazen/cli": patch +--- + +Update prettier to v3.2.4 diff --git a/packages/cli/package.json b/packages/cli/package.json index 35811dd..4ab7b69 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -27,7 +27,7 @@ "eslint": "8.56.0", "execa": "8.0.1", "outdent": "0.8.0", - "prettier": "3.1.0", + "prettier": "3.2.4", "sade": "1.8.1" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 009a80d..2d99cf9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,8 +76,8 @@ importers: specifier: 0.8.0 version: 0.8.0 prettier: - specifier: 3.1.0 - version: 3.1.0 + specifier: 3.2.4 + version: 3.2.4 sade: specifier: 1.8.1 version: 1.8.1 @@ -3878,6 +3878,12 @@ packages: hasBin: true dev: true + /prettier@3.2.4: + resolution: {integrity: sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==} + engines: {node: '>=14'} + hasBin: true + dev: false + /pretty-format@29.7.0: resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}