mirror of
https://github.com/mnaoumov/obsidian-advanced-debug-mode.git
synced 2026-07-22 05:44:00 +00:00
chore: update libs
This commit is contained in:
parent
00bda354f8
commit
0a81083cf1
3 changed files with 31 additions and 24 deletions
|
|
@ -53,7 +53,3 @@ Advanced Debug Mode is an Obsidian plugin that enhances the debugging experience
|
|||
- `patches/file-system-adapter-things-happening-patch-component.ts` — patches `thingsHappening` to disable the long-running-task timeout
|
||||
- `styles/` — `main.scss` (plugin styles) and `scss.d.ts` (SCSS module type declaration)
|
||||
- **`main` field** points to `src/main.ts` (Obsidian plugin source entry; built artifact is `dist/build/main.js`, not published to npm).
|
||||
|
||||
## Known Issues
|
||||
|
||||
None.
|
||||
|
|
|
|||
45
package-lock.json
generated
45
package-lock.json
generated
|
|
@ -12,7 +12,7 @@
|
|||
"@commitlint/cli": "^21.2.1",
|
||||
"@commitlint/config-conventional": "^21.2.0",
|
||||
"@commitlint/types": "^21.2.0",
|
||||
"@obsidian-typings/obsidian-public-latest": "^6.22.0",
|
||||
"@obsidian-typings/obsidian-public-latest": "^6.23.0",
|
||||
"@total-typescript/ts-reset": "^0.6.1",
|
||||
"@tsconfig/strictest": "^2.0.8",
|
||||
"@types/node": "^26.1.1",
|
||||
|
|
@ -26,8 +26,8 @@
|
|||
"jsdom": "^29.1.1",
|
||||
"nano-staged": "^1.0.2",
|
||||
"obsidian": "^1.13.1",
|
||||
"obsidian-dev-utils": "^85.1.0",
|
||||
"obsidian-integration-testing": "^6.2.0",
|
||||
"obsidian-dev-utils": "^86.0.0",
|
||||
"obsidian-integration-testing": "^8.1.0",
|
||||
"obsidian-test-mocks": "^3.6.0",
|
||||
"type-fest": "^5.8.0",
|
||||
"typescript": "6.0.3",
|
||||
|
|
@ -2543,9 +2543,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@obsidian-typings/obsidian-public-1.12.7": {
|
||||
"version": "6.24.0",
|
||||
"resolved": "https://registry.npmjs.org/@obsidian-typings/obsidian-public-1.12.7/-/obsidian-public-1.12.7-6.24.0.tgz",
|
||||
"integrity": "sha512-Ktlvsen9jVDhDgupZp2UYjs14eJw0ESZCu28+iZZ1lVN7KBnsGM7xnq/3bPNrVE3FO1UniFRkDwMFcyrH44M2g==",
|
||||
"version": "6.25.0",
|
||||
"resolved": "https://registry.npmjs.org/@obsidian-typings/obsidian-public-1.12.7/-/obsidian-public-1.12.7-6.25.0.tgz",
|
||||
"integrity": "sha512-ZxyhLKIlp7FAqi9QjVvADh7QOpLXVRhmYbROKGfiOL4ZH3WlmS9OHqT3rKsQCfhOtfBxC5jMV7Dz4sZNymwoXA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
|
|
@ -2553,13 +2553,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@obsidian-typings/obsidian-public-latest": {
|
||||
"version": "6.22.0",
|
||||
"resolved": "https://registry.npmjs.org/@obsidian-typings/obsidian-public-latest/-/obsidian-public-latest-6.22.0.tgz",
|
||||
"integrity": "sha512-n9Bfwu3e+j8iMsTrF3EXs3W5KwnnIkmLZldohd2DCKg6NbZP9UmQeCi56aVX+7UgJRDPa3erd1XopWLANhoHyw==",
|
||||
"version": "6.23.0",
|
||||
"resolved": "https://registry.npmjs.org/@obsidian-typings/obsidian-public-latest/-/obsidian-public-latest-6.23.0.tgz",
|
||||
"integrity": "sha512-vn7cocvPVh769uiPJ7wr2IRhM6xd3r3JJbpNMMgffo4TXjCoUbLvkfzw5myct2lYHxbSyA46/0evP7bCn5sh3g==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@obsidian-typings/obsidian-public-1.12.7": "^6.24.0"
|
||||
"@obsidian-typings/obsidian-public-1.12.7": "^6.25.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@oxc-project/types": {
|
||||
|
|
@ -5097,6 +5097,16 @@
|
|||
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/adm-zip": {
|
||||
"version": "0.5.18",
|
||||
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.18.tgz",
|
||||
"integrity": "sha512-ufJnssQGbxzLNS1Ho9bCtX4rQKCCvoVuDLHoJyc3F9dOGDB4BkWs2Ci0kv53lqocAEQ/Cbi+I2XCsNYGqVYqng==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=12.0"
|
||||
}
|
||||
},
|
||||
"node_modules/agent-base": {
|
||||
"version": "7.1.4",
|
||||
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
||||
|
|
@ -12737,9 +12747,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/obsidian-dev-utils": {
|
||||
"version": "85.1.0",
|
||||
"resolved": "https://registry.npmjs.org/obsidian-dev-utils/-/obsidian-dev-utils-85.1.0.tgz",
|
||||
"integrity": "sha512-n+4F6/PtS9w80Ifei3cDhbrY6t3DUOSdM18HyxHn0w7B+reV0BIMX/tt+VX5GMQqMKgf0IUNA8U+TxBPZIGyjA==",
|
||||
"version": "86.0.0",
|
||||
"resolved": "https://registry.npmjs.org/obsidian-dev-utils/-/obsidian-dev-utils-86.0.0.tgz",
|
||||
"integrity": "sha512-lEFNfLxqImo7H9efwvJybylyH/vWyDOJV4nK1JEuTpcaKSO/Wh0oQ2Gqu2yB1nbbGpEFvNgxbmOXlpNTHpwOiA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
@ -12750,7 +12760,7 @@
|
|||
"@eslint/config-helpers": "^0.6.0",
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@lezer/common": "1.2.3",
|
||||
"@obsidian-typings/obsidian-public-latest": "^6.22.0",
|
||||
"@obsidian-typings/obsidian-public-latest": "^6.23.0",
|
||||
"@stylistic/eslint-plugin": "^5.10.0",
|
||||
"@tsconfig/strictest": "^2.0.8",
|
||||
"@types/babel__core": "^7.20.5",
|
||||
|
|
@ -12767,6 +12777,7 @@
|
|||
"@types/shell-quote": "^1.7.5",
|
||||
"@typescript-eslint/eslint-plugin": "^8.63.0",
|
||||
"@typescript-eslint/parser": "^8.63.0",
|
||||
"adm-zip": "^0.5.18",
|
||||
"commander": "^15.0.0",
|
||||
"compare-versions": "^6.1.1",
|
||||
"cspell": "^10.0.1",
|
||||
|
|
@ -12869,9 +12880,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/obsidian-integration-testing": {
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/obsidian-integration-testing/-/obsidian-integration-testing-6.2.0.tgz",
|
||||
"integrity": "sha512-NSocP9kPgMhlIyTk/nbVDkP6o2AcvnNgAhrrKpky6EMHstXITWSnJTYPYV7mAHayD3DBT7/28vdxmD1U/cVKxw==",
|
||||
"version": "8.1.0",
|
||||
"resolved": "https://registry.npmjs.org/obsidian-integration-testing/-/obsidian-integration-testing-8.1.0.tgz",
|
||||
"integrity": "sha512-MZpHBdHqbDxnjFPcpGSLdXbeH+TPiujVuGgWCQxoaEQE27RNxH8CX17p2lAiu/vIp6us+gJgySZO9lmf17WyJw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
"@commitlint/cli": "^21.2.1",
|
||||
"@commitlint/config-conventional": "^21.2.0",
|
||||
"@commitlint/types": "^21.2.0",
|
||||
"@obsidian-typings/obsidian-public-latest": "^6.22.0",
|
||||
"@obsidian-typings/obsidian-public-latest": "^6.23.0",
|
||||
"@total-typescript/ts-reset": "^0.6.1",
|
||||
"@tsconfig/strictest": "^2.0.8",
|
||||
"@types/node": "^26.1.1",
|
||||
|
|
@ -63,8 +63,8 @@
|
|||
"jsdom": "^29.1.1",
|
||||
"nano-staged": "^1.0.2",
|
||||
"obsidian": "^1.13.1",
|
||||
"obsidian-dev-utils": "^85.1.0",
|
||||
"obsidian-integration-testing": "^6.2.0",
|
||||
"obsidian-dev-utils": "^86.0.0",
|
||||
"obsidian-integration-testing": "^8.1.0",
|
||||
"obsidian-test-mocks": "^3.6.0",
|
||||
"type-fest": "^5.8.0",
|
||||
"typescript": "6.0.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue