⬆️ Updated frontend deps to fix build

This commit is contained in:
Mawoka
2022-11-20 12:05:46 +01:00
parent 19c5d6b5ac
commit ac64444bf3
2 changed files with 120 additions and 616 deletions
+10 -10
View File
@@ -14,12 +14,12 @@
"translations-scan": "i18next-scanner --config i18next-scanner.config.engine.cjs src/**/*.svelte" "translations-scan": "i18next-scanner --config i18next-scanner.config.engine.cjs src/**/*.svelte"
}, },
"devDependencies": { "devDependencies": {
"@beyonk/svelte-mapbox": "^8.1.4", "@beyonk/svelte-mapbox": "^8.2.0",
"@felte/reporter-tippy": "^1.1.4", "@felte/reporter-tippy": "^1.1.4",
"@felte/validator-yup": "^1.0.10", "@felte/validator-yup": "^1.0.10",
"@fontsource/marck-script": "^4.5.11", "@fontsource/marck-script": "^4.5.11",
"@sentry/browser": "^7.19.0", "@sentry/browser": "^7.20.0",
"@sentry/tracing": "^7.19.0", "@sentry/tracing": "^7.20.0",
"@sveltejs/adapter-auto": "next", "@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-node": "^1.0.0-next.100", "@sveltejs/adapter-node": "^1.0.0-next.100",
"@sveltejs/kit": "next", "@sveltejs/kit": "next",
@@ -29,7 +29,7 @@
"@types/js-cookie": "^3.0.2", "@types/js-cookie": "^3.0.2",
"@types/luxon": "^2.4.0", "@types/luxon": "^2.4.0",
"@types/ua-parser-js": "^0.7.36", "@types/ua-parser-js": "^0.7.36",
"@types/yup": "^0.29.14", "@types/yup": "^0.32.0",
"@typescript-eslint/eslint-plugin": "^5.43.0", "@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0", "@typescript-eslint/parser": "^5.43.0",
"@uppy/compressor": "^0.3.3", "@uppy/compressor": "^0.3.3",
@@ -44,22 +44,22 @@
"cookie": "^0.5.0", "cookie": "^0.5.0",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"cssnano": "^5.1.14", "cssnano": "^5.1.14",
"eslint": "^8.27.0", "eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0", "eslint-plugin-svelte3": "^4.0.0",
"felte": "^1.2.6", "felte": "^1.2.6",
"highlight.js": "^11.6.0", "highlight.js": "^11.6.0",
"i18next-browser-languagedetector": "^6.1.8", "i18next-browser-languagedetector": "^7.0.1",
"js-cookie": "^3.0.1", "js-cookie": "^3.0.1",
"luxon": "^2.5.0", "luxon": "^2.5.0",
"mapbox-gl": "^2.11.0", "mapbox-gl": "^2.11.0",
"minisearch": "^5.0.0", "minisearch": "^5.1.0",
"plausible-tracker": "^0.3.8", "plausible-tracker": "^0.3.8",
"postcss": "^8.4.19", "postcss": "^8.4.19",
"postcss-import": "^14.1.0", "postcss-import": "^14.1.0",
"postcss-load-config": "^4.0.1", "postcss-load-config": "^4.0.1",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.8.0", "prettier-plugin-svelte": "^2.8.1",
"sass": "^1.56.1", "sass": "^1.56.1",
"socket.io-client": "^4.5.3", "socket.io-client": "^4.5.3",
"svelte": "^3.53.1", "svelte": "^3.53.1",
@@ -73,12 +73,12 @@
"tslib": "^2.4.1", "tslib": "^2.4.1",
"typescript": "~4.7.4", "typescript": "~4.7.4",
"ua-parser-js": "^1.0.32", "ua-parser-js": "^1.0.32",
"vite": "^3.2.3", "vite": "^3.2.4",
"vite-plugin-iso-import": "^0.1.3", "vite-plugin-iso-import": "^0.1.3",
"yup": "^0.32.11" "yup": "^0.32.11"
}, },
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"i18next": "^21.10.0" "i18next": "^22.0.6"
} }
} }
+110 -606
View File
File diff suppressed because it is too large Load Diff