From 4bc1bafe16d46cf3e84100c66750e6ac571bbf21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:33:14 +0000 Subject: [PATCH] chore(deps-dev): bump @pixas/prettier-config from 0.9.0 to 0.11.0 Bumps [@pixas/prettier-config](https://github.com/kagawagao/pixas) from 0.9.0 to 0.11.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.9.0...v0.11.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 | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) 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",