chore: update dependencies

This commit is contained in:
Kasper Seweryn 2023-05-20 11:34:39 +00:00
parent ef6da257f2
commit bcfeec0728
1 changed files with 10 additions and 10 deletions

View File

@ -17,8 +17,8 @@
"postinstall": "yarn run fix-fomantic-css" "postinstall": "yarn run fix-fomantic-css"
}, },
"dependencies": { "dependencies": {
"@sentry/tracing": "7.27.0", "@sentry/tracing": "7.47.0",
"@sentry/vue": "7.27.0", "@sentry/vue": "7.47.0",
"@vue/runtime-core": "3.2.45", "@vue/runtime-core": "3.2.45",
"@vueuse/core": "9.12.0", "@vueuse/core": "9.12.0",
"@vueuse/integrations": "9.12.0", "@vueuse/integrations": "9.12.0",
@ -29,9 +29,9 @@
"butterchurn": "3.0.0-beta.4", "butterchurn": "3.0.0-beta.4",
"butterchurn-presets": "3.0.0-beta.4", "butterchurn-presets": "3.0.0-beta.4",
"diff": "5.1.0", "diff": "5.1.0",
"dompurify": "2.4.3", "dompurify": "2.4.5",
"focus-trap": "7.2.0", "focus-trap": "7.2.0",
"fomantic-ui-css": "2.9.1", "fomantic-ui-css": "2.9.2",
"howler": "2.2.3", "howler": "2.2.3",
"idb-keyval": "6.2.0", "idb-keyval": "6.2.0",
"js-logger": "1.6.1", "js-logger": "1.6.1",
@ -39,7 +39,7 @@
"lru-cache": "7.14.1", "lru-cache": "7.14.1",
"moment": "2.29.4", "moment": "2.29.4",
"showdown": "2.1.0", "showdown": "2.1.0",
"standardized-audio-context": "25.3.37", "standardized-audio-context": "25.3.41",
"text-clipper": "2.2.0", "text-clipper": "2.2.0",
"transliteration": "2.3.5", "transliteration": "2.3.5",
"universal-cookie": "4.0.4", "universal-cookie": "4.0.4",
@ -59,11 +59,11 @@
"devDependencies": { "devDependencies": {
"@intlify/eslint-plugin-vue-i18n": "2.0.0", "@intlify/eslint-plugin-vue-i18n": "2.0.0",
"@intlify/unplugin-vue-i18n": "0.8.2", "@intlify/unplugin-vue-i18n": "0.8.2",
"@types/diff": "5.0.2", "@types/diff": "5.0.3",
"@types/dompurify": "2.4.0", "@types/dompurify": "2.4.0",
"@types/howler": "2.2.7", "@types/howler": "2.2.7",
"@types/jquery": "3.5.16", "@types/jquery": "3.5.16",
"@types/lodash-es": "4.17.6", "@types/lodash-es": "4.17.7",
"@types/moxios": "0.4.15", "@types/moxios": "0.4.15",
"@types/qs": "6.9.7", "@types/qs": "6.9.7",
"@types/semantic-ui": "2.2.7", "@types/semantic-ui": "2.2.7",
@ -89,12 +89,12 @@
"jsdom": "20.0.3", "jsdom": "20.0.3",
"jsonc-eslint-parser": "2.1.0", "jsonc-eslint-parser": "2.1.0",
"sass": "1.57.1", "sass": "1.57.1",
"sinon": "15.0.1", "sinon": "15.0.2",
"standardized-audio-context-mock": "9.6.18", "standardized-audio-context-mock": "9.6.18",
"typescript": "4.9.4", "typescript": "4.9.5",
"utility-types": "3.10.0", "utility-types": "3.10.0",
"vite": "4.0.4", "vite": "4.0.4",
"vite-plugin-pwa": "0.14.1", "vite-plugin-pwa": "0.14.4",
"vitest": "0.25.8", "vitest": "0.25.8",
"vue-tsc": "1.0.24", "vue-tsc": "1.0.24",
"workbox-core": "6.5.4", "workbox-core": "6.5.4",