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] committed Sep 14, 2024
1 parent 3879535 commit 5c28b46
Show file tree
Hide file tree
Showing 4 changed files with 1,202 additions and 947 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"def": "npx codeceptjs def"
},
"dependencies": {
"@types/chai": "4.3.17",
"@types/chai": "4.3.19",
"browserstack-local": "^1.5.5",
"chai": "4.5.0",
"codeceptjs": "^3.6.5",
Expand Down
10 changes: 5 additions & 5 deletions e2e/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 26 additions & 26 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
},
"dependencies": {
"@github/webauthn-json": "2.1.1",
"@headlessui/vue": "1.7.22",
"@headlessui/vue": "1.7.23",
"@pinia/nuxt": "0.5.4",
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.4",
"@vueuse/components": "11.0.3",
"@vueuse/core": "11.0.3",
"@vueuse/nuxt": "11.0.3",
"accept-language-parser": "1.5.0",
"axios": "1.7.5",
"axios": "1.7.7",
"chart.js": "4.4.4",
"debug": "4.3.6",
"debug": "4.3.7",
"diff-match-patch": "1.0.5",
"dompurify": "3.1.6",
"easymde": "2.18.0",
"filesize": "10.1.4",
"filesize": "10.1.6",
"github-slugger": "2.0.0",
"jsdom": "25.0.0",
"jwt-decode": "4.0.0",
Expand All @@ -62,15 +62,15 @@
"vuedraggable": "4.1.0"
},
"devDependencies": {
"@iconify-json/mdi": "1.1.68",
"@iconify-json/mdi": "1.2.0",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@nuxtjs/i18n": "8.5.1",
"@sentry/bun": "8.27.0",
"@sentry/node": "8.27.0",
"@sentry/profiling-node": "8.27.0",
"@sentry/vue": "8.27.0",
"@nuxtjs/i18n": "8.5.3",
"@sentry/bun": "8.30.0",
"@sentry/node": "8.30.0",
"@sentry/profiling-node": "8.30.0",
"@sentry/vue": "8.30.0",
"@types/accept-language-parser": "1.5.6",
"@types/bun": "1.1.8",
"@types/bun": "1.1.9",
"@types/debug": "4.1.12",
"@types/diff-match-patch": "1.0.36",
"@types/dompurify": "3.0.5",
Expand All @@ -80,32 +80,32 @@
"@types/markdown-it-link-attributes": "3.0.5",
"@types/nprogress": "0.2.3",
"@types/prismjs": "1.26.4",
"@types/qs": "6.9.15",
"@types/qs": "6.9.16",
"@unocss/nuxt": "0.62.3",
"@vue/eslint-config-typescript": "13.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-oxlint": "0.9.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-oxlint": "0.9.5",
"eslint-plugin-unicorn": "51.0.1",
"eslint-plugin-vue": "9.27.0",
"husky": "9.1.5",
"lint-staged": "15.2.9",
"nuxt": "3.13.0",
"oxlint": "0.9.1",
"pnpm": "9.9.0",
"eslint-plugin-vue": "9.28.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"nuxt": "3.13.1",
"oxlint": "0.9.5",
"pnpm": "9.10.0",
"prettier": "3.3.3",
"regenerator-runtime": "0.14.1",
"sass": "1.77.8",
"typescript": "5.5.4",
"unplugin-auto-import": "0.18.2",
"unplugin-icons": "0.19.2",
"sass": "1.78.0",
"typescript": "5.6.2",
"unplugin-auto-import": "0.18.3",
"unplugin-icons": "0.19.3",
"unplugin-vue-components": "0.27.4",
"vite": "5.4.2",
"vite": "5.4.5",
"vite-plugin-eslint": "1.8.1",
"vue-tsc": "2.1.2"
"vue-tsc": "2.1.6"
}
}
Loading

0 comments on commit 5c28b46

Please sign in to comment.