mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #74] [MERGED] [**/{package,package-lock.json}] Upgrade dependencies #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/74
Author: @SamuelMarks
Created: 9/11/2024
Status: ✅ Merged
Merged: 9/15/2024
Merged by: @gschier
Base:
master← Head:upgrade-deps📝 Commits (4)
fddddc4[**/{package,package-lock.json}] Upgrade dependencies ; [README.md] Start adding developer doc728f13fRe-generate package-lock and upgrade Tauri5c3bac2Update README and dev instructionsdbc849bMerge branch 'master' into upgrade-deps📊 Changes
13 files changed (+9823 additions, -11336 deletions)
View changed files
➕
DEVELOPMENT.md(+12 -0)📝
README.md(+2 -2)📝
package-lock.json(+3525 -1567)📝
package.json(+60 -60)📝
plugin-runtime-types/package-lock.json(+17 -14)📝
plugin-runtime-types/package.json(+2 -2)📝
plugin-runtime/package-lock.json(+307 -185)📝
plugin-runtime/package.json(+3 -3)📝
src-tauri/Cargo.lock(+24 -22)📝
src-tauri/Cargo.toml(+4 -4)📝
src-tauri/gen/schemas/acl-manifests.json(+1 -1)📝
src-tauri/gen/schemas/desktop-schema.json(+2933 -4738)📝
src-tauri/gen/schemas/macOS-schema.json(+2933 -4738)📄 Description
Some of your dependencies you'll need to give more attention to, especially
cm6-graphqlwhich tightens up all the other dependencies (particularly"@codemirror/*ones). But then you get peer dependency incompatibilities so I left it to current version and loosened up the version ranges.Also your developer doc needs some attention. I gave a first stab
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.