mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
aba07c27b8
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FabianLars <fabianlars@fabianlars.de> Co-authored-by: FabianLars <FabianLars@users.noreply.github.com> Co-authored-by: Alexandre Dang <124160233+vdang-crabnebula@users.noreply.github.com> Co-authored-by: Ludea <ludovicw35@hotmail.com> Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com> Co-authored-by: Duke Jones <104690+dukejones@users.noreply.github.com> Co-authored-by: NaokiM03 <37442712+NaokiM03@users.noreply.github.com> Co-authored-by: Thibault <thibault_poisson@orange.fr> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: David Blythe <49919035+writeDavid@users.noreply.github.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio> fix(stronghold): change wrong argument name for `remove` (#422) fix(window-state): correctly set decoration state if no saved state exists, fixes #421 (#424) fix(stronghold): return null if there is no record (#129) fix(window-state): propagate promise (#435) closes #432 fix(window-state): manual default implentation (#425) fix(window-state): manual default implentation, closes #421 fix(deps): update rust crate iota-crypto to 0.21 (#438) fix readme example (#447) fix: handle recursive directory correctly (#455) fix(deps): update rust crate sqlx to 0.7. plugin-sql msrv is now 1.65 (#464) fix(persisted-scope): separately save asset protocol patterns (#459) fix(deps): update rust crate iota-crypto to 0.22 (#475) fix(deps): update tauri monorepo to v1.4.0 (#482) resolve to v15.1.0 (#489) fix(deps): update rust crate iota-crypto to 0.23 (#495)
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "plugins-workspace",
|
|
"private": true,
|
|
"license": "MIT or APACHE-2.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm run -r --parallel --filter !plugins-workspace --filter !\"./plugins/*/examples/**\" --filter !\"./examples/*\" build",
|
|
"lint": "eslint .",
|
|
"format": "prettier --write .",
|
|
"format-check": "prettier --check ."
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "15.1.0",
|
|
"@rollup/plugin-terser": "0.4.3",
|
|
"@rollup/plugin-typescript": "11.1.2",
|
|
"@typescript-eslint/eslint-plugin": "6.1.0",
|
|
"@typescript-eslint/parser": "6.1.0",
|
|
"covector": "^0.9.0",
|
|
"eslint": "8.45.0",
|
|
"eslint-config-prettier": "8.8.0",
|
|
"eslint-config-standard-with-typescript": "36.1.0",
|
|
"eslint-plugin-import": "2.27.5",
|
|
"eslint-plugin-n": "16.0.1",
|
|
"eslint-plugin-promise": "6.1.1",
|
|
"eslint-plugin-security": "1.7.1",
|
|
"prettier": "3.0.0",
|
|
"rollup": "3.26.3",
|
|
"typescript": "5.1.6"
|
|
},
|
|
"resolutions": {
|
|
"semver": ">=7.5.2",
|
|
"optionator": ">=0.9.3"
|
|
},
|
|
"engines": {
|
|
"pnpm": ">=7.33.1"
|
|
}
|
|
}
|