Skip to content

Commit fb3d296

Browse files
committed
Update @rsbuild/core version and refine action terminology in audit logs
- Bump @rsbuild/core version to 1.6.11 in package.json and bun.lock. - Change action description for updating app settings from '更新应用' to '修改应用设置' for improved clarity.
1 parent ed72231 commit fb3d296

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "pushy-admin",
77
"dependencies": {
88
"@ant-design/icons": "^6.1.0",
9-
"@rsbuild/core": "^1.6.9",
9+
"@rsbuild/core": "^1.6.11",
1010
"@rsbuild/plugin-react": "^1.4.2",
1111
"@rsbuild/plugin-svgr": "^1.2.2",
1212
"@tanstack/react-query": "^5.90.11",
@@ -266,7 +266,7 @@
266266

267267
"@replit/codemirror-indentation-markers": ["@replit/[email protected]", "", { "peerDependencies": { "@codemirror/language": "^6.0.0", "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.0.0" } }, "sha512-hL5Sfvw3C1vgg7GolLe/uxX5T3tmgOA3ZzqlMv47zjU1ON51pzNWiVbS22oh6crYhtVhv8b3gdXwoYp++2ilHw=="],
268268

269-
"@rsbuild/core": ["@rsbuild/[email protected].9", "", { "dependencies": { "@rspack/core": "1.6.5", "@rspack/lite-tapable": "~1.1.0", "@swc/helpers": "^0.5.17", "core-js": "~3.47.0", "jiti": "^2.6.1" }, "bin": { "rsbuild": "bin/rsbuild.js" } }, "sha512-wf41bbFIzqQsGkrDal2eVC4cxN6II1k4bUo1g7OFuvWeEOJzjoeK4R5xxKM9g5hRjbGAJs6OiQaGpASvUnDrsw=="],
269+
"@rsbuild/core": ["@rsbuild/[email protected].11", "", { "dependencies": { "@rspack/core": "1.6.5", "@rspack/lite-tapable": "~1.1.0", "@swc/helpers": "^0.5.17", "core-js": "~3.47.0", "jiti": "^2.6.1" }, "bin": { "rsbuild": "bin/rsbuild.js" } }, "sha512-H/OAavDKfa/10prrn++bNbe2KGBo1opglQIq6+G38Mzb+44BM0sv/kn78K2sk2wpfmv4MwljeF1NvczFq2ttzQ=="],
270270

271271
"@rsbuild/plugin-react": ["@rsbuild/[email protected]", "", { "dependencies": { "@rspack/plugin-react-refresh": "^1.5.2", "react-refresh": "^0.18.0" }, "peerDependencies": { "@rsbuild/core": "1.x" } }, "sha512-2rJb5mOuqVof2aDq4SbB1E65+0n1vjhAADipC88jvZRNuTOulg79fh7R4tsCiBMI4VWq46gSpwekiK8G5bq6jg=="],
272272

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@ant-design/icons": "^6.1.0",
13-
"@rsbuild/core": "^1.6.9",
13+
"@rsbuild/core": "^1.6.11",
1414
"@rsbuild/plugin-react": "^1.4.2",
1515
"@rsbuild/plugin-svgr": "^1.2.2",
1616
"@tanstack/react-query": "^5.90.11",

src/pages/audit-logs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const actionMap: Record<string, string> = {
5353
'POST /user/resetpwd/reset': '重置密码',
5454
// 应用相关
5555
'POST /app/create': '创建应用',
56-
'PUT /app/{id}': '更新应用',
56+
'PUT /app/{id}': '修改应用设置',
5757
'DELETE /app/{id}': '删除应用',
5858
// 订单相关
5959
'POST /orders': '创建订单',

0 commit comments

Comments
 (0)