Skip to content

Commit

Permalink
fix(deps): update frontend non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2023
1 parent 34f6bef commit b01e9f4
Show file tree
Hide file tree
Showing 2 changed files with 1,422 additions and 904 deletions.
60 changes: 30 additions & 30 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"dependencies": {
"@github/webauthn-json": "2.1.1",
"@headlessui/vue": "1.7.16",
"@intlify/unplugin-vue-i18n": "1.4.0",
"@intlify/unplugin-vue-i18n": "1.5.0",
"@pinia/nuxt": "0.5.1",
"@unhead/vue": "^1.8.2",
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.4",
"@vueuse/components": "10.5.0",
"@vueuse/core": "10.5.0",
"@vueuse/components": "10.6.1",
"@vueuse/core": "10.6.1",
"accept-language-parser": "1.5.0",
"axios": "1.6.0",
"axios": "1.6.2",
"chartist": "1.3.0",
"chartist-plugin-legend": "0.6.2",
"debug": "4.3.4",
Expand All @@ -43,42 +43,42 @@
"jsdom": "22.1.0",
"jwt-decode": "4.0.0",
"lodash-es": "4.17.21",
"marked": "9.1.4",
"marked": "9.1.6",
"marked-extended-tables": "1.0.7",
"marked-linkify-it": "3.1.4",
"marked-linkify-it": "3.1.6",
"nprogress": "0.2.0",
"pinia": "2.1.7",
"prism-theme-vars": "0.2.4",
"prismjs": "1.29.0",
"qs": "6.11.2",
"swagger-ui-dist": "5.9.1",
"swagger-ui-dist": "5.10.3",
"universal-cookie": "6.1.1",
"vue": "3.3.7",
"vue": "3.3.8",
"vue-advanced-cropper": "2.8.8",
"vue-i18n": "9.6.2",
"vue-i18n": "9.7.1",
"vue3-popper": "1.5.0",
"vuedraggable": "4.1.0"
},
"devDependencies": {
"@iconify-json/mdi": "1.1.55",
"@nuxt-alt/proxy": "2.3.2",
"@nuxt-alt/proxy": "2.4.3",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@types/accept-language-parser": "1.5.5",
"@types/debug": "4.1.10",
"@types/diff-match-patch": "1.0.35",
"@types/dompurify": "3.0.4",
"@types/jsdom": "21.1.4",
"@types/locale": "0.1.3",
"@types/lodash-es": "4.17.10",
"@types/markdown-it-link-attributes": "3.0.3",
"@types/nprogress": "0.2.2",
"@types/prismjs": "1.26.2",
"@types/qs": "6.9.9",
"@types/swagger-ui-dist": "3.30.3",
"@unocss/nuxt": "0.57.1",
"@vue/compiler-sfc": "3.3.7",
"@types/accept-language-parser": "1.5.6",
"@types/debug": "4.1.12",
"@types/diff-match-patch": "1.0.36",
"@types/dompurify": "3.0.5",
"@types/jsdom": "21.1.6",
"@types/locale": "0.1.4",
"@types/lodash-es": "4.17.12",
"@types/markdown-it-link-attributes": "3.0.4",
"@types/nprogress": "0.2.3",
"@types/prismjs": "1.26.3",
"@types/qs": "6.9.10",
"@types/swagger-ui-dist": "3.30.4",
"@unocss/nuxt": "0.57.7",
"@vue/compiler-sfc": "3.3.8",
"@vue/eslint-config-typescript": "12.0.0",
"eslint": "8.52.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -87,15 +87,15 @@
"eslint-plugin-unicorn": "49.0.0",
"eslint-plugin-vue": "9.18.1",
"husky": "8.0.3",
"lint-staged": "15.0.2",
"nuxt": "3.8.0",
"pnpm": "8.10.1",
"lint-staged": "15.1.0",
"nuxt": "3.8.2",
"pnpm": "8.10.5",
"prettier": "2.8.8",
"regenerator-runtime": "0.14.0",
"sass": "1.69.5",
"typescript": "5.2.2",
"typescript": "5.3.2",
"unplugin-auto-import": "0.16.7",
"unplugin-icons": "0.17.1",
"unplugin-icons": "0.17.4",
"unplugin-vue-components": "0.25.2",
"vite": "4.5.0",
"vite-plugin-eslint": "1.8.1",
Expand Down
Loading

0 comments on commit b01e9f4

Please sign in to comment.