Browse Source

chore: 同步完整版代码

i18n
xiaoxian521 1 year ago
parent
commit
d543b57e34
  1. 2
      package.json
  2. 20
      pnpm-lock.yaml

2
package.json

@ -38,7 +38,7 @@
"axios": "^1.4.0", "axios": "^1.4.0",
"dayjs": "^1.11.8", "dayjs": "^1.11.8",
"echarts": "^5.4.2", "echarts": "^5.4.2",
"element-plus": "^2.3.7",
"element-plus": "2.3.6",
"js-cookie": "^3.0.5", "js-cookie": "^3.0.5",
"mitt": "^3.0.0", "mitt": "^3.0.0",
"mockjs": "^1.1.0", "mockjs": "^1.1.0",

20
pnpm-lock.yaml

@ -32,7 +32,7 @@ specifiers:
cssnano: ^6.0.1 cssnano: ^6.0.1
dayjs: ^1.11.8 dayjs: ^1.11.8
echarts: ^5.4.2 echarts: ^5.4.2
element-plus: ^2.3.7
element-plus: 2.3.6
eslint: ^8.43.0 eslint: ^8.43.0
eslint-plugin-prettier: ^4.2.1 eslint-plugin-prettier: ^4.2.1
eslint-plugin-vue: ^9.15.1 eslint-plugin-vue: ^9.15.1
@ -88,8 +88,8 @@ specifiers:
vue-types: ^5.1.0 vue-types: ^5.1.0
dependencies: dependencies:
"@pureadmin/descriptions": 1.1[email protected].7
"@pureadmin/table": 2.3[email protected].7
"@pureadmin/descriptions": 1.1[email protected].6
"@pureadmin/table": 2.3[email protected].6
"@pureadmin/utils": 1.9[email protected][email protected] "@pureadmin/utils": 1.9[email protected][email protected]
"@vueuse/core": 10.2[email protected] "@vueuse/core": 10.2[email protected]
"@vueuse/motion": 2.0[email protected] "@vueuse/motion": 2.0[email protected]
@ -97,7 +97,7 @@ dependencies:
axios: 1.4.0 axios: 1.4.0
dayjs: 1.11.8 dayjs: 1.11.8
echarts: 5.4.2 echarts: 5.4.2
element-plus: 2.3.7[email protected]
element-plus: 2.3.6[email protected]
js-cookie: 3.0.5 js-cookie: 3.0.5
mitt: 3.0.0 mitt: 3.0.0
mockjs: 1.1.0 mockjs: 1.1.0
@ -1572,7 +1572,7 @@ packages:
dev: true dev: true
optional: true optional: true
/@pureadmin/descriptions/[email protected].7:
/@pureadmin/descriptions/[email protected].6:
resolution: resolution:
{ {
integrity: sha512-4BHLKomLU/LxGs5EUA+h+aKNrJEkhrU6+QE8VoWfJZ8VTU6ddvFLT/Pi4WuO5CWNXM9ZjqvHLFFVwEPlKntqtg== integrity: sha512-4BHLKomLU/LxGs5EUA+h+aKNrJEkhrU6+QE8VoWfJZ8VTU6ddvFLT/Pi4WuO5CWNXM9ZjqvHLFFVwEPlKntqtg==
@ -1581,11 +1581,11 @@ packages:
element-plus: ^2.0.0 element-plus: ^2.0.0
dependencies: dependencies:
"@element-plus/icons-vue": 2.1[email protected] "@element-plus/icons-vue": 2.1[email protected]
element-plus: 2.3.7[email protected]
element-plus: 2.3.6[email protected]
vue: 3.3.4 vue: 3.3.4
dev: false dev: false
/@pureadmin/table/[email protected].7:
/@pureadmin/table/[email protected].6:
resolution: resolution:
{ {
integrity: sha512-oaMf8X4bv5KPcO4li+bO7W28BS5IMy+zxPpPNh/Tdxewc2dykvoqqpRIAiS8prJOHxI42/77xbjoGb+lwQH5aA== integrity: sha512-oaMf8X4bv5KPcO4li+bO7W28BS5IMy+zxPpPNh/Tdxewc2dykvoqqpRIAiS8prJOHxI42/77xbjoGb+lwQH5aA==
@ -1593,7 +1593,7 @@ packages:
peerDependencies: peerDependencies:
element-plus: ^2.0.0 element-plus: ^2.0.0
dependencies: dependencies:
element-plus: 2.3.7[email protected]
element-plus: 2.3.6[email protected]
vue: 3.3.4 vue: 3.3.4
dev: false dev: false
@ -3812,10 +3812,10 @@ packages:
integrity: sha512-r6dCgNpRhPwiWlxbHzZQ/d9swfPaEJGi8ekqRBwQYaR3WmA5VkqQfBWSDDjuJU1ntO+W9tHx8OHV/96Q8e0dVw== integrity: sha512-r6dCgNpRhPwiWlxbHzZQ/d9swfPaEJGi8ekqRBwQYaR3WmA5VkqQfBWSDDjuJU1ntO+W9tHx8OHV/96Q8e0dVw==
} }
/element-plus/2.3.7[email protected]:
/element-plus/2.3.6[email protected]:
resolution: resolution:
{ {
integrity: sha512-h6TxclbaLUJxg/Bv5j/ZKsK+K5yadQliw5+R30HWyE69pXlqXTX24oYx+yw3pA4Dy+lqEDi5501FQ0CORk3OSA==
integrity: sha512-GLz0pXUYI2zRfIgyI6W7SWmHk6dSEikP9yR++hsQUyy63+WjutoiGpA3SZD4cGPSXUzRFeKfVr8CnYhK5LqXZw==
} }
peerDependencies: peerDependencies:
vue: ^3.2.0 vue: ^3.2.0

Loading…
Cancel
Save