Skip to content

Commit

Permalink
Update Sveltekit
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Sep 2, 2022
2 parents 6c74a97 + 5cb681c commit 4774a13
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@
"tslib": "2.4.0",
"typescript": "4.8.2",
"vite": "3.1.0-beta.2",
"vitest": "0.22.1",
"vitest-svelte-kit": "0.0.7"
"vitest": "0.22.1"
},
"dependencies": {
"@analytics/google-analytics": "1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/actions.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import { browser } from '$app/env';
import { browser } from '$app/environment';
import Card from '$lib/components/card/card.svelte';
import { krokiRendererUrl, rendererUrl } from '$lib/util/env';
import { pakoSerde } from '$lib/util/serde';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/util/stats.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { browser } from '$app/env';
import { browser } from '$app/environment';
import type { AnalyticsInstance } from 'analytics';

export let analytics: AnalyticsInstance;
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5344,11 +5344,6 @@ [email protected]:
optionalDependencies:
fsevents "~2.3.2"

[email protected]:
version "0.0.7"
resolved "https://registry.yarnpkg.com/vitest-svelte-kit/-/vitest-svelte-kit-0.0.7.tgz#002b943a2946beffaadf20838ff0d950e8f861f3"
integrity sha512-B83C14BAQEwNqTHcZ1dEV9EuCwOEKglcix32zBqRFonTmnc652JUOPJhMDAkQmOzHlA+SIXZ3FNEKiJjXyd1JA==

[email protected]:
version "0.22.1"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.22.1.tgz#3122e6024bf782ee9aca53034017af7adb009c32"
Expand Down

0 comments on commit 4774a13

Please sign in to comment.