diff --git a/package-lock.json b/package-lock.json index be291651..80f88159 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@commitlint/config-conventional": "^19.1.0", "@pixas/babel-preset-lib": "^0.13.0", "@pixas/eslint-config": "^0.13.0", - "@pixas/prettier-config": "^0.12.0", + "@pixas/prettier-config": "^0.13.0", "@types/jest": "^29.5.12", "@types/lodash": "^4.17.4", "@types/react": "^18.2.45", @@ -5712,9 +5712,9 @@ } }, "node_modules/@pixas/prettier-config": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/@pixas/prettier-config/-/prettier-config-0.12.0.tgz", - "integrity": "sha512-kYWixdj42pWNWTugu7SWXha2eGfIbv+37RKAHDOxZudf1SaLzKIBUXUZTCNj9fgjXUw077FebmcQRwysMM4nUQ==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/@pixas/prettier-config/-/prettier-config-0.13.0.tgz", + "integrity": "sha512-DOeAl+B3HMSZK4osUZgfWsW7b1xEYDVST/+q9a5w71RbMvwSMxvYLXzy3nLkniXevnk1HmJWKOnb4Q9tWCGAlg==", "dev": true, "dependencies": { "prettier": "^3.0.0" diff --git a/package.json b/package.json index 58ce44ea..4b7423b2 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@commitlint/config-conventional": "^19.1.0", "@pixas/babel-preset-lib": "^0.13.0", "@pixas/eslint-config": "^0.13.0", - "@pixas/prettier-config": "^0.12.0", + "@pixas/prettier-config": "^0.13.0", "@types/jest": "^29.5.12", "@types/lodash": "^4.17.4", "@types/react": "^18.2.45",