diff --git a/package-lock.json b/package-lock.json index cd8ae88c..47ffae94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@commitlint/config-conventional": "^19.1.0", "@pixas/babel-preset-lib": "^0.9.0", "@pixas/eslint-config": "^0.9.0", - "@pixas/prettier-config": "^0.9.0", + "@pixas/prettier-config": "^0.11.0", "@types/eslint": "^8.44.9", "@types/jest": "^29.5.12", "@types/lodash": "^4.17.4", @@ -5731,11 +5731,10 @@ } }, "node_modules/@pixas/prettier-config": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@pixas/prettier-config/-/prettier-config-0.9.0.tgz", - "integrity": "sha512-tSzNEzXS0PBD3AcCp+AvzRwt0AroYAqWYkb4GQ7pEAwK+8NLiAuKT8pyUPhN+MMD7vSprQRQFUiYUUptmF6ZZQ==", + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pixas/prettier-config/-/prettier-config-0.11.0.tgz", + "integrity": "sha512-cWjYLvhXigGiPDxWLHQphbuC1dDZjLVez2m+Fo5/QeQo3sR7A/bGgxL7i6zOHrju3RFCxRhaEKzxWz/5vEgqUQ==", "dev": true, - "license": "MIT", "dependencies": { "prettier": "^3.0.0" } diff --git a/package.json b/package.json index 51ac99c2..b85ce50f 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@commitlint/config-conventional": "^19.1.0", "@pixas/babel-preset-lib": "^0.9.0", "@pixas/eslint-config": "^0.9.0", - "@pixas/prettier-config": "^0.9.0", + "@pixas/prettier-config": "^0.11.0", "@types/eslint": "^8.44.9", "@types/jest": "^29.5.12", "@types/lodash": "^4.17.4",