Skip to content

Commit 47049fc

Browse files
committed
update deps
1 parent d3d40d9 commit 47049fc

File tree

7 files changed

+14
-57
lines changed

7 files changed

+14
-57
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body:
2020
required: true
2121
- label: I checked that the plugin is up to date
2222
required: true
23-
- label: The issue persist with all other plugins and themes disabled
23+
- label: The issue persists with all other plugins and themes disabled
2424
required: false
2525
- type: input
2626
id: plugin-version

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You are more than welcome to open an issue on [GitHub](https://github.com/mProje
3838
1. Install and enable the `BRAT` plugin
3939
2. Run the `BRAT: Plugins: Add a beta plugin for testing` command
4040
3. Enter `https://github.com/mProjectsCode/obsidian-meta-bind-plugin` into the text field
41-
4. Click on `Add Pluign`
41+
4. Click on `Add Plugin`
4242

4343
## License
4444

bun.lockb

3.38 KB
Binary file not shown.

exampleVault/Input Fields/Number.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ INPUT[number(showcase):number2]
1313
```
1414

1515
```meta-bind
16-
INPUT[number(showcase, placeholder(test)):number3]
16+
INPUT[number(showcase, placeholder(test), defaultValue(-1)):number3]
1717
```

exampleVault/Input Fields/Select and Multi Select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ multiSelect3:
1111
- 1
1212
-
1313
- false
14-
select2: false
14+
select2:
1515
---
1616

1717
### Select

package.json

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"dev-publish": "bun run automation/build/esbuild.publish.dev.config.ts",
1010
"build-publish": "bun run tsc && node automation/build/esbuild.publish.config.ts",
1111
"tsc": "tsc -noEmit -skipLibCheck",
12-
"test": "LOG_TESTS=false bun test",
13-
"test:log": "LOG_TESTS=true bun test",
12+
"test": "LOG_TESTS=false bun test --conditions=browser",
13+
"test:log": "LOG_TESTS=true bun test --conditions=browser",
1414
"format": "prettier --write --plugin prettier-plugin-svelte .",
1515
"format:check": "prettier --check --plugin prettier-plugin-svelte .",
1616
"lint": "eslint --max-warnings=0 packages/**",
@@ -36,20 +36,20 @@
3636
"@typescript-eslint/eslint-plugin": "^7.18.0",
3737
"@typescript-eslint/parser": "^7.18.0",
3838
"builtin-modules": "^4.0.0",
39-
"elysia": "^1.1.12",
39+
"elysia": "^1.1.13",
4040
"esbuild": "^0.23.1",
4141
"esbuild-plugin-copy-watch": "^2.3.1",
42-
"esbuild-svelte": "^0.8.1",
43-
"eslint": "^8.57.0",
42+
"esbuild-svelte": "^0.8.2",
43+
"eslint": "^8.57.1",
4444
"eslint-plugin-import": "^2.30.0",
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.43.0",
48+
"eslint-plugin-svelte": "^2.44.0",
4949
"prettier": "^3.3.3",
5050
"prettier-plugin-svelte": "^3.2.6",
5151
"string-argv": "^0.3.2",
52-
"svelte-check": "^4.0.1",
52+
"svelte-check": "^4.0.2",
5353
"svelte-preprocess": "^6.0.2",
5454
"tslib": "^2.7.0",
5555
"typescript": "^5.6.2",
@@ -61,16 +61,13 @@
6161
"itertools-ts": "^1.27.1",
6262
"mathjs": "^13.1.1",
6363
"moment": "^2.30.1",
64-
"svelte": "5.0.0-next.244",
64+
"svelte": "5.0.0-next.251",
6565
"zod": "^3.23.8",
66-
"zod-validation-error": "^3.3.1"
66+
"zod-validation-error": "^3.4.0"
6767
},
6868
"private": true,
6969
"trustedDependencies": [
7070
"esbuild",
7171
"svelte-preprocess"
72-
],
73-
"patchedDependencies": {
74-
75-
}
72+
]
7673
}

patches/[email protected]

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)