mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-02-11 14:52:01 +08:00
update deps
This commit is contained in:
parent
4df0c61564
commit
2c50138a8b
@ -19,15 +19,15 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@headlessui/vue": "^1.5.0",
|
||||
"@headlessui/vue": "^1.6.0",
|
||||
"@nuxt/devalue": "^2.0.0",
|
||||
"@vuelidate/core": "^2.0.0-alpha.40",
|
||||
"@vuelidate/validators": "^2.0.0-alpha.28",
|
||||
"@vueuse/core": "^8.2.0",
|
||||
"@vueuse/head": "^0.7.5",
|
||||
"@vueuse/integrations": "^8.2.0",
|
||||
"@vueuse/core": "^8.3.1",
|
||||
"@vueuse/head": "^0.7.6",
|
||||
"@vueuse/integrations": "^8.3.1",
|
||||
"accept-language-parser": "^1.5.0",
|
||||
"axios": "^0.26.1",
|
||||
"axios": "^0.27.2",
|
||||
"chartist": "^0.11.4",
|
||||
"chartist-plugin-legend": "^0.6.2",
|
||||
"debug": "^4.3.4",
|
||||
@ -36,20 +36,20 @@
|
||||
"jwt-decode": "^3.1.2",
|
||||
"lodash-es": "^4.17.21",
|
||||
"nprogress": "^0.2.0",
|
||||
"pinia": "^2.0.12",
|
||||
"pinia": "^2.0.13",
|
||||
"prism-theme-vars": "^0.2.2",
|
||||
"qs": "^6.10.3",
|
||||
"swagger-ui-dist": "^4.9.1",
|
||||
"swagger-ui-dist": "^4.10.3",
|
||||
"universal-cookie": "^4.0.4",
|
||||
"vite-ssr": "^0.16.0",
|
||||
"vue": "^3.2.31",
|
||||
"vue": "^3.2.33",
|
||||
"vue-i18n": "^9.1.9",
|
||||
"vue-router": "^4.0.14",
|
||||
"vue3-popper": "^1.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify/json": "^2.1.20",
|
||||
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
|
||||
"@iconify/json": "^2.1.34",
|
||||
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
|
||||
"@types/accept-language-parser": "^1.5.3",
|
||||
"@types/chartist": "^0.11.1",
|
||||
"@types/debug": "^4.1.7",
|
||||
@ -58,36 +58,46 @@
|
||||
"@types/lodash-es": "^4.17.6",
|
||||
"@types/markdown-it-link-attributes": "^3.0.1",
|
||||
"@types/nprogress": "^0.2.0",
|
||||
"@types/prettier": "^2.4.4",
|
||||
"@types/prettier": "^2.6.0",
|
||||
"@types/qs": "^6.9.7",
|
||||
"@types/swagger-ui-dist": "^3.30.1",
|
||||
"@vitejs/plugin-vue": "^2.2.4",
|
||||
"@vue/compiler-sfc": "^3.2.31",
|
||||
"@vitejs/plugin-vue": "^2.3.1",
|
||||
"@vue/compiler-sfc": "^3.2.33",
|
||||
"@vue/eslint-config-typescript": "^10.0.0",
|
||||
"@vue/server-renderer": "^3.2.31",
|
||||
"@vue/server-renderer": "^3.2.33",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.11.0",
|
||||
"eslint": "^8.14.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-import-resolver-alias": "^1.1.2",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-import": "^2.25.4",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-unicorn": "^42.0.0",
|
||||
"eslint-plugin-vue": "^8.5.0",
|
||||
"eslint-plugin-vue": "^8.7.1",
|
||||
"husky": "^7.0.4",
|
||||
"lint-staged": "^12.3.7",
|
||||
"node-fetch": "^3.2.3",
|
||||
"pnpm": "^6.32.3",
|
||||
"prettier": "^2.6.1",
|
||||
"sass": "^1.49.9",
|
||||
"typescript": "^4.6.3",
|
||||
"unplugin-auto-import": "^0.7.0",
|
||||
"lint-staged": "^12.4.1",
|
||||
"node-fetch": "^3.2.4",
|
||||
"pnpm": "^6.32.11",
|
||||
"prettier": "^2.6.2",
|
||||
"sass": "^1.51.0",
|
||||
"typescript": "^4.6.4",
|
||||
"unplugin-auto-import": "^0.7.1",
|
||||
"unplugin-icons": "^0.14.1",
|
||||
"unplugin-vue-components": "^0.19.2",
|
||||
"vite": "^2.9.1",
|
||||
"vite-plugin-eslint": "^1.3.0",
|
||||
"unplugin-vue-components": "^0.19.3",
|
||||
"vite": "^2.9.6",
|
||||
"vite-plugin-eslint": "1.3.0",
|
||||
"vite-plugin-pages": "^0.23.0",
|
||||
"vite-plugin-pwa": "^0.12.0",
|
||||
"vite-plugin-vue-layouts": "^0.6.0",
|
||||
"vite-plugin-windicss": "^1.8.3"
|
||||
"vite-plugin-windicss": "^1.8.4"
|
||||
},
|
||||
"Dependency stuff": [
|
||||
"vite-plugin-eslint > 1.3.0 seems bork",
|
||||
"stuff below is to fix some audit warnings"
|
||||
],
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"async@<2.6.4": ">=2.6.4",
|
||||
"ejs@<3.1.7": ">=3.1.7"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user