XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

build(deps-dev): bump eslint-plugin-prettier from 5.2.1 to 5.2.3 (#842)

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

701cd19a
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
提交于

代码差异

2 个文件 +6 -5
Modified package-lock.json +5 -4
@@ -23,7 +23,7 @@
23 23 "@typescript-eslint/eslint-plugin": "^7.18",
24 24 "@typescript-eslint/parser": "^7.18",
25 25 "eslint": "^8.56.0",
26 "eslint-plugin-prettier": "^5.2.1",
26 "eslint-plugin-prettier": "^5.2.3",
27 27 "morgan": "^1.10.0",
28 28 "prettier": "^3.4.2",
29 29 "ts-node-dev": "^2.0.0",
@@ -1444,10 +1444,11 @@
1444 1444 }
1445 1445 },
1446 1446 "node_modules/eslint-plugin-prettier": {
1447 "version": "5.2.1",
1448 "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz",
1449 "integrity": "sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==",
1447 "version": "5.2.3",
1448 "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.3.tgz",
1449 "integrity": "sha512-qJ+y0FfCp/mQYQ/vWQ3s7eUlFEL4PyKfAJxsnYTJ4YT73nsJBWqmEpFryxV9OeUiqmsTsYJ5Y+KDNaeP31wrRw==",
1450 1450 "dev": true,
1451 "license": "MIT",
1451 1452 "dependencies": {
1452 1453 "prettier-linter-helpers": "^1.0.0",
1453 1454 "synckit": "^0.9.1"
Modified package.json +1 -1
@@ -27,7 +27,7 @@
27 27 "@typescript-eslint/eslint-plugin": "^7.18",
28 28 "@typescript-eslint/parser": "^7.18",
29 29 "eslint": "^8.56.0",
30 "eslint-plugin-prettier": "^5.2.1",
30 "eslint-plugin-prettier": "^5.2.3",
31 31 "morgan": "^1.10.0",
32 32 "prettier": "^3.4.2",
33 33 "ts-node-dev": "^2.0.0",