Skip to content

Commit

Permalink
Merge pull request #848 from EstrellaXD/revert-847-3.1-dev
Browse files Browse the repository at this point in the history
Revert "3.1.15"
  • Loading branch information
Rewrite0 authored Sep 23, 2024
2 parents 751c479 + 260a913 commit 9f6aa56
Show file tree
Hide file tree
Showing 29 changed files with 6,380 additions and 5,286 deletions.
2 changes: 1 addition & 1 deletion webui/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"i18n-ally.localesPaths": ["src/i18n"],
"commentTranslate.targetLanguage": "zh-CN",
"i18n-ally.sourceLanguage": "zh-CN",
"i18n-ally.sourceLanguage": "en",
"typescript.tsdk": "node_modules/typescript/lib",
"i18n-ally.keystyle": "nested"
}
59 changes: 30 additions & 29 deletions webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"scripts": {
"prepare": "cd .. && husky install ./webui/.husky",
"test:build": "vue-tsc --noEmit",
Expand All @@ -20,51 +19,53 @@
"generate-pwa-assets": "pwa-assets-generator --preset minimal public/images/logo.svg"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@vueuse/components": "^10.11.1",
"@vueuse/core": "^10.11.1",
"@headlessui/vue": "^1.7.13",
"@vueuse/components": "^10.4.1",
"@vueuse/core": "^8.9.4",
"axios": "^0.27.2",
"naive-ui": "^2.39.0",
"pinia": "^2.2.2",
"vue": "^3.5.8",
"vue-i18n": "^9.14.0",
"vue-inline-svg": "^3.1.4",
"vue-router": "^4.4.5"
"naive-ui": "^2.34.4",
"pinia": "^2.1.3",
"rxjs": "^7.8.1",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-inline-svg": "^3.1.2",
"vue-router": "^4.2.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.6",
"@icon-park/vue-next": "^1.4.2",
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@storybook/addon-essentials": "^7.6.20",
"@storybook/addon-interactions": "^7.6.20",
"@storybook/addon-links": "^7.6.20",
"@storybook/blocks": "^7.6.20",
"@storybook/addon-essentials": "^7.0.12",
"@storybook/addon-interactions": "^7.0.12",
"@storybook/addon-links": "^7.0.12",
"@storybook/blocks": "^7.0.12",
"@storybook/testing-library": "0.0.14-next.2",
"@storybook/vue3": "^7.6.20",
"@storybook/vue3-vite": "^7.6.20",
"@types/node": "^18.19.50",
"@unocss/preset-attributify": "^0.55.7",
"@storybook/vue3": "^7.0.12",
"@storybook/vue3-vite": "^7.0.12",
"@types/node": "^18.16.14",
"@unocss/preset-attributify": "^0.55.3",
"@unocss/preset-rem-to-px": "^0.51.13",
"@unocss/reset": "^0.51.13",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/runtime-dom": "^3.5.8",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-storybook": "^0.6.15",
"@vue/runtime-dom": "^3.3.4",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-storybook": "^0.6.12",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"radash": "^12.1.0",
"sass-embedded": "^1.79.3",
"storybook": "^7.6.20",
"sass": "^1.62.1",
"storybook": "^7.0.12",
"typescript": "^4.9.5",
"unocss": "^0.51.13",
"unplugin-auto-import": "^0.10.3",
"unplugin-vue-components": "^0.24.1",
"unplugin-vue-router": "^0.6.4",
"vite": "^4.5.5",
"vite-plugin-pwa": "^0.16.7",
"vite": "^4.3.5",
"vite-plugin-pwa": "^0.16.4",
"vitest": "^0.30.1",
"vue-tsc": "^1.8.27"
}
"vue-tsc": "^1.6.4"
},
"packageManager": "pnpm@9.1.4+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0"
}
Loading

0 comments on commit 9f6aa56

Please sign in to comment.