diff --git a/package.json b/package.json index 4394ad5..83e1fd6 100644 --- a/package.json +++ b/package.json @@ -10,24 +10,25 @@ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch" }, "devDependencies": { - "@sveltejs/adapter-auto": "^3.0.0", + "@sveltejs/adapter-auto": "^3.2.0", "@sveltejs/kit": "^2.0.0", "@sveltejs/vite-plugin-svelte": "^3.0.0", + "dotenv": "^16.4.5", + "node-cache": "^5.1.2", + "postgres": "^3.4.4", "sass": "^1.77.0", + "ssh2": "^1.15.0", "svelte": "^4.2.7", "svelte-check": "^3.6.0", + "svelte-preprocess": "^5.1.4", "typescript": "^5.0.0", "vite": "^5.0.3" }, "type": "module", "dependencies": { - "dotenv": "^16.4.5", "expected-round": "^0.0.4", "moment": "^2.30.1", - "node-cache": "^5.1.2", - "postgres": "^3.4.4", "seedrandom": "^3.0.5", - "ssh2": "^1.15.0", "vite-plugin-entry-shaking": "^0.4.3" } } diff --git a/yarn.lock b/yarn.lock index bcc53c3..d0ac7bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -355,7 +355,7 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.17.2.tgz#5a2d08b81e8064b34242d5cc9973ef8dd1e60503" integrity sha512-TGGO7v7qOq4CYmSBVEYpI1Y5xDuCEnbVC5Vth8mOsW0gDSzxNrVERPc790IGHsrT2dQSimgMr9Ub3Y1Jci5/8w== -"@sveltejs/adapter-auto@^3.0.0": +"@sveltejs/adapter-auto@^3.2.0": version "3.2.0" resolved "https://registry.yarnpkg.com/@sveltejs/adapter-auto/-/adapter-auto-3.2.0.tgz#00720dfad99f95452c6e47cc64a1cb58324337d2" integrity sha512-She5nKT47kwHE18v9NMe6pbJcvULr82u0V3yZ0ej3n1laWKGgkgdEABE9/ak5iDPs93LqsBkuIo51kkwCLBjJA== @@ -1480,7 +1480,7 @@ svelte-hmr@^0.16.0: resolved "https://registry.yarnpkg.com/svelte-hmr/-/svelte-hmr-0.16.0.tgz#9f345b7d1c1662f1613747ed7e82507e376c1716" integrity sha512-Gyc7cOS3VJzLlfj7wKS0ZnzDVdv3Pn2IuVeJPk9m2skfhcu5bq3wtIZyQGggr7/Iim5rH5cncyQft/kRLupcnA== -svelte-preprocess@^5.1.3: +svelte-preprocess@^5.1.3, svelte-preprocess@^5.1.4: version "5.1.4" resolved "https://registry.yarnpkg.com/svelte-preprocess/-/svelte-preprocess-5.1.4.tgz#14ada075c94bbd2b71c5ec70ff72f8ebe1c95b91" integrity sha512-IvnbQ6D6Ao3Gg6ftiM5tdbR6aAETwjhHV+UKGf5bHGYR69RQvF1ho0JKPcbUON4vy4R7zom13jPjgdOWCQ5hDA==