Skip to content

Commit 5d2837a

Browse files
chore(deps): update dependency eslint-config-prettier to v10 (#2594)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0756a97 commit 5d2837a

File tree

15 files changed

+49
-49
lines changed

15 files changed

+49
-49
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"axios": "^1.7.9",
9292
"cli-color": "2.0.4",
9393
"eslint": "8.57.1",
94-
"eslint-config-prettier": "9.1.0",
94+
"eslint-config-prettier": "10.0.1",
9595
"eslint-import-resolver-typescript": "^3.6.0",
9696
"eslint-plugin-deprecation": "^2.0.0",
9797
"eslint-plugin-import": "^2.27.5",

pnpm-lock.yaml

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/000-dogs-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@typescript-eslint/eslint-plugin": "6.21.0",
3232
"@typescript-eslint/parser": "6.21.0",
3333
"eslint": "8.57.1",
34-
"eslint-config-prettier": "9.1.0",
34+
"eslint-config-prettier": "10.0.1",
3535
"eslint-plugin-import": "2.31.0",
3636
"jest": "29.7.0",
3737
"supertest": "7.0.0",

sample/001-mongoose-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@typescript-eslint/eslint-plugin": "6.21.0",
3434
"@typescript-eslint/parser": "6.21.0",
3535
"eslint": "8.57.1",
36-
"eslint-config-prettier": "9.1.0",
36+
"eslint-config-prettier": "10.0.1",
3737
"eslint-plugin-import": "2.31.0",
3838
"jest": "29.7.0",
3939
"nodemon": "3.1.9",

sample/002-microservice-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@typescript-eslint/eslint-plugin": "6.21.0",
3434
"@typescript-eslint/parser": "6.21.0",
3535
"eslint": "8.57.1",
36-
"eslint-config-prettier": "9.1.0",
36+
"eslint-config-prettier": "10.0.1",
3737
"eslint-plugin-import": "2.31.0",
3838
"jest": "29.7.0",
3939
"supertest": "7.0.0",

sample/003-memory-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@typescript-eslint/eslint-plugin": "6.21.0",
3232
"@typescript-eslint/parser": "6.21.0",
3333
"eslint": "8.57.1",
34-
"eslint-config-prettier": "9.1.0",
34+
"eslint-config-prettier": "10.0.1",
3535
"eslint-plugin-import": "2.31.0",
3636
"jest": "29.7.0",
3737
"supertest": "7.0.0",

sample/004-grpc-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@typescript-eslint/parser": "6.21.0",
3939
"concurrently": "9.1.2",
4040
"eslint": "8.57.1",
41-
"eslint-config-prettier": "9.1.0",
41+
"eslint-config-prettier": "10.0.1",
4242
"eslint-plugin-import": "2.31.0",
4343
"jest": "29.7.0",
4444
"supertest": "7.0.0",

sample/005-typeorm-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@typescript-eslint/eslint-plugin": "6.21.0",
3535
"@typescript-eslint/parser": "6.21.0",
3636
"eslint": "8.57.1",
37-
"eslint-config-prettier": "9.1.0",
37+
"eslint-config-prettier": "10.0.1",
3838
"eslint-plugin-import": "2.31.0",
3939
"jest": "29.7.0",
4040
"nodemon": "3.1.9",

sample/006-multi-db-typeorm-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@typescript-eslint/eslint-plugin": "6.21.0",
3535
"@typescript-eslint/parser": "6.21.0",
3636
"eslint": "8.57.1",
37-
"eslint-config-prettier": "9.1.0",
37+
"eslint-config-prettier": "10.0.1",
3838
"eslint-plugin-import": "2.31.0",
3939
"jest": "29.7.0",
4040
"nodemon": "3.1.9",

sample/007-sequelize-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@typescript-eslint/eslint-plugin": "6.21.0",
3737
"@typescript-eslint/parser": "6.21.0",
3838
"eslint": "8.57.1",
39-
"eslint-config-prettier": "9.1.0",
39+
"eslint-config-prettier": "10.0.1",
4040
"eslint-plugin-import": "2.31.0",
4141
"jest": "29.7.0",
4242
"nodemon": "3.1.9",

0 commit comments

Comments
 (0)