mirror of
https://github.com/danbulant/design
synced 2026-05-19 04:08:46 +00:00
update versions
This commit is contained in:
parent
e451981ccb
commit
bddad83f1d
3 changed files with 576 additions and 757 deletions
18
package.json
18
package.json
|
|
@ -9,31 +9,31 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@dimforge/rapier3d-compat": "^0.10.0",
|
||||
"@sveltejs/adapter-static": "1.0.0-next.39",
|
||||
"@sveltejs/kit": "1.0.0-next.431",
|
||||
"@sveltejs/adapter-static": "2.0.1",
|
||||
"@sveltejs/kit": "1.9.3",
|
||||
"@theatre/core": "^0.5.1",
|
||||
"@theatre/studio": "^0.5.1",
|
||||
"@threlte/core": "^5.0.8",
|
||||
"@threlte/core": "^5.0.9",
|
||||
"@threlte/extras": "^4.9.3",
|
||||
"@threlte/preprocess": "^0.0.2",
|
||||
"@threlte/rapier": "^0.5.0",
|
||||
"@threlte/theatre": "^0.0.2",
|
||||
"@types/three": "^0.147.1",
|
||||
"mdsvex": "0.10.5",
|
||||
"svelte": "3.46.4",
|
||||
"svelte": "3.55.1",
|
||||
"svelte-sequential-preprocessor": "^0.0.7",
|
||||
"three": "^0.148.0",
|
||||
"vite-plugin-windicss": "^1.8.7"
|
||||
"vite-plugin-windicss": "^1.8.10"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@elastic/apm-rum": "^5.12.0",
|
||||
"@sentry/browser": "^7.24.2",
|
||||
"@sentry/browser": "^7.40.0",
|
||||
"@sveltejs/pancake": "^0.0.18",
|
||||
"katex": "0.15.2",
|
||||
"luxon": "2.3.1",
|
||||
"mdast-util-gfm-table": "^1.0.4",
|
||||
"micromark": "^3.0.10",
|
||||
"mdast-util-gfm-table": "^1.0.7",
|
||||
"micromark": "^3.1.0",
|
||||
"micromark-extension-gfm-table": "^1.0.5",
|
||||
"rehype-autolink-headings": "6.1.1",
|
||||
"rehype-katex-svelte": "1.0.3",
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
"remark-twemoji": "0.1.1",
|
||||
"twemoji": "13.1.0",
|
||||
"unified": "^10.1.2",
|
||||
"vite": "^3.0.9",
|
||||
"vite": "^4.1.4",
|
||||
"xterm": "4.18.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
1313
pnpm-lock.yaml
1313
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
|
@ -15,7 +15,7 @@ const config = {
|
|||
precompress: true
|
||||
}),
|
||||
prerender: {
|
||||
default: true
|
||||
origin: "https://danbulant.eu"
|
||||
}
|
||||
},
|
||||
extensions: ['.svelte', '.md'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue