Skip to content

Commit

Permalink
update some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
glass-ships committed Jan 10, 2025
1 parent db7915c commit e082e97
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Binary file modified frontend/bun.lockb
Binary file not shown.
20 changes: 10 additions & 10 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"test:e2e": "playwright test"
},
"dependencies": {
"@floating-ui/dom": "^1.6.12",
"@floating-ui/dom": "^1.6.13",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@sentry/browser": "^8.47.0",
"@sentry/vue": "^8.47.0",
"@vueuse/core": "^11.3.0",
"@sentry/browser": "^8.48.0",
"@sentry/vue": "^8.48.0",
"@vueuse/core": "^12.3.0",
"apexcharts": "^4.3.0",
"body-scroll-lock": "4.0.0-beta.0",
"lodash": "^4.17.21",
Expand All @@ -38,32 +38,32 @@
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@playwright/test": "~1.48.2",
"@playwright/test": "~1.49.1",
"@tsconfig/node20": "^20.1.4",
"@types/body-scroll-lock": "^3.1.2",
"@types/dom-to-image": "^2.6.7",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.14",
"@types/node": "22.9.0",
"@types/node": "^22.10.5",
"@types/ua-parser-js": "^0.7.39",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.2.0",
"@vue/test-utils": "2.4.6",
"@vue/tsconfig": "^0.6.0",
"@vue/tsconfig": "^0.7.0",
"axe-playwright": "^2.0.3",
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"jsdom": "^25.0.1",
"jsdom": "^26.0.0",
"msw": "^2.7.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-jsdoc": "^1.3.2",
"sass": "^1.83.1",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-svg-loader": "^5.1.0",
"vitest": "^2.1.8",
"vue-tsc": "^2.2.0"
Expand Down

0 comments on commit e082e97

Please sign in to comment.