Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Sep 6, 2023
1 parent 5bc5249 commit e066889
Show file tree
Hide file tree
Showing 3 changed files with 622 additions and 687 deletions.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<spring-cloud-aws.version>3.0.2</spring-cloud-aws.version>

<!-- dependencies -->
<sentry.version>6.28.0</sentry.version>
<sentry.version>6.29.0</sentry.version>
<springdoc.version>2.2.0</springdoc.version>
<jsitemapgenerator.version>4.5</jsitemapgenerator.version>
<org-json.version>20230618</org-json.version>
Expand Down
28 changes: 14 additions & 14 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": "0.13.0",
"@intlify/unplugin-vue-i18n": "1.0.1",
"@pinia/nuxt": "0.4.11",
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.4",
Expand All @@ -44,39 +44,39 @@
"jsdom": "22.1.0",
"jwt-decode": "3.1.2",
"lodash-es": "4.17.21",
"marked": "7.0.5",
"marked": "8.0.0",
"marked-extended-tables": "1.0.6",
"marked-linkify-it": "3.1.1",
"marked-linkify-it": "3.1.3",
"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.4.2",
"swagger-ui-dist": "5.6.2",
"universal-cookie": "4.0.4",
"vue": "3.3.4",
"vue-advanced-cropper": "2.8.8",
"vue-i18n": "9.2.2",
"vue-i18n": "9.3.0",
"vue3-popper": "1.5.0",
"vuedraggable": "4.1.0"
},
"devDependencies": {
"@iconify-json/mdi": "1.1.54",
"@nuxt-alt/proxy": "2.3.0",
"@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.32",
"@types/dompurify": "3.0.2",
"@types/jsdom": "21.1.2",
"@types/locale": "0.1.1",
"@types/lodash-es": "4.17.8",
"@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/qs": "6.9.7",
"@types/qs": "6.9.8",
"@types/swagger-ui-dist": "3.30.1",
"@unocss/nuxt": "0.55.3",
"@unocss/nuxt": "0.55.7",
"@vue/compiler-sfc": "3.3.4",
"@vue/eslint-config-typescript": "11.0.3",
"eslint": "8.48.0",
Expand All @@ -89,18 +89,18 @@
"eslint-plugin-vue": "9.17.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"nuxt": "3.7.0",
"pnpm": "8.7.0",
"nuxt": "3.7.1",
"pnpm": "8.7.4",
"prettier": "2.8.8",
"regenerator-runtime": "0.14.0",
"sass": "1.66.1",
"typescript": "5.2.2",
"unplugin-auto-import": "0.16.6",
"unplugin-icons": "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.8"
"vue-tsc": "1.8.10"
},
"comments": "Hookable 5.5 seems to break with nuxt...",
"pnpm": {
Expand Down
Loading

0 comments on commit e066889

Please sign in to comment.