From 1c08ffa5107e8ef439148059de73c0267a819141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:39:51 +0000 Subject: [PATCH] chore(deps-dev): bump @pixas/prettier-config from 0.12.0 to 0.13.0 Bumps [@pixas/prettier-config](https://github.com/kagawagao/pixas) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/kagawagao/pixas/releases) - [Changelog](https://github.com/kagawagao/pixas/blob/master/CHANGELOG.md) - [Commits](https://github.com/kagawagao/pixas/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: "@pixas/prettier-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",