diff options
| author | mat <github@matdoes.dev> | 2022-05-18 21:29:41 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-05-18 21:29:41 -0500 |
| commit | 97688e22c8335642b72d200ce0a865353bef5207 (patch) | |
| tree | e0b638cad2b38c17f84fe5270f360a21756f6728 /package.json | |
| parent | 05bca625f53f021596bc8e84fb7ee6933114a65a (diff) | |
| download | skyblock-stats-97688e22c8335642b72d200ce0a865353bef5207.tar.gz skyblock-stats-97688e22c8335642b72d200ce0a865353bef5207.tar.bz2 skyblock-stats-97688e22c8335642b72d200ce0a865353bef5207.zip | |
Fix lag
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index b2ba8a9..a2b2139 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,7 @@ "eslint-plugin-svelte3": "^4.0.0", "prettier": "^2.5.1", "prettier-plugin-svelte": "^2.5.0", - "svelte": "^3.46.4", "svelte-check": "^2.4.6", - "svelte-preprocess": "^4.10.4", "tslib": "^2.3.1", "typescript": "~4.6.4", "vite": "^2.8.6", @@ -38,10 +36,12 @@ "@sveltejs/adapter-node": "^1.0.0-next.68", "@sveltejs/adapter-static": "^1.0.0-next.28", "@sveltejs/adapter-vercel": "^1.0.0-next.43", - "@sveltejs/kit": "^1.0.0-next.330", + "@sveltejs/kit": "^1.0.0-next.335", "cookie": "^0.5.0", "dotenv": "^16.0.0", "skyblock-assets": "^2.0.8", + "svelte": "^3.48.0", + "svelte-preprocess": "^4.10.6", "typed-hypixel-api": "^1.1.0" }, "packageManager": "yarn@3.1.1" |
