Skip to content

Commit

Permalink
Update packages to latest versions
Browse files Browse the repository at this point in the history
- enabled svelte CSR because of chaneg in svelte kit
  • Loading branch information
neonfuz authored and 44100hertz committed Sep 21, 2022
1 parent e36a805 commit 5c3bb0f
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 477 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@
},
"devDependencies": {
"@bismuthsoft/svelte-dj-knob": "^0.2.1",
"@sveltejs/adapter-auto": "1.0.0-next.66",
"@sveltejs/kit": "1.0.0-next.436",
"@sveltejs/adapter-auto": "1.0.0-next.74",
"@sveltejs/kit": "1.0.0-next.482",
"@types/audioworklet": "^0.0.32",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"concurrently": "^7.3.0",
"esbuild": "^0.15.5",
"eslint": "^8.22.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"concurrently": "^7.4.0",
"esbuild": "^0.15.7",
"eslint": "^8.23.1",
"eslint-plugin-svelte3": "^4.0.0",
"svelte": "^3.49.0",
"svelte-check": "^2.8.1",
"svelte-grommet-icons": "^0.2.1",
"svelte": "^3.50.1",
"svelte-check": "^2.9.0",
"svelte-grommet-icons": "^0.3.0",
"svelte-preprocess": "^4.10.7",
"svelte2tsx": "^0.5.14",
"svelte2tsx": "^0.5.17",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"vite": "^3.0.9"
"typescript": "^4.8.3",
"vite": "^3.1.0"
},
"type": "module"
}
Loading

0 comments on commit 5c3bb0f

Please sign in to comment.