perf: optimize the naming of locale key

This commit is contained in:
vince
2024-07-10 21:55:16 +08:00
parent 25a1e93ab2
commit 4674380266
59 changed files with 664 additions and 1253 deletions

View File

@@ -46,7 +46,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^54.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-unused-imports": "^4.0.0",
"eslint-plugin-vitest": "^0.5.4",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.8.0",

View File

@@ -30,7 +30,7 @@
"dependencies": {
"@stylistic/stylelint-plugin": "^2.1.2",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-scss": "^6.4.0"
"stylelint-scss": "^6.4.1"
},
"devDependencies": {
"postcss": "^8.4.39",

View File

@@ -37,6 +37,6 @@
"pkg-types": "^1.1.3",
"prettier": "^3.3.2",
"rimraf": "^6.0.0",
"zx": "^7.2.3"
"zx": "^8.1.4"
}
}

View File

@@ -46,7 +46,7 @@
"rollup": "^4.18.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.7",
"unplugin-turbo-console": "^1.9.0",
"unplugin-turbo-console": "^1.9.2",
"vite": "^5.3.3",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "^3.9.1",