mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 05:11:41 +00:00
chore: update to latest packages
This commit is contained in:
parent
4f1bb2c8c1
commit
f5920d2802
2 changed files with 18 additions and 18 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
36
package.json
36
package.json
|
|
@ -18,31 +18,31 @@
|
|||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@tsconfig/svelte": "^5.0.4",
|
||||
"@types/bun": "latest",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/lodash": "^4.17.0",
|
||||
"@types/node": "^16.11.6",
|
||||
"@typescript-eslint/eslint-plugin": "5.29.0",
|
||||
"@typescript-eslint/parser": "5.29.0",
|
||||
"builtin-modules": "^3.0.0",
|
||||
"esbuild": "^0.24.2",
|
||||
"esbuild-svelte": "^0.9.0",
|
||||
"@types/bun": "^1.2.11",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/lodash": "^4.17.16",
|
||||
"@types/node": "^22.15.3",
|
||||
"@typescript-eslint/eslint-plugin": "8.31.1",
|
||||
"@typescript-eslint/parser": "8.31.1",
|
||||
"builtin-modules": "^5.0.0",
|
||||
"esbuild": "^0.25.3",
|
||||
"esbuild-svelte": "^0.9.2",
|
||||
"jest": "^29.7.0",
|
||||
"obsidian": "latest",
|
||||
"obsidian": "^1.8.7",
|
||||
"prettier": "^3.5.3",
|
||||
"svelte-check": "^4.1.3",
|
||||
"svelte-check": "^4.1.7",
|
||||
"svelte-preprocess": "^6.0.3",
|
||||
"ts-auto-guard": "^5.0.0",
|
||||
"ts-jest": "^29.1.4",
|
||||
"tslib": "2.4.0",
|
||||
"typescript": "^5.7.3"
|
||||
"ts-auto-guard": "^5.0.1",
|
||||
"ts-jest": "^29.3.2",
|
||||
"tslib": "2.8.1",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"crypto": "^1.0.1",
|
||||
"idb": "^8.0.0",
|
||||
"idb": "^8.0.2",
|
||||
"js-logger": "^1.6.1",
|
||||
"lodash": "^4.17.21",
|
||||
"nanoid": "^5.0.7",
|
||||
"svelte": "^5.17.3"
|
||||
"nanoid": "^5.1.5",
|
||||
"svelte": "^5.28.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue