Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
glass-ships committed Dec 2, 2024
1 parent 3927dcb commit a404844
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 23 deletions.
Binary file modified frontend/bun.lockb
Binary file not shown.
42 changes: 21 additions & 21 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
},
"dependencies": {
"@floating-ui/dom": "^1.6.12",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/free-regular-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@sentry/browser": "^8.37.1",
"@sentry/vue": "^8.37.1",
"@vueuse/core": "^11.2.0",
"apexcharts": "^4.0.0",
"@sentry/browser": "^8.42.0",
"@sentry/vue": "^8.42.0",
"@vueuse/core": "^11.3.0",
"apexcharts": "^4.1.0",
"body-scroll-lock": "4.0.0-beta.0",
"lodash": "^4.17.21",
"micromark": "^4.0.0",
"micromark": "^4.0.1",
"normalize.css": "^8.0.1",
"tippy.js": "^6.3.7",
"ua-parser-js": "^1.0.39",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-gtag": "^2.0.1",
"vue-hotjar": "^1.4.0",
"vue-router": "^4.4.5",
"vue-router": "^4.5.0",
"vue-tippy": "^6.5.0",
"vue3-apexcharts": "~1.4.4"
},
Expand All @@ -46,26 +46,26 @@
"@types/lodash": "^4.17.13",
"@types/node": "22.9.0",
"@types/ua-parser-js": "^0.7.39",
"@vitejs/plugin-vue": "^5.1.5",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/eslint-config-typescript": "^14.1.4",
"@vue/test-utils": "2.4.6",
"@vue/tsconfig": "^0.6.0",
"axe-playwright": "^2.0.3",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"eslint": "^9.16.0",
"eslint-plugin-vue": "^9.32.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"jsdom": "^25.0.1",
"msw": "^2.6.4",
"postcss": "^8.4.48",
"prettier": "^3.3.3",
"msw": "^2.6.6",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-jsdoc": "^1.3.0",
"sass": "^1.80.6",
"typescript": "^5.6.3",
"sass": "^1.81.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-svg-loader": "^5.1.0",
"vitest": "^2.1.4",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
},
"msw": {
Expand Down
5 changes: 3 additions & 2 deletions frontend/public/mockServiceWorker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* tslint:disable */
/* eslint-disable */
/* tslint:disable */

/**
* Mock Service Worker.
Expand All @@ -7,7 +8,7 @@
* - Please do NOT serve this file on production.
*/

const PACKAGE_VERSION = '2.6.4'
const PACKAGE_VERSION = '2.6.6'
const INTEGRITY_CHECKSUM = 'ca7800994cc8bfb5eb961e037c877074'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
Expand Down

0 comments on commit a404844

Please sign in to comment.