Skip to content

Commit 107b320

Browse files
committed
update svelte
1 parent 4dc698a commit 107b320

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

bun.lockb

-1.16 KB
Binary file not shown.

exampleVault/Input Fields/Progress Bar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ INPUT[progressBar(showcase, minValue(0), maxValue(10), stepSize(0.1)):progress4]
2222
```
2323

2424
```meta-bind
25-
INPUT[progressBar(defaultValue(53))]
25+
INPUT[progressBar(defaultValue(53), class(red))]
2626
```

exampleVault/Other Note.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
tags: test
3-
title: test test
3+
title: test te
44
select: option a
55
date: 2023-09-22
66
time: 19:20

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"author": "Moritz Jung",
3030
"license": "GPL-3.0",
3131
"devDependencies": {
32-
"@elysiajs/cors": "^1.0.5",
32+
"@elysiajs/cors": "^1.1.0",
3333
"@happy-dom/global-registrator": "^14.12.3",
3434
"@tsconfig/svelte": "^5.0.4",
3535
"@types/bun": "^1.1.6",
36-
"@typescript-eslint/eslint-plugin": "^7.16.0",
37-
"@typescript-eslint/parser": "^7.16.0",
36+
"@typescript-eslint/eslint-plugin": "^7.17.0",
37+
"@typescript-eslint/parser": "^7.17.0",
3838
"builtin-modules": "^4.0.0",
39-
"elysia": "^1.0.27",
39+
"elysia": "^1.1.4",
4040
"esbuild": "^0.23.0",
4141
"esbuild-plugin-copy-watch": "^2.3.1",
4242
"esbuild-svelte": "^0.8.1",
@@ -45,14 +45,14 @@
4545
"eslint-plugin-isaacscript": "^3.12.2",
4646
"eslint-plugin-no-relative-import-paths": "^1.5.5",
4747
"eslint-plugin-only-warn": "^1.1.0",
48-
"eslint-plugin-svelte": "^2.42.0",
48+
"eslint-plugin-svelte": "^2.43.0",
4949
"prettier": "^3.3.3",
50-
"prettier-plugin-svelte": "^3.2.5",
50+
"prettier-plugin-svelte": "^3.2.6",
5151
"string-argv": "^0.3.2",
5252
"svelte-check": "^3.8.4",
5353
"svelte-preprocess": "^6.0.2",
5454
"tslib": "^2.6.3",
55-
"typescript": "^5.5.3",
55+
"typescript": "^5.5.4",
5656
"yaml": "^2.4.5"
5757
},
5858
"dependencies": {
@@ -61,7 +61,7 @@
6161
"itertools-ts": "^1.27.1",
6262
"mathjs": "^12.4.3",
6363
"moment": "^2.30.1",
64-
"svelte": "5.0.0-next.183",
64+
"svelte": "5.0.0-next.195",
6565
"zod": "^3.23.8",
6666
"zod-validation-error": "^2.1.0"
6767
},
@@ -71,6 +71,6 @@
7171
"svelte-preprocess"
7272
],
7373
"patchedDependencies": {
74-
"[email protected].183": "patches/[email protected].183.patch"
74+
"[email protected].195": "patches/[email protected].195.patch"
7575
}
7676
}

packages/obsidian/src/playground/PlaygroundView.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import type { WorkspaceLeaf } from 'obsidian';
22
import { ItemView } from 'obsidian';
33
import PlaygroundComponent from 'packages/core/src/utils/playground/PlaygroundComponent.svelte';
44
import type MetaBindPlugin from 'packages/obsidian/src/main';
5-
import type {Component as SvelteComponent} from 'svelte';
6-
import { mount, unmount } from 'svelte';
5+
import type { Component as SvelteComponent } from 'svelte';
6+
import { mount, unmount } from 'svelte';
77

88
export const MB_PLAYGROUND_VIEW_TYPE = 'mb-playground-view-type';
99

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/package.json b/package.json
2-
index 2a936024d51624cf1b72c36ea40859dd89ee624d..9b4d60ee77b5374e174fe01e81c3e05a847c4dbe 100644
2+
index 37e2ad881a5be0defa8450c06fa4e0641b03e401..6783875d8401917d170f62237eef1e31ea850971 100644
33
--- a/package.json
44
+++ b/package.json
55
@@ -22,7 +22,7 @@

0 commit comments

Comments
 (0)