Skip to content

Commit c429775

Browse files
chore(deps-dev): bump eslint-config-prettier from 10.0.1 to 10.0.2 (#678)
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 10.0.1 to 10.0.2. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v10.0.1...v10.0.2) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7248cb commit c429775

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
name: Build
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
@@ -18,7 +18,7 @@ jobs:
1818

1919
lint:
2020
name: Lint
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: actions/setup-node@v4

package-lock.json

+8-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/node": "20.8.2",
2828
"@vercel/ncc": "^0.38.3",
2929
"all-contributors-cli": "^6.26.1",
30-
"eslint-config-prettier": "^10.0.1",
30+
"eslint-config-prettier": "^10.0.2",
3131
"gts": "^6.0.2",
3232
"husky": "^9.1.7",
3333
"typescript": "~5.7.3"

0 commit comments

Comments
 (0)