🚑 Downgraded dependencies

This commit is contained in:
Mawoka
2022-09-17 17:35:45 +02:00
parent 264f14c826
commit b6f73dcedd
3 changed files with 272 additions and 282 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ FROM node:18.5-bullseye-slim
# change working directory
WORKDIR /app
RUN corepack enable && corepack prepare pnpm@7.0.0-rc.2 --activate && pnpm i
RUN corepack enable && corepack prepare pnpm@7.5.0 --activate && pnpm i
# copy files from previous step
COPY --from=builder /usr/src/app/build .
COPY --from=builder /usr/src/app/package.json .
+15 -15
View File
@@ -18,19 +18,19 @@
"@felte/reporter-tippy": "^1.1.3",
"@felte/validator-yup": "^1.0.9",
"@fontsource/marck-script": "^4.5.10",
"@sentry/browser": "^7.13.0",
"@sentry/tracing": "^7.13.0",
"@sentry/browser": "^7.11.1",
"@sentry/tracing": "^7.11.1",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-node": "^1.0.0-next.92",
"@sveltejs/adapter-node": "^1.0.0-next.86",
"@sveltejs/kit": "next",
"@tailwindcss/typography": "^0.5.7",
"@tailwindcss/typography": "^0.5.4",
"@types/cookie": "^0.5.1",
"@types/js-cookie": "^3.0.2",
"@types/luxon": "^2.4.0",
"@types/ua-parser-js": "^0.7.36",
"@types/yup": "^0.29.14",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@uppy/compressor": "^0.3.3",
"@uppy/core": "^2.3.3",
"@uppy/dashboard": "^2.4.2",
@@ -38,11 +38,11 @@
"@uppy/image-editor": "^1.4.2",
"@uppy/svelte": "^1.0.9",
"@uppy/xhr-upload": "^2.1.3",
"autoprefixer": "^10.4.11",
"autoprefixer": "^10.4.8",
"cookie": "^0.5.0",
"crypto-js": "^4.1.1",
"cssnano": "^5.1.13",
"eslint": "^8.23.1",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"felte": "^1.2.3",
@@ -50,7 +50,7 @@
"i18next-browser-languagedetector": "^6.1.5",
"js-cookie": "^3.0.1",
"luxon": "^2.5.0",
"mapbox-gl": "^2.10.0",
"mapbox-gl": "^2.9.2",
"minisearch": "^5.0.0",
"plausible-tracker": "^0.3.8",
"postcss": "^8.4.16",
@@ -58,20 +58,20 @@
"postcss-load-config": "^4.0.1",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"sass": "^1.54.9",
"socket.io-client": "^4.5.2",
"svelte": "^3.50.1",
"svelte-check": "^2.9.0",
"sass": "^1.54.4",
"socket.io-client": "^4.5.1",
"svelte": "^3.49.0",
"svelte-check": "^2.8.1",
"svelte-preprocess": "^4.10.7",
"svelte-range-slider-pips": "^2.0.3",
"svelte-tippy": "^1.3.2",
"swiper": "^8.4.2",
"swiper": "^8.3.2",
"tailwindcss": "^3.1.8",
"tippy.js": "^6.3.7",
"tslib": "^2.4.0",
"typescript": "~4.7.4",
"ua-parser-js": "^1.0.2",
"vite": "^3.1.1",
"vite": "^3.1.0",
"vite-plugin-iso-import": "^0.1.3",
"yup": "^0.32.11"
},
+256 -266
View File
File diff suppressed because it is too large Load Diff