update versions

This commit is contained in:
Daniel Bulant 2023-03-03 23:10:03 +01:00
parent e451981ccb
commit bddad83f1d
3 changed files with 576 additions and 757 deletions

View file

@ -9,31 +9,31 @@
}, },
"devDependencies": { "devDependencies": {
"@dimforge/rapier3d-compat": "^0.10.0", "@dimforge/rapier3d-compat": "^0.10.0",
"@sveltejs/adapter-static": "1.0.0-next.39", "@sveltejs/adapter-static": "2.0.1",
"@sveltejs/kit": "1.0.0-next.431", "@sveltejs/kit": "1.9.3",
"@theatre/core": "^0.5.1", "@theatre/core": "^0.5.1",
"@theatre/studio": "^0.5.1", "@theatre/studio": "^0.5.1",
"@threlte/core": "^5.0.8", "@threlte/core": "^5.0.9",
"@threlte/extras": "^4.9.3", "@threlte/extras": "^4.9.3",
"@threlte/preprocess": "^0.0.2", "@threlte/preprocess": "^0.0.2",
"@threlte/rapier": "^0.5.0", "@threlte/rapier": "^0.5.0",
"@threlte/theatre": "^0.0.2", "@threlte/theatre": "^0.0.2",
"@types/three": "^0.147.1", "@types/three": "^0.147.1",
"mdsvex": "0.10.5", "mdsvex": "0.10.5",
"svelte": "3.46.4", "svelte": "3.55.1",
"svelte-sequential-preprocessor": "^0.0.7", "svelte-sequential-preprocessor": "^0.0.7",
"three": "^0.148.0", "three": "^0.148.0",
"vite-plugin-windicss": "^1.8.7" "vite-plugin-windicss": "^1.8.10"
}, },
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@elastic/apm-rum": "^5.12.0", "@elastic/apm-rum": "^5.12.0",
"@sentry/browser": "^7.24.2", "@sentry/browser": "^7.40.0",
"@sveltejs/pancake": "^0.0.18", "@sveltejs/pancake": "^0.0.18",
"katex": "0.15.2", "katex": "0.15.2",
"luxon": "2.3.1", "luxon": "2.3.1",
"mdast-util-gfm-table": "^1.0.4", "mdast-util-gfm-table": "^1.0.7",
"micromark": "^3.0.10", "micromark": "^3.1.0",
"micromark-extension-gfm-table": "^1.0.5", "micromark-extension-gfm-table": "^1.0.5",
"rehype-autolink-headings": "6.1.1", "rehype-autolink-headings": "6.1.1",
"rehype-katex-svelte": "1.0.3", "rehype-katex-svelte": "1.0.3",
@ -45,7 +45,7 @@
"remark-twemoji": "0.1.1", "remark-twemoji": "0.1.1",
"twemoji": "13.1.0", "twemoji": "13.1.0",
"unified": "^10.1.2", "unified": "^10.1.2",
"vite": "^3.0.9", "vite": "^4.1.4",
"xterm": "4.18.0" "xterm": "4.18.0"
} }
} }

File diff suppressed because it is too large Load diff

View file

@ -15,7 +15,7 @@ const config = {
precompress: true precompress: true
}), }),
prerender: { prerender: {
default: true origin: "https://danbulant.eu"
} }
}, },
extensions: ['.svelte', '.md'], extensions: ['.svelte', '.md'],