mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 19:14:22 -05:00
Add crdt to the API package to fix types (#2738)
* Add crdt to the API package to fix types - This way we get the crdt types supported * Add release note * Cleanup yarn.lock merge
This commit is contained in:
12
yarn.lock
12
yarn.lock
@@ -23,6 +23,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@actual-app/api@workspace:packages/api"
|
||||
dependencies:
|
||||
"@actual-app/crdt": "workspace:^"
|
||||
"@swc/core": "npm:^1.5.3"
|
||||
"@swc/jest": "npm:^0.2.36"
|
||||
"@types/jest": "npm:^27.5.2"
|
||||
@@ -37,7 +38,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@actual-app/crdt@npm:*, @actual-app/crdt@workspace:packages/crdt":
|
||||
"@actual-app/crdt@npm:*, @actual-app/crdt@workspace:^, @actual-app/crdt@workspace:packages/crdt":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@actual-app/crdt@workspace:packages/crdt"
|
||||
dependencies:
|
||||
@@ -5527,14 +5528,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:*":
|
||||
version: 18.16.3
|
||||
resolution: "@types/node@npm:18.16.3"
|
||||
checksum: 4f4425ba49a46e7efa88346dc2ea63ea9aab88c04d244d77710fe8019587f3c163ba2ea1e4854fd20cb5cdec9abd3bfb324ad60aabddf395cee6b0b195bd57bb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:^20.9.0":
|
||||
"@types/node@npm:*, @types/node@npm:^20.9.0":
|
||||
version: 20.12.11
|
||||
resolution: "@types/node@npm:20.12.11"
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user