Skip to content

Commit

Permalink
chore: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Aug 30, 2023
1 parent 76d8079 commit 99b7b9c
Show file tree
Hide file tree
Showing 3 changed files with 1,430 additions and 1,183 deletions.
4 changes: 2 additions & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -52,7 +52,7 @@
<mockito-inline.version>5.2.0</mockito-inline.version>

<!-- test -->
<pg.version>1.18.3</pg.version>
<pg.version>1.19.0</pg.version>

<!-- plugins -->
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
Expand Down
34 changes: 17 additions & 17 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"dependencies": {
"@github/webauthn-json": "2.1.1",
"@headlessui/vue": "1.7.16",
"@intlify/unplugin-vue-i18n": "0.12.3",
"@intlify/unplugin-vue-i18n": "0.13.0",
"@pinia/nuxt": "0.4.11",
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.3",
"@vueuse/components": "10.3.0",
"@vueuse/core": "10.3.0",
"@vuelidate/validators": "2.0.4",
"@vueuse/components": "10.4.1",
"@vueuse/core": "10.4.1",
"@vueuse/head": "1.3.1",
"@vueuse/integrations": "10.3.0",
"@vueuse/integrations": "10.4.1",
"accept-language-parser": "1.5.0",
"axios": "1.4.0",
"axios": "1.5.0",
"chartist": "1.3.0",
"chartist-plugin-legend": "0.6.2",
"debug": "4.3.4",
Expand All @@ -44,7 +44,7 @@
"jsdom": "22.1.0",
"jwt-decode": "3.1.2",
"lodash-es": "4.17.21",
"marked": "7.0.4",
"marked": "7.0.5",
"marked-extended-tables": "1.0.6",
"marked-linkify-it": "3.1.1",
"nprogress": "0.2.0",
Expand All @@ -63,23 +63,23 @@
"devDependencies": {
"@iconify-json/mdi": "1.1.54",
"@nuxt-alt/proxy": "2.3.0",
"@nuxtjs/eslint-config-typescript": "12.0.0",
"@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.1",
"@types/jsdom": "21.1.2",
"@types/locale": "0.1.1",
"@types/lodash-es": "4.17.8",
"@types/markdown-it-link-attributes": "3.0.1",
"@types/nprogress": "0.2.0",
"@types/prismjs": "1.26.0",
"@types/qs": "6.9.7",
"@types/swagger-ui-dist": "3.30.1",
"@unocss/nuxt": "0.55.2",
"@unocss/nuxt": "0.55.3",
"@vue/compiler-sfc": "3.3.4",
"@vue/eslint-config-typescript": "11.0.3",
"eslint": "8.47.0",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "3.6.0",
Expand All @@ -88,16 +88,16 @@
"eslint-plugin-unicorn": "48.0.1",
"eslint-plugin-vue": "9.17.0",
"husky": "8.0.3",
"lint-staged": "14.0.0",
"nuxt": "3.6.5",
"pnpm": "8.6.12",
"lint-staged": "14.0.1",
"nuxt": "3.7.0",
"pnpm": "8.7.0",
"prettier": "2.8.8",
"regenerator-runtime": "0.14.0",
"sass": "1.66.1",
"typescript": "5.1.6",
"typescript": "5.2.2",
"unplugin-auto-import": "0.16.6",
"unplugin-icons": "0.16.5",
"unplugin-vue-components": "0.25.1",
"unplugin-icons": "0.16.6",
"unplugin-vue-components": "0.25.2",
"vite": "4.4.9",
"vite-plugin-eslint": "1.8.1",
"vue-tsc": "1.8.8"
Expand Down
Loading

0 comments on commit 99b7b9c

Please sign in to comment.