mirror of
https://github.com/aaronsb/obsidian-mcp-plugin.git
synced 2026-07-22 06:45:14 +00:00
chore(deps-dev): bump development-dependencies group
Supersedes #217 (dependabot). Brings the dev toolchain current: @types/node 25.3→25.9, @typescript-eslint/utils + typescript-eslint 8.56→8.60, esbuild 0.27→0.28, globals 17.3→17.6, jest 30.2→30.4, jiti 2.6→2.7, obsidian 1.12.2→1.13.0, ts-jest 29.1→29.4. The typescript-eslint 8.60 and obsidian 1.13.0 type bumps surface new lint findings; cleared in the follow-up commit.
This commit is contained in:
parent
b8c7f53885
commit
ac8946aa95
2 changed files with 797 additions and 785 deletions
1564
package-lock.json
generated
1564
package-lock.json
generated
File diff suppressed because it is too large
Load diff
18
package.json
18
package.json
|
|
@ -29,19 +29,19 @@
|
|||
"@eslint/js": "^9.39.2",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/minimatch": "^5.1.2",
|
||||
"@types/node": "^25.3.0",
|
||||
"@typescript-eslint/utils": "^8.56.0",
|
||||
"esbuild": "^0.27.3",
|
||||
"@types/node": "^25.9.2",
|
||||
"@typescript-eslint/utils": "^8.60.1",
|
||||
"esbuild": "^0.28.0",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-plugin-obsidianmd": "^0.3.0",
|
||||
"globals": "^17.3.0",
|
||||
"jest": "^30.2.0",
|
||||
"jiti": "^2.6.1",
|
||||
"obsidian": "^1.12.2",
|
||||
"ts-jest": "^29.1.1",
|
||||
"globals": "^17.6.0",
|
||||
"jest": "^30.4.2",
|
||||
"jiti": "^2.7.0",
|
||||
"obsidian": "^1.13.0",
|
||||
"ts-jest": "^29.4.11",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.56.0"
|
||||
"typescript-eslint": "^8.60.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.29.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue