Skip to content

Commit 0f47384

Browse files
chore(deps-dev): bump the all group with 2 updates (#439)
Bumps the all group with 2 updates: [@nihalgonsalves/esconfig](https://github.com/nihalgonsalves/esconfig) and [prettier](https://github.com/prettier/prettier). Updates `@nihalgonsalves/esconfig` from 0.6.8 to 0.6.9 - [Release notes](https://github.com/nihalgonsalves/esconfig/releases) - [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md) - [Commits](nihalgonsalves/esconfig@v0.6.8...v0.6.9) Updates `prettier` from 3.0.3 to 3.1.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.0.3...3.1.0) --- updated-dependencies: - dependency-name: "@nihalgonsalves/esconfig" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e2f0d3 commit 0f47384

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"format:check": "prettier . --check"
1616
},
1717
"devDependencies": {
18-
"@nihalgonsalves/esconfig": "^0.6.8",
18+
"@nihalgonsalves/esconfig": "^0.6.9",
1919
"@types/node": "20",
2020
"eslint": "^8.53.0",
21-
"prettier": "^3.0.3",
21+
"prettier": "^3.1.0",
2222
"ts-node-dev": "^2.0.0",
2323
"typescript": "^5.2.2"
2424
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@
9090
"@jridgewell/resolve-uri" "^3.0.3"
9191
"@jridgewell/sourcemap-codec" "^1.4.10"
9292

93-
"@nihalgonsalves/esconfig@^0.6.8":
94-
version "0.6.8"
95-
resolved "https://registry.yarnpkg.com/@nihalgonsalves/esconfig/-/esconfig-0.6.8.tgz#30fcf33057dbf226d71d303d1fabc8c411dbb9e3"
96-
integrity sha512-QhOevh0Otlcn0xPViW3aXj0GXdvVYhzRNP7zFbx5CXWeo5UVtjE8hSJ3xP6K0Nl+tFbKo1Cn7WJ3VxYaRodj2g==
93+
"@nihalgonsalves/esconfig@^0.6.9":
94+
version "0.6.9"
95+
resolved "https://registry.yarnpkg.com/@nihalgonsalves/esconfig/-/esconfig-0.6.9.tgz#60785dc9663cfa3bd5d272d392f126d466384641"
96+
integrity sha512-GCZ1uc245PCP+Y9AG5m9uuGJ8UeAu+DiVDsMVQd7dSuDLKA56P3XOqFpSi3HihroC66F1SdB4AYXrTA8J4PSZg==
9797
dependencies:
9898
"@typescript-eslint/eslint-plugin" "^6.2.1"
9999
"@typescript-eslint/parser" "^6.2.1"
@@ -1683,10 +1683,10 @@ prelude-ls@^1.2.1:
16831683
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
16841684
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
16851685

1686-
prettier@^3.0.3:
1687-
version "3.0.3"
1688-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643"
1689-
integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==
1686+
prettier@^3.1.0:
1687+
version "3.1.0"
1688+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e"
1689+
integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==
16901690

16911691
prop-types@^15.8.1:
16921692
version "15.8.1"

0 commit comments

Comments
 (0)