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 Oct 3, 2023
1 parent 35b2163 commit 98fb464
Show file tree
Hide file tree
Showing 2 changed files with 701 additions and 593 deletions.
44 changes: 22 additions & 22 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@github/webauthn-json": "2.1.1",
"@headlessui/vue": "1.7.16",
"@intlify/unplugin-vue-i18n": "1.2.0",
"@intlify/unplugin-vue-i18n": "1.4.0",
"@pinia/nuxt": "0.4.11",
"@unhead/vue": "^1.7.3",
"@vuelidate/core": "2.0.3",
Expand All @@ -33,74 +33,74 @@
"@vueuse/core": "10.4.1",
"@vueuse/integrations": "10.4.1",
"accept-language-parser": "1.5.0",
"axios": "1.5.0",
"axios": "1.5.1",
"chartist": "1.3.0",
"chartist-plugin-legend": "0.6.2",
"debug": "4.3.4",
"diff-match-patch": "1.0.5",
"dompurify": "3.0.5",
"dompurify": "3.0.6",
"easymde": "2.18.0",
"filesize": "10.0.12",
"jsdom": "22.1.0",
"jwt-decode": "3.1.2",
"lodash-es": "4.17.21",
"marked": "8.0.0",
"marked-extended-tables": "1.0.6",
"marked": "8.0.1",
"marked-extended-tables": "1.0.7",
"marked-linkify-it": "3.1.4",
"nprogress": "0.2.0",
"pinia": "2.1.6",
"prism-theme-vars": "0.2.4",
"prismjs": "1.29.0",
"qs": "6.11.2",
"swagger-ui-dist": "5.7.1",
"swagger-ui-dist": "5.9.0",
"universal-cookie": "4.0.4",
"vue": "3.3.4",
"vue-advanced-cropper": "2.8.8",
"vue-i18n": "9.4.1",
"vue-i18n": "9.5.0",
"vue3-popper": "1.5.0",
"vuedraggable": "4.1.0"
},
"devDependencies": {
"@iconify-json/mdi": "1.1.54",
"@nuxt-alt/proxy": "2.3.2",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@types/accept-language-parser": "1.5.3",
"@types/debug": "4.1.8",
"@types/diff-match-patch": "1.0.33",
"@types/dompurify": "3.0.2",
"@types/accept-language-parser": "1.5.4",
"@types/debug": "4.1.9",
"@types/diff-match-patch": "1.0.34",
"@types/dompurify": "3.0.3",
"@types/jsdom": "21.1.3",
"@types/locale": "0.1.2",
"@types/lodash-es": "4.17.9",
"@types/markdown-it-link-attributes": "3.0.1",
"@types/nprogress": "0.2.0",
"@types/prismjs": "1.26.0",
"@types/markdown-it-link-attributes": "3.0.2",
"@types/nprogress": "0.2.1",
"@types/prismjs": "1.26.1",
"@types/qs": "6.9.8",
"@types/swagger-ui-dist": "3.30.1",
"@unocss/nuxt": "0.55.7",
"@types/swagger-ui-dist": "3.30.2",
"@unocss/nuxt": "0.56.5",
"@vue/compiler-sfc": "3.3.4",
"@vue/eslint-config-typescript": "12.0.0",
"eslint": "8.49.0",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-unicorn": "48.0.1",
"eslint-plugin-vue": "9.17.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"nuxt": "3.7.3",
"pnpm": "8.7.5",
"nuxt": "3.7.4",
"pnpm": "8.8.0",
"prettier": "2.8.8",
"regenerator-runtime": "0.14.0",
"sass": "1.67.0",
"sass": "1.68.0",
"typescript": "5.2.2",
"unplugin-auto-import": "0.16.6",
"unplugin-icons": "0.17.0",
"unplugin-vue-components": "0.25.2",
"vite": "4.4.9",
"vite-plugin-eslint": "1.8.1",
"vue-tsc": "1.8.11"
"vue-tsc": "1.8.15"
},
"comments": "Hookable 5.5 seems to break with nuxt...",
"pnpm": {
Expand Down
Loading

0 comments on commit 98fb464

Please sign in to comment.