Second round of package updates

This commit is contained in:
Scott Idem
2025-06-18 13:19:51 -04:00
parent f126abf39d
commit 2b65c0ff16
3 changed files with 20 additions and 20 deletions

32
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.36.8",
"@floating-ui/dom": "^1.6.0",
"@lucide/svelte": "^0.511.0",
"@lucide/svelte": "^0.517.0",
"@popperjs/core": "^2.11.0",
"@tiptap/extension-bullet-list": "^2.10.2",
"@tiptap/extension-document": "^2.10.2",
@@ -32,7 +32,7 @@
"dexie": "^4.0.0",
"flowbite-svelte": "^0.48.00",
"html5-qrcode": "^2.3.8",
"lucide-svelte": "^0.511.0",
"lucide-svelte": "^0.517.0",
"marked": "^15.0.7",
"shadcn-svelte": "^0.14.0"
},
@@ -70,7 +70,7 @@
"@tiptap/pm": "^2.10.3",
"@tiptap/starter-kit": "^2.10.3",
"@types/eslint": "^9.0.0",
"@types/node": "^22.0.0",
"@types/node": "^24.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"autoprefixer": "^10.4.20",
@@ -1573,9 +1573,9 @@
}
},
"node_modules/@lucide/svelte": {
"version": "0.511.0",
"resolved": "https://registry.npmjs.org/@lucide/svelte/-/svelte-0.511.0.tgz",
"integrity": "sha512-aLCSPMUJmHlCuLXzXENXa4Z1NV2mN1iAZAFKk4bEbey+/MdsNlu+/DqwVkgW3Yvj6p8y8Vn5xZ2v9CLmPlA6Vw==",
"version": "0.517.0",
"resolved": "https://registry.npmjs.org/@lucide/svelte/-/svelte-0.517.0.tgz",
"integrity": "sha512-abTsvzeGxCAZY2HnFO8XOYlZDaWtBmg9R4C/sioAlhkxfRRn3oaCvxIYH5/KcBnWsvxXtWW17+snejkKCh0O+g==",
"license": "ISC",
"peerDependencies": {
"svelte": "^5"
@@ -2934,13 +2934,13 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "22.15.32",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.32.tgz",
"integrity": "sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==",
"version": "24.0.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.3.tgz",
"integrity": "sha512-R4I/kzCYAdRLzfiCabn9hxWfbuHS573x+r0dJMkkzThEa7pbrcDWK+9zu3e7aBOouf+rQAciqPFMnxwr0aWgKg==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~6.21.0"
"undici-types": "~7.8.0"
}
},
"node_modules/@types/resolve": {
@@ -5471,9 +5471,9 @@
"license": "ISC"
},
"node_modules/lucide-svelte": {
"version": "0.511.0",
"resolved": "https://registry.npmjs.org/lucide-svelte/-/lucide-svelte-0.511.0.tgz",
"integrity": "sha512-cSBj1UPKt1EXnj3VBUidBqwHyFQ83pLYiTaQ/67Q5thnaP9IPohL2UXjqEzgSXXklYPYQKaAv+kmVdliDWFjWQ==",
"version": "0.517.0",
"resolved": "https://registry.npmjs.org/lucide-svelte/-/lucide-svelte-0.517.0.tgz",
"integrity": "sha512-CtnL3WSxfY8A8wAplmKO1ZdVBHIx0TLHErlgyw5zZge6ayO67MhtoE+RzTvgvDEaugqX8CvQTFjAe48m+dCYZg==",
"license": "ISC",
"peerDependencies": {
"svelte": "^3 || ^4 || ^5.0.0-next.42"
@@ -8235,9 +8235,9 @@
"license": "MIT"
},
"node_modules/undici-types": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz",
"integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==",
"dev": true,
"license": "MIT"
},

View File

@@ -50,7 +50,7 @@
"@tiptap/pm": "^2.10.3",
"@tiptap/starter-kit": "^2.10.3",
"@types/eslint": "^9.0.0",
"@types/node": "^22.0.0",
"@types/node": "^24.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"autoprefixer": "^10.4.20",
@@ -98,7 +98,7 @@
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.36.8",
"@floating-ui/dom": "^1.6.0",
"@lucide/svelte": "^0.511.0",
"@lucide/svelte": "^0.517.0",
"@popperjs/core": "^2.11.0",
"@tiptap/extension-bullet-list": "^2.10.2",
"@tiptap/extension-document": "^2.10.2",
@@ -110,7 +110,7 @@
"dexie": "^4.0.0",
"flowbite-svelte": "^0.48.00",
"html5-qrcode": "^2.3.8",
"lucide-svelte": "^0.511.0",
"lucide-svelte": "^0.517.0",
"marked": "^15.0.7",
"shadcn-svelte": "^0.14.0"
}

View File

@@ -18,7 +18,7 @@
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" data-theme="lci-custom-theme" class="h-full w-full overflow-auto">
<body data-sveltekit-preload-data="hover" data-theme="osit-custom-theme" class="h-full w-full overflow-auto">
<!-- <div style="display: contents" class="h-full w-full overflow-auto"> % sveltekit.body % </div> -->
<div style="display: contents" class="">%sveltekit.body%</div>
</body>