Skip to content

Commit

Permalink
fix: fix i18n hot accept error
Browse files Browse the repository at this point in the history
  • Loading branch information
aibayanyu20 committed Oct 26, 2023
1 parent e68bb8c commit e1da2a8
Show file tree
Hide file tree
Showing 3 changed files with 427 additions and 444 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@antv/g2plot": "^2.4.31",
"@antv/l7": "^2.19.5",
"@antv/l7": "^2.19.6",
"@ctrl/tinycolor": "^4.0.2",
"@v-c/utils": "^0.0.26",
"@vueuse/core": "^10.5.0",
Expand All @@ -37,19 +37,19 @@
"mitt": "^3.0.1",
"pinia": "^2.1.7",
"unplugin-config": "^0.1.3",
"vue": "^3.3.6",
"vue-i18n": "^9.5.0",
"vue": "^3.3.7",
"vue-i18n": "^9.6.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@mistjs/cli": "0.0.1-beta.4",
"@mistjs/eslint-config": "1.0.0-beta.4",
"@types/fs-extra": "^11.0.3",
"@types/lodash": "^4.14.200",
"@types/lodash-es": "^4.17.10",
"@types/node": "^20.8.7",
"@types/node": "^20.8.9",
"@types/treeify": "^1.0.2",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.0.2",
Expand Down Expand Up @@ -77,11 +77,11 @@
"unocss": "^0.56.5",
"unocss-preset-chinese": "^0.3.0",
"unocss-preset-ease": "^0.0.3",
"unplugin-auto-import": "^0.16.6",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.19"
"vue-tsc": "^1.8.21"
},
"lint-staged": {
"**/*.{vue,ts,js,jsx,tsx}": "eslint src --fix"
Expand Down
Loading

2 comments on commit e1da2a8

@vercel
Copy link

@vercel vercel bot commented on e1da2a8 Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on e1da2a8 Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.