Skip to content

Commit 006236a

Browse files
committed
chore: bump devDependencies and regenerate lockfiles
- Update devDependencies: @eslint/compat, @eslint/js, eslint, turbo - Regenerate yarn.lock with updated package versions/checksums - Update example iOS Podfile.lock: SensitiveInfo -> 5.6.1, update spec checksum and CocoaPods to 1.16.2
1 parent 0dc1598 commit 006236a

File tree

3 files changed

+175
-424
lines changed

3 files changed

+175
-424
lines changed

example/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2321,7 +2321,7 @@ PODS:
23212321
- React-perflogger (= 0.82.1)
23222322
- React-utils (= 0.82.1)
23232323
- SocketRocket
2324-
- SensitiveInfo (5.6.0):
2324+
- SensitiveInfo (5.6.1):
23252325
- boost
23262326
- DoubleConversion
23272327
- fast_float
@@ -2658,10 +2658,10 @@ SPEC CHECKSUMS:
26582658
ReactAppDependencyProvider: a45ef34bb22dc1c9b2ac1f74167d9a28af961176
26592659
ReactCodegen: 878add6c7d8ff8cea87697c44d29c03b79b6f2d9
26602660
ReactCommon: 804dc80944fa90b86800b43c871742ec005ca424
2661-
SensitiveInfo: e5d1904ea8b2d848a593d01bfd7c3beac5cd304b
2661+
SensitiveInfo: 0edd008fa65bcc175976eb260138a19f616f31f2
26622662
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
26632663
Yoga: 689c8e04277f3ad631e60fe2a08e41d411daf8eb
26642664

26652665
PODFILE CHECKSUM: 20594f1555ab577d46d74105f279caee68095c24
26662666

2667-
COCOAPODS: 1.15.2
2667+
COCOAPODS: 1.16.2

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
},
6767
"devDependencies": {
6868
"@commitlint/config-conventional": "^20.0.0",
69-
"@eslint/compat": "^1.4.0",
69+
"@eslint/compat": "^1.4.1",
7070
"@eslint/eslintrc": "^3.3.1",
71-
"@eslint/js": "^9.38.0",
71+
"@eslint/js": "^9.39.0",
7272
"@evilmartians/lefthook": "^2.0.2",
7373
"@react-native-community/cli": "20.0.2",
7474
"@react-native/babel-preset": "0.82.1",
@@ -78,7 +78,7 @@
7878
"@types/react": "^19.2.2",
7979
"commitlint": "^20.1.0",
8080
"del-cli": "^7.0.0",
81-
"eslint": "^9.38.0",
81+
"eslint": "^9.39.0",
8282
"eslint-config-prettier": "^10.1.8",
8383
"eslint-plugin-prettier": "^5.5.4",
8484
"jest": "^30.2.0",
@@ -88,7 +88,7 @@
8888
"react-native-builder-bob": "^0.40.14",
8989
"release-it": "^19.0.5",
9090
"ts-jest": "^29.4.5",
91-
"turbo": "^2.5.8",
91+
"turbo": "^2.6.0",
9292
"typescript": "^5.9.3"
9393
},
9494
"peerDependencies": {

0 commit comments

Comments
 (0)