From 2b308f90213a4095b919adb44d27511792ffb328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Fri, 24 Sep 2021 19:21:54 +0200 Subject: [PATCH] [chore] Update config and npm packages --- .env.local | 2 +- package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.env.local b/.env.local index cff22b7..8d5a462 100644 --- a/.env.local +++ b/.env.local @@ -2,7 +2,7 @@ VITE_LIMIT_TIME=2 * 7 * 24 * 60 * 60 * 1000 # API related -# VITE_API_URL_DEV="http://192.168.1.19:8055/graphql" +# VITE_API_URL_DEV="http://192.168.1.19:8055" VITE_API_URL_DEV="http://api.housesof.localhost:8055" VITE_API_URL_PROD="https://api.housesof.world" VITE_API_GRAPHQL_PATH="/graphql" diff --git a/package.json b/package.json index c706196..4125880 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "sanitize.css": "^12.0.1" }, "devDependencies": { - "@sveltejs/adapter-node": "^1.0.0-next.49", + "@sveltejs/adapter-node": "^1.0.0-next.50", "@sveltejs/adapter-vercel": "^1.0.0-next.29", "@sveltejs/kit": "next", "@typescript-eslint/eslint-plugin": "^4.31.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9933cc3..f1f3472 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,7 +1,7 @@ lockfileVersion: 5.3 specifiers: - '@sveltejs/adapter-node': ^1.0.0-next.49 + '@sveltejs/adapter-node': ^1.0.0-next.50 '@sveltejs/adapter-vercel': ^1.0.0-next.29 '@sveltejs/kit': next '@typescript-eslint/eslint-plugin': ^4.31.2 @@ -22,9 +22,9 @@ dependencies: sanitize.css: 12.0.1 devDependencies: - '@sveltejs/adapter-node': 1.0.0-next.49 + '@sveltejs/adapter-node': 1.0.0-next.50 '@sveltejs/adapter-vercel': 1.0.0-next.29 - '@sveltejs/kit': 1.0.0-next.171_svelte@3.43.0 + '@sveltejs/kit': 1.0.0-next.172_svelte@3.43.0 '@typescript-eslint/eslint-plugin': 4.31.2_3815fab247b4312be6d1f55eb1f81298 '@typescript-eslint/parser': 4.31.2_eslint@7.32.0+typescript@4.4.3 eslint: 7.32.0 @@ -119,8 +119,8 @@ packages: picomatch: 2.3.0 dev: true - /@sveltejs/adapter-node/1.0.0-next.49: - resolution: {integrity: sha512-0v70tnoWOJoYql9g+P92aF+rfhqJ+y9wAyuAV62F7+kSgTBqzTCohuwQwRzLDXKfvxou7G9hfWo7RV1zo7tNKw==} + /@sveltejs/adapter-node/1.0.0-next.50: + resolution: {integrity: sha512-5We41yYfDY5jduYSzCs30U5aIihfr53vJyAMY0eipzyMSPVPOrb81VaucWUGTObp+IHgMtSl1PxRzshe27Ko4g==} dependencies: esbuild: 0.12.29 tiny-glob: 0.2.9 @@ -132,12 +132,12 @@ packages: esbuild: 0.12.29 dev: true - /@sveltejs/kit/1.0.0-next.171_svelte@3.43.0: - resolution: {integrity: sha512-lDdEc6eVc8ILuQavHw/HKK7rQs3LMPp1gxieoChvSJGix/GGEaxaOQlUH0JyoLridqzQo39z6XM0giwWLQtGfA==} + /@sveltejs/kit/1.0.0-next.172_svelte@3.43.0: + resolution: {integrity: sha512-DeK9RLy+5SnGDWHq1gjWBMpj4ggctJrxyZfrw266AKZP1yvOqeutX/9XoLKv8lRoAoM12Bm8GxLoTECi7IOYWg==} engines: {node: ^12.20 || >=14.13} hasBin: true peerDependencies: - svelte: ^3.39.0 + svelte: ^3.43.0 dependencies: '@sveltejs/vite-plugin-svelte': 1.0.0-next.24_svelte@3.43.0+vite@2.5.10 cheap-watch: 1.0.4