Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mProjectsCode committed Sep 18, 2024
1 parent d3d40d9 commit 47049fc
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body:
required: true
- label: I checked that the plugin is up to date
required: true
- label: The issue persist with all other plugins and themes disabled
- label: The issue persists with all other plugins and themes disabled
required: false
- type: input
id: plugin-version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You are more than welcome to open an issue on [GitHub](https://github.com/mProje
1. Install and enable the `BRAT` plugin
2. Run the `BRAT: Plugins: Add a beta plugin for testing` command
3. Enter `https://github.com/mProjectsCode/obsidian-meta-bind-plugin` into the text field
4. Click on `Add Pluign`
4. Click on `Add Plugin`

## License

Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion exampleVault/Input Fields/Number.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ INPUT[number(showcase):number2]
```

```meta-bind
INPUT[number(showcase, placeholder(test)):number3]
INPUT[number(showcase, placeholder(test), defaultValue(-1)):number3]
```
2 changes: 1 addition & 1 deletion exampleVault/Input Fields/Select and Multi Select.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ multiSelect3:
- 1
-
- false
select2: false
select2:
---

### Select
Expand Down
23 changes: 10 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dev-publish": "bun run automation/build/esbuild.publish.dev.config.ts",
"build-publish": "bun run tsc && node automation/build/esbuild.publish.config.ts",
"tsc": "tsc -noEmit -skipLibCheck",
"test": "LOG_TESTS=false bun test",
"test:log": "LOG_TESTS=true bun test",
"test": "LOG_TESTS=false bun test --conditions=browser",
"test:log": "LOG_TESTS=true bun test --conditions=browser",
"format": "prettier --write --plugin prettier-plugin-svelte .",
"format:check": "prettier --check --plugin prettier-plugin-svelte .",
"lint": "eslint --max-warnings=0 packages/**",
Expand All @@ -36,20 +36,20 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"builtin-modules": "^4.0.0",
"elysia": "^1.1.12",
"elysia": "^1.1.13",
"esbuild": "^0.23.1",
"esbuild-plugin-copy-watch": "^2.3.1",
"esbuild-svelte": "^0.8.1",
"eslint": "^8.57.0",
"esbuild-svelte": "^0.8.2",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-isaacscript": "^3.12.2",
"eslint-plugin-no-relative-import-paths": "^1.5.5",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-svelte": "^2.43.0",
"eslint-plugin-svelte": "^2.44.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"string-argv": "^0.3.2",
"svelte-check": "^4.0.1",
"svelte-check": "^4.0.2",
"svelte-preprocess": "^6.0.2",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
Expand All @@ -61,16 +61,13 @@
"itertools-ts": "^1.27.1",
"mathjs": "^13.1.1",
"moment": "^2.30.1",
"svelte": "5.0.0-next.244",
"svelte": "5.0.0-next.251",
"zod": "^3.23.8",
"zod-validation-error": "^3.3.1"
"zod-validation-error": "^3.4.0"
},
"private": true,
"trustedDependencies": [
"esbuild",
"svelte-preprocess"
],
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
]
}
40 changes: 0 additions & 40 deletions patches/[email protected]

This file was deleted.

0 comments on commit 47049fc

Please sign in to comment.