Skip to content

Commit aa6bd9f

Browse files
committed
feat: 添加 git 提交信息规范文档,要求使用中文
1 parent 1e87a08 commit aa6bd9f

File tree

14 files changed

+1453
-1406
lines changed

14 files changed

+1453
-1406
lines changed

.github/git-commit-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Always use Chinese for commit messages.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"license": "MIT",
1111
"require": {
12-
"php": "^8.3",
12+
"php": "^8.4",
1313
"cerbero/laravel-enum": "^2.1",
1414
"dedoc/scramble": "^v0.12.5",
1515
"filament/filament": "^3.2",

composer.lock

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

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -13,58 +13,58 @@
1313
"packageManager": "pnpm@10.10.0",
1414
"dependencies": {
1515
"@iconify/react": "^5.2.1",
16-
"@mantine/core": "^8.0.1",
17-
"@mantine/dates": "^8.0.1",
18-
"@mantine/form": "^8.0.1",
19-
"@mantine/hooks": "^8.0.1",
20-
"@mantine/modals": "^8.0.1",
21-
"@mantine/notifications": "^8.0.1",
22-
"@mantine/nprogress": "^8.0.1",
16+
"@mantine/core": "^8.1.1",
17+
"@mantine/dates": "^8.1.1",
18+
"@mantine/form": "^8.1.1",
19+
"@mantine/hooks": "^8.1.1",
20+
"@mantine/modals": "^8.1.1",
21+
"@mantine/notifications": "^8.1.1",
22+
"@mantine/nprogress": "^8.1.1",
2323
"@microlink/react-json-view": "^1.26.2",
24-
"@tailwindcss/vite": "^4.1.7",
25-
"@tanstack/react-query": "^5.76.1",
26-
"@vitejs/plugin-react": "^4.4.1",
24+
"@tailwindcss/vite": "^4.1.10",
25+
"@tanstack/react-query": "^5.80.10",
26+
"@vitejs/plugin-react": "^4.5.2",
2727
"dayjs": "^1.11.13",
28-
"es-toolkit": "^1.38.0",
29-
"i18next": "^25.2.0",
30-
"i18next-browser-languagedetector": "^8.1.0",
28+
"es-toolkit": "^1.39.3",
29+
"i18next": "^25.2.1",
30+
"i18next-browser-languagedetector": "^8.2.0",
3131
"i18next-http-backend": "^3.0.2",
3232
"inflected": "^2.1.0",
3333
"laravel-echo": "^1.19.0",
34-
"laravel-vite-plugin": "^1.2.0",
35-
"mantine-datatable": "^7.17.1",
34+
"laravel-vite-plugin": "^1.3.0",
35+
"mantine-datatable": "^8.1.1",
3636
"openapi-fetch": "^0.14.0",
3737
"openapi-react-query": "^0.5.0",
3838
"react": "^19.1.0",
3939
"react-dom": "^19.1.0",
40-
"react-i18next": "^15.5.1",
41-
"react-router": "^7.6.0",
40+
"react-i18next": "^15.5.3",
41+
"react-router": "^7.6.2",
4242
"react-scan": "^0.3.4",
43-
"tailwindcss": "^4.1.7",
43+
"tailwindcss": "^4.1.10",
4444
"ufo": "^1.6.1",
4545
"vite": "^6.3.5",
4646
"vite-tsconfig-paths": "^5.1.4"
4747
},
4848
"devDependencies": {
49-
"@eslint-react/eslint-plugin": "^1.49.0",
50-
"@eslint/js": "^9.27.0",
49+
"@eslint-react/eslint-plugin": "^1.52.2",
50+
"@eslint/js": "^9.29.0",
5151
"@iconify-json/circle-flags": "^1.2.6",
52-
"@iconify-json/lucide": "^1.2.44",
53-
"@types/react": "^19.1.5",
54-
"@types/react-dom": "^19.1.5",
52+
"@iconify-json/lucide": "^1.2.51",
53+
"@types/react": "^19.1.8",
54+
"@types/react-dom": "^19.1.6",
5555
"babel-plugin-react-compiler": "19.1.0-rc.1",
56-
"eslint": "^9.27.0",
56+
"eslint": "^9.29.0",
5757
"eslint-config-prettier": "^10.1.5",
5858
"eslint-plugin-react": "^7.37.5",
5959
"eslint-plugin-react-compiler": "19.1.0-rc.1",
6060
"eslint-plugin-react-hooks": "6.0.0-rc1",
6161
"eslint-plugin-react-refresh": "^0.4.20",
62-
"globals": "^16.1.0",
62+
"globals": "^16.2.0",
6363
"openapi-typescript": "^7.8.0",
6464
"prettier": "^3.5.3",
6565
"prettier-plugin-organize-imports": "^4.1.0",
66-
"prettier-plugin-tailwindcss": "^0.6.11",
66+
"prettier-plugin-tailwindcss": "^0.6.13",
6767
"typescript": "^5.8.3",
68-
"typescript-eslint": "^8.32.1"
68+
"typescript-eslint": "^8.34.1"
6969
}
7070
}

0 commit comments

Comments
 (0)