chore: bump deps (#14341)

This commit is contained in:
DarkSky
2026-02-01 05:55:18 +08:00
committed by GitHub
parent b49e48b467
commit 888f1f39db
6 changed files with 755 additions and 740 deletions

View File

@@ -84,7 +84,7 @@
"eventemitter2": "^6.4.9", "eventemitter2": "^6.4.9",
"exa-js": "^1.6.13", "exa-js": "^1.6.13",
"express": "^5.0.1", "express": "^5.0.1",
"fast-xml-parser": "^5.0.0", "fast-xml-parser": "^5.3.4",
"get-stream": "^9.0.1", "get-stream": "^9.0.1",
"google-auth-library": "^10.2.0", "google-auth-library": "^10.2.0",
"graphql": "^16.9.0", "graphql": "^16.9.0",

View File

@@ -59,8 +59,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/RevenueCat/purchases-ios-spm.git", "location" : "https://github.com/RevenueCat/purchases-ios-spm.git",
"state" : { "state" : {
"revision" : "249432af6b37a3665e26ea6f4ffc869dcd445f01", "revision" : "6676da5c4c6a61e53b3139216a775d1224bf056e",
"version" : "5.43.0" "version" : "5.56.1"
} }
}, },
{ {

View File

@@ -1,14 +1,14 @@
PODS: PODS:
- Capacitor (7.2.0): - Capacitor (7.4.5):
- CapacitorCordova - CapacitorCordova
- CapacitorApp (7.0.1): - CapacitorApp (7.1.1):
- Capacitor - Capacitor
- CapacitorBrowser (7.0.1): - CapacitorBrowser (7.0.3):
- Capacitor - Capacitor
- CapacitorCordova (7.2.0) - CapacitorCordova (7.4.5)
- CapacitorHaptics (7.0.1): - CapacitorHaptics (7.0.3):
- Capacitor - Capacitor
- CapacitorKeyboard (7.0.1): - CapacitorKeyboard (7.0.4):
- Capacitor - Capacitor
- CapacitorPluginAppTrackingTransparency (2.0.5): - CapacitorPluginAppTrackingTransparency (2.0.5):
- Capacitor - Capacitor
@@ -45,12 +45,12 @@ EXTERNAL SOURCES:
:path: "../../../../../node_modules/capacitor-plugin-app-tracking-transparency" :path: "../../../../../node_modules/capacitor-plugin-app-tracking-transparency"
SPEC CHECKSUMS: SPEC CHECKSUMS:
Capacitor: 106e7a4205f4618d582b886a975657c61179138d Capacitor: a5bf59e09f9dd82694fdcca4d107b4d215ac470f
CapacitorApp: d63334c052278caf5d81585d80b21905c6f93f39 CapacitorApp: 3ddbd30ac18c321531c3da5e707b60873d89dd60
CapacitorBrowser: 081852cf532acf77b9d2953f3a88fe5b9711fb06 CapacitorBrowser: 66aa8ff09cdca2a327ce464b113b470e6f667753
CapacitorCordova: 5967b9ba03915ef1d585469d6e31f31dc49be96f CapacitorCordova: 31bbe4466000c6b86d9b7f1181ee286cff0205aa
CapacitorHaptics: 70e47470fa1a6bd6338cd102552e3846b7f9a1b3 CapacitorHaptics: d17da7dd984cae34111b3f097ccd3e21f9feec62
CapacitorKeyboard: 969647d0ca2e5c737d7300088e2517aa832434e2 CapacitorKeyboard: 45cae3956a6f4fb1753f9a4df3e884aeaed8fe82
CapacitorPluginAppTrackingTransparency: 2a2792623a5a72795f2e8f9ab3f1147573732fd8 CapacitorPluginAppTrackingTransparency: 2a2792623a5a72795f2e8f9ab3f1147573732fd8
CryptoSwift: 967f37cea5a3294d9cce358f78861652155be483 CryptoSwift: 967f37cea5a3294d9cce358f78861652155be483

View File

@@ -1,6 +1,6 @@
import { Array as YArray, Doc, Map as YMap } from 'yjs'; import { Array as YArray, Doc, Map as YMap } from 'yjs';
import { diffKeyedRecords, type KeyedDiff, type KeyedRecord } from './diff'; import { diffKeyedRecords, type KeyedRecord } from './diff';
import { formatValue, toPlain } from './plain'; import { formatValue, toPlain } from './plain';
type RootDocMetaExtract = { type RootDocMetaExtract = {

View File

@@ -3,6 +3,6 @@
"compilerOptions": { "compilerOptions": {
"outDir": "dist" "outDir": "dist"
}, },
"files": ["index.ts"], "include": ["./src"],
"references": [{ "path": "../cli" }] "references": [{ "path": "../cli" }]
} }

1461
yarn.lock

File diff suppressed because it is too large Load Diff