mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
build: upgrade all dependencies to latest versions where possible
Not latest versions for: - `wdio-electron-service` (because of the webdriverio-community/wdio-electron-service#1191 bug) - `electron` (because it matches the version currently used by Obsidian)
This commit is contained in:
parent
938b95aab0
commit
34e0d0009c
2 changed files with 22 additions and 22 deletions
|
|
@ -7,15 +7,15 @@
|
|||
"test": "wdio run wdio.conf.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wdio/cli": "9.11.0",
|
||||
"@wdio/globals": "9.11.0",
|
||||
"@wdio/local-runner": "9.11.0",
|
||||
"@wdio/mocha-framework": "9.11.0",
|
||||
"@wdio/spec-reporter": "9.11.0",
|
||||
"@wdio/cli": "9.20.0",
|
||||
"@wdio/globals": "9.17.0",
|
||||
"@wdio/local-runner": "9.20.0",
|
||||
"@wdio/mocha-framework": "9.20.0",
|
||||
"@wdio/spec-reporter": "9.20.0",
|
||||
"electron": "32.2.5",
|
||||
"expect-webdriverio": "5.1.0",
|
||||
"obsidian": "1.8.7",
|
||||
"wdio-electron-service": "8.0.1",
|
||||
"webdriverio": "9.11.0"
|
||||
"expect-webdriverio": "5.4.3",
|
||||
"obsidian": "1.10.0",
|
||||
"wdio-electron-service": "8.1.0",
|
||||
"webdriverio": "9.20.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
26
package.json
26
package.json
|
|
@ -16,21 +16,21 @@
|
|||
"author": "Kirill Gavrilov",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "9.21.0",
|
||||
"@stylistic/eslint-plugin": "4.2.0",
|
||||
"@types/node": "22.10.8",
|
||||
"@vitest/coverage-v8": "3.0.7",
|
||||
"@eslint/js": "9.37.0",
|
||||
"@stylistic/eslint-plugin": "5.4.0",
|
||||
"@types/node": "24.6.2",
|
||||
"@vitest/coverage-v8": "3.2.4",
|
||||
"enquirer": "2.4.1",
|
||||
"esbuild": "0.25.0",
|
||||
"eslint": "9.21.0",
|
||||
"eslint-plugin-perfectionist": "4.9.0",
|
||||
"eslint-plugin-wdio": "9.9.1",
|
||||
"globals": "16.0.0",
|
||||
"obsidian": "1.8.7",
|
||||
"esbuild": "0.25.10",
|
||||
"eslint": "9.37.0",
|
||||
"eslint-plugin-perfectionist": "4.15.1",
|
||||
"eslint-plugin-wdio": "9.16.2",
|
||||
"globals": "16.4.0",
|
||||
"obsidian": "1.10.0",
|
||||
"obsidian-utils": "0.10.2",
|
||||
"typescript": "5.8.2",
|
||||
"typescript-eslint": "8.26.0",
|
||||
"vitest": "3.0.7"
|
||||
"typescript": "5.9.3",
|
||||
"typescript-eslint": "8.45.0",
|
||||
"vitest": "3.2.4"
|
||||
},
|
||||
"packageManager": "pnpm@10.18.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue