Update packages (#5)

Reviewed-on: quartznet/quartznet.info#5
This commit is contained in:
Chris Dill 2024-05-29 14:37:28 -04:00
parent b2032e0450
commit 5446b8e37c
4 changed files with 731 additions and 1477 deletions

View File

@ -15,7 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: 🔧 Setup node
uses: https://github.com/actions/setup-node@v3
uses: https://github.com/actions/setup-node@v4
with:
node-version: '18.0.x'
- name: 🧱 Install node packages
run: npm ci
- name: ✅ svelte-check

2186
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,14 +9,14 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.21.0",
"svelte": "^4.0.1",
"svelte-check": "^3.4.4",
"svelte-preprocess": "^5.0.4",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"vite": "^4.3.9"
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.10",
"svelte": "^4.2.17",
"svelte-check": "^3.8.0",
"svelte-preprocess": "^5.1.4",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.12"
},
"type": "module"
}

View File

@ -1,5 +1,5 @@
import adapter from "@sveltejs/adapter-static";
import { vitePreprocess } from '@sveltejs/kit/vite';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
/** @type {import('@sveltejs/kit').Config} */
const config = {