Skip to content

Commit 88b20e1

Browse files
committed
Bump deps
1 parent c63ab9f commit 88b20e1

File tree

2 files changed

+138
-48
lines changed

2 files changed

+138
-48
lines changed

packages/docs/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@
2525
"process": "0.11.10",
2626
"react": "^19.0.0",
2727
"react-dom": "^19.0.0",
28-
"react-native-gesture-handler": "^2.21.2",
29-
"react-native-reanimated": "^3.16.7",
28+
"react-native-gesture-handler": "2.28.0",
29+
"react-native-reanimated": "4.2.1",
3030
"react-native-sortables": "npm:latest",
31-
"react-native-web": "^0.21.2"
31+
"react-native-web": "0.21.2",
32+
"react-native-worklets": "0.7.3"
3233
},
3334
"devDependencies": {
3435
"@babel/core": "^7.26.0",
@@ -59,6 +60,6 @@
5960
]
6061
},
6162
"engines": {
62-
"node": "20.x"
63+
"node": "22.x"
6364
}
6465
}

packages/docs/yarn.lock

Lines changed: 133 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ __metadata:
260260
languageName: node
261261
linkType: hard
262262

263-
"@babel/helper-compilation-targets@npm:^7.22.6, @babel/helper-compilation-targets@npm:^7.25.9, @babel/helper-compilation-targets@npm:^7.28.6":
263+
"@babel/helper-compilation-targets@npm:^7.22.6, @babel/helper-compilation-targets@npm:^7.25.9, @babel/helper-compilation-targets@npm:^7.27.2, @babel/helper-compilation-targets@npm:^7.28.6":
264264
version: 7.28.6
265265
resolution: "@babel/helper-compilation-targets@npm:7.28.6"
266266
dependencies:
@@ -273,7 +273,7 @@ __metadata:
273273
languageName: node
274274
linkType: hard
275275

276-
"@babel/helper-create-class-features-plugin@npm:^7.25.9, @babel/helper-create-class-features-plugin@npm:^7.28.6":
276+
"@babel/helper-create-class-features-plugin@npm:^7.25.9, @babel/helper-create-class-features-plugin@npm:^7.27.1, @babel/helper-create-class-features-plugin@npm:^7.28.6":
277277
version: 7.28.6
278278
resolution: "@babel/helper-create-class-features-plugin@npm:7.28.6"
279279
dependencies:
@@ -387,7 +387,7 @@ __metadata:
387387
languageName: node
388388
linkType: hard
389389

390-
"@babel/helper-replace-supers@npm:^7.25.9, @babel/helper-replace-supers@npm:^7.28.6":
390+
"@babel/helper-replace-supers@npm:^7.25.9, @babel/helper-replace-supers@npm:^7.27.1, @babel/helper-replace-supers@npm:^7.28.6":
391391
version: 7.28.6
392392
resolution: "@babel/helper-replace-supers@npm:7.28.6"
393393
dependencies:
@@ -752,7 +752,7 @@ __metadata:
752752
languageName: node
753753
linkType: hard
754754

755-
"@babel/plugin-transform-arrow-functions@npm:^7.0.0-0, @babel/plugin-transform-arrow-functions@npm:^7.25.9":
755+
"@babel/plugin-transform-arrow-functions@npm:7.27.1, @babel/plugin-transform-arrow-functions@npm:^7.25.9":
756756
version: 7.27.1
757757
resolution: "@babel/plugin-transform-arrow-functions@npm:7.27.1"
758758
dependencies:
@@ -811,7 +811,19 @@ __metadata:
811811
languageName: node
812812
linkType: hard
813813

814-
"@babel/plugin-transform-class-properties@npm:^7.0.0-0, @babel/plugin-transform-class-properties@npm:^7.25.9":
814+
"@babel/plugin-transform-class-properties@npm:7.27.1":
815+
version: 7.27.1
816+
resolution: "@babel/plugin-transform-class-properties@npm:7.27.1"
817+
dependencies:
818+
"@babel/helper-create-class-features-plugin": "npm:^7.27.1"
819+
"@babel/helper-plugin-utils": "npm:^7.27.1"
820+
peerDependencies:
821+
"@babel/core": ^7.0.0-0
822+
checksum: 10c0/cc0662633c0fe6df95819fef223506ddf26c369c8d64ab21a728d9007ec866bf9436a253909819216c24a82186b6ccbc1ec94d7aaf3f82df227c7c02fa6a704b
823+
languageName: node
824+
linkType: hard
825+
826+
"@babel/plugin-transform-class-properties@npm:^7.25.9":
815827
version: 7.28.6
816828
resolution: "@babel/plugin-transform-class-properties@npm:7.28.6"
817829
dependencies:
@@ -835,7 +847,23 @@ __metadata:
835847
languageName: node
836848
linkType: hard
837849

838-
"@babel/plugin-transform-classes@npm:^7.0.0-0, @babel/plugin-transform-classes@npm:^7.25.9":
850+
"@babel/plugin-transform-classes@npm:7.28.4":
851+
version: 7.28.4
852+
resolution: "@babel/plugin-transform-classes@npm:7.28.4"
853+
dependencies:
854+
"@babel/helper-annotate-as-pure": "npm:^7.27.3"
855+
"@babel/helper-compilation-targets": "npm:^7.27.2"
856+
"@babel/helper-globals": "npm:^7.28.0"
857+
"@babel/helper-plugin-utils": "npm:^7.27.1"
858+
"@babel/helper-replace-supers": "npm:^7.27.1"
859+
"@babel/traverse": "npm:^7.28.4"
860+
peerDependencies:
861+
"@babel/core": ^7.0.0-0
862+
checksum: 10c0/76687ed37216ff012c599870dc00183fb716f22e1a02fe9481943664c0e4d0d88c3da347dc3fe290d4728f4d47cd594ffa621d23845e2bb8ab446e586308e066
863+
languageName: node
864+
linkType: hard
865+
866+
"@babel/plugin-transform-classes@npm:^7.25.9":
839867
version: 7.28.6
840868
resolution: "@babel/plugin-transform-classes@npm:7.28.6"
841869
dependencies:
@@ -1084,7 +1112,18 @@ __metadata:
10841112
languageName: node
10851113
linkType: hard
10861114

1087-
"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.0.0-0, @babel/plugin-transform-nullish-coalescing-operator@npm:^7.25.9":
1115+
"@babel/plugin-transform-nullish-coalescing-operator@npm:7.27.1":
1116+
version: 7.27.1
1117+
resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.27.1"
1118+
dependencies:
1119+
"@babel/helper-plugin-utils": "npm:^7.27.1"
1120+
peerDependencies:
1121+
"@babel/core": ^7.0.0-0
1122+
checksum: 10c0/a435fc03aaa65c6ef8e99b2d61af0994eb5cdd4a28562d78c3b0b0228ca7e501aa255e1dff091a6996d7d3ea808eb5a65fd50ecd28dfb10687a8a1095dcadc7a
1123+
languageName: node
1124+
linkType: hard
1125+
1126+
"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.25.9":
10881127
version: 7.28.6
10891128
resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.28.6"
10901129
dependencies:
@@ -1142,7 +1181,19 @@ __metadata:
11421181
languageName: node
11431182
linkType: hard
11441183

1145-
"@babel/plugin-transform-optional-chaining@npm:^7.0.0-0, @babel/plugin-transform-optional-chaining@npm:^7.25.9":
1184+
"@babel/plugin-transform-optional-chaining@npm:7.27.1":
1185+
version: 7.27.1
1186+
resolution: "@babel/plugin-transform-optional-chaining@npm:7.27.1"
1187+
dependencies:
1188+
"@babel/helper-plugin-utils": "npm:^7.27.1"
1189+
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1"
1190+
peerDependencies:
1191+
"@babel/core": ^7.0.0-0
1192+
checksum: 10c0/5b18ff5124e503f0a25d6b195be7351a028b3992d6f2a91fb4037e2a2c386400d66bc1df8f6df0a94c708524f318729e81a95c41906e5a7919a06a43e573a525
1193+
languageName: node
1194+
linkType: hard
1195+
1196+
"@babel/plugin-transform-optional-chaining@npm:^7.25.9":
11461197
version: 7.28.6
11471198
resolution: "@babel/plugin-transform-optional-chaining@npm:7.28.6"
11481199
dependencies:
@@ -1312,7 +1363,7 @@ __metadata:
13121363
languageName: node
13131364
linkType: hard
13141365

1315-
"@babel/plugin-transform-shorthand-properties@npm:^7.0.0-0, @babel/plugin-transform-shorthand-properties@npm:^7.25.9":
1366+
"@babel/plugin-transform-shorthand-properties@npm:7.27.1, @babel/plugin-transform-shorthand-properties@npm:^7.25.9":
13161367
version: 7.27.1
13171368
resolution: "@babel/plugin-transform-shorthand-properties@npm:7.27.1"
13181369
dependencies:
@@ -1346,7 +1397,7 @@ __metadata:
13461397
languageName: node
13471398
linkType: hard
13481399

1349-
"@babel/plugin-transform-template-literals@npm:^7.0.0-0, @babel/plugin-transform-template-literals@npm:^7.25.9":
1400+
"@babel/plugin-transform-template-literals@npm:7.27.1, @babel/plugin-transform-template-literals@npm:^7.25.9":
13501401
version: 7.27.1
13511402
resolution: "@babel/plugin-transform-template-literals@npm:7.27.1"
13521403
dependencies:
@@ -1368,7 +1419,7 @@ __metadata:
13681419
languageName: node
13691420
linkType: hard
13701421

1371-
"@babel/plugin-transform-typescript@npm:^7.28.5":
1422+
"@babel/plugin-transform-typescript@npm:^7.27.1, @babel/plugin-transform-typescript@npm:^7.28.5":
13721423
version: 7.28.6
13731424
resolution: "@babel/plugin-transform-typescript@npm:7.28.6"
13741425
dependencies:
@@ -1406,7 +1457,7 @@ __metadata:
14061457
languageName: node
14071458
linkType: hard
14081459

1409-
"@babel/plugin-transform-unicode-regex@npm:^7.0.0-0, @babel/plugin-transform-unicode-regex@npm:^7.25.9":
1460+
"@babel/plugin-transform-unicode-regex@npm:7.27.1, @babel/plugin-transform-unicode-regex@npm:^7.25.9":
14101461
version: 7.27.1
14111462
resolution: "@babel/plugin-transform-unicode-regex@npm:7.27.1"
14121463
dependencies:
@@ -1538,7 +1589,22 @@ __metadata:
15381589
languageName: node
15391590
linkType: hard
15401591

1541-
"@babel/preset-typescript@npm:^7.16.7, @babel/preset-typescript@npm:^7.21.0, @babel/preset-typescript@npm:^7.25.9, @babel/preset-typescript@npm:^7.26.0":
1592+
"@babel/preset-typescript@npm:7.27.1":
1593+
version: 7.27.1
1594+
resolution: "@babel/preset-typescript@npm:7.27.1"
1595+
dependencies:
1596+
"@babel/helper-plugin-utils": "npm:^7.27.1"
1597+
"@babel/helper-validator-option": "npm:^7.27.1"
1598+
"@babel/plugin-syntax-jsx": "npm:^7.27.1"
1599+
"@babel/plugin-transform-modules-commonjs": "npm:^7.27.1"
1600+
"@babel/plugin-transform-typescript": "npm:^7.27.1"
1601+
peerDependencies:
1602+
"@babel/core": ^7.0.0-0
1603+
checksum: 10c0/cba6ca793d915f8aff9fe2f13b0dfbf5fd3f2e9a17f17478ec9878e9af0d206dcfe93154b9fd353727f16c1dca7c7a3ceb4943f8d28b216235f106bc0fbbcaa3
1604+
languageName: node
1605+
linkType: hard
1606+
1607+
"@babel/preset-typescript@npm:^7.21.0, @babel/preset-typescript@npm:^7.25.9, @babel/preset-typescript@npm:^7.26.0":
15421608
version: 7.28.5
15431609
resolution: "@babel/preset-typescript@npm:7.28.5"
15441610
dependencies:
@@ -1581,7 +1647,7 @@ __metadata:
15811647
languageName: node
15821648
linkType: hard
15831649

1584-
"@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3, @babel/traverse@npm:^7.25.3, @babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.27.1, @babel/traverse@npm:^7.28.5, @babel/traverse@npm:^7.28.6, @babel/traverse@npm:^7.29.0":
1650+
"@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3, @babel/traverse@npm:^7.25.3, @babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.27.1, @babel/traverse@npm:^7.28.4, @babel/traverse@npm:^7.28.5, @babel/traverse@npm:^7.28.6, @babel/traverse@npm:^7.29.0":
15851651
version: 7.29.0
15861652
resolution: "@babel/traverse@npm:7.29.0"
15871653
dependencies:
@@ -5617,7 +5683,7 @@ __metadata:
56175683
languageName: node
56185684
linkType: hard
56195685

5620-
"convert-source-map@npm:^2.0.0":
5686+
"convert-source-map@npm:2.0.0, convert-source-map@npm:^2.0.0":
56215687
version: 2.0.0
56225688
resolution: "convert-source-map@npm:2.0.0"
56235689
checksum: 10c0/8f2f7a27a1a011cc6cc88cc4da2d7d0cfa5ee0369508baae3d98c260bb3ac520691464e5bbe4ae7cdf09860c1d69ecc6f70c63c6e7c7f7e3f18ec08484dc7d9b
@@ -6264,10 +6330,11 @@ __metadata:
62646330
react: "npm:^19.0.0"
62656331
react-dom: "npm:^19.0.0"
62666332
react-native: "npm:^0.84.0"
6267-
react-native-gesture-handler: "npm:^2.21.2"
6268-
react-native-reanimated: "npm:^3.16.7"
6333+
react-native-gesture-handler: "npm:2.28.0"
6334+
react-native-reanimated: "npm:4.2.1"
62696335
react-native-sortables: "npm:latest"
6270-
react-native-web: "npm:^0.21.2"
6336+
react-native-web: "npm:0.21.2"
6337+
react-native-worklets: "npm:0.7.3"
62716338
typescript: "npm:^5.8.3"
62726339
webpack: "npm:^5.97.1"
62736340
languageName: unknown
@@ -12583,17 +12650,17 @@ __metadata:
1258312650
languageName: node
1258412651
linkType: hard
1258512652

12586-
"react-native-gesture-handler@npm:^2.21.2":
12587-
version: 2.30.0
12588-
resolution: "react-native-gesture-handler@npm:2.30.0"
12653+
"react-native-gesture-handler@npm:2.28.0":
12654+
version: 2.28.0
12655+
resolution: "react-native-gesture-handler@npm:2.28.0"
1258912656
dependencies:
1259012657
"@egjs/hammerjs": "npm:^2.0.17"
1259112658
hoist-non-react-statics: "npm:^3.3.0"
1259212659
invariant: "npm:^2.2.4"
1259312660
peerDependencies:
1259412661
react: "*"
1259512662
react-native: "*"
12596-
checksum: 10c0/26b94b0f97433fc6fb5b1c196ef29fce4f5a66c77fabb1bc33db91099357fbd44a5220783fcbb91d42700bcd578f2fd114314029d9e0d4674878767d9b7f5df6
12663+
checksum: 10c0/4240c8eedca69eb36b5d3e375b71867251cf8b87a755ba7066b3f73cfdbc80574042dbd4ff821041fd1539c4cd90dbf7ee34586f5a0ea6cc38052375b3169f2e
1259712664
languageName: node
1259812665
linkType: hard
1259912666

@@ -12606,37 +12673,27 @@ __metadata:
1260612673
languageName: node
1260712674
linkType: hard
1260812675

12609-
"react-native-is-edge-to-edge@npm:1.1.7":
12610-
version: 1.1.7
12611-
resolution: "react-native-is-edge-to-edge@npm:1.1.7"
12676+
"react-native-is-edge-to-edge@npm:1.2.1":
12677+
version: 1.2.1
12678+
resolution: "react-native-is-edge-to-edge@npm:1.2.1"
1261212679
peerDependencies:
1261312680
react: "*"
1261412681
react-native: "*"
12615-
checksum: 10c0/b7a37437f439b1e27a4d980de01994aa71b9091dc3ed00c21172d5505fb11978cd5ed3a43f97c89d502a3a08cf26e5cea6435b8d6e93d3557a92dd43563f7021
12682+
checksum: 10c0/87d20b900aded7d44c90afb946a7aa03c23a94ca3dd547bdddc2303b85357e4aab22567a57b19f1558d6c8be7058e3dcf34faa1e15182d1604f90974266d9a1d
1261612683
languageName: node
1261712684
linkType: hard
1261812685

12619-
"react-native-reanimated@npm:^3.16.7":
12620-
version: 3.19.5
12621-
resolution: "react-native-reanimated@npm:3.19.5"
12686+
"react-native-reanimated@npm:4.2.1":
12687+
version: 4.2.1
12688+
resolution: "react-native-reanimated@npm:4.2.1"
1262212689
dependencies:
12623-
"@babel/plugin-transform-arrow-functions": "npm:^7.0.0-0"
12624-
"@babel/plugin-transform-class-properties": "npm:^7.0.0-0"
12625-
"@babel/plugin-transform-classes": "npm:^7.0.0-0"
12626-
"@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.0.0-0"
12627-
"@babel/plugin-transform-optional-chaining": "npm:^7.0.0-0"
12628-
"@babel/plugin-transform-shorthand-properties": "npm:^7.0.0-0"
12629-
"@babel/plugin-transform-template-literals": "npm:^7.0.0-0"
12630-
"@babel/plugin-transform-unicode-regex": "npm:^7.0.0-0"
12631-
"@babel/preset-typescript": "npm:^7.16.7"
12632-
convert-source-map: "npm:^2.0.0"
12633-
invariant: "npm:^2.2.4"
12634-
react-native-is-edge-to-edge: "npm:1.1.7"
12690+
react-native-is-edge-to-edge: "npm:1.2.1"
12691+
semver: "npm:7.7.3"
1263512692
peerDependencies:
12636-
"@babel/core": ^7.0.0-0
1263712693
react: "*"
1263812694
react-native: "*"
12639-
checksum: 10c0/5da1e142b5c2fefc118a2c6b2bba224deffb98048399b350c22e3496d36ff348ca0d72f7a0b8478db069b1d10e56f42c070c03807fa7e384cf12d9f35c8fc6cf
12695+
react-native-worklets: ">=0.7.0"
12696+
checksum: 10c0/1458fb634d374125931c5815b2b0941e12b1a880ba12b4ff6bba12b6c101e0ce1f5c32a2226034ae762558e38077ae112d8498eb2c8af6bd967524c7e7f87c6b
1264012697
languageName: node
1264112698
linkType: hard
1264212699

@@ -12657,7 +12714,7 @@ __metadata:
1265712714
languageName: node
1265812715
linkType: hard
1265912716

12660-
"react-native-web@npm:^0.21.2":
12717+
"react-native-web@npm:0.21.2":
1266112718
version: 0.21.2
1266212719
resolution: "react-native-web@npm:0.21.2"
1266312720
dependencies:
@@ -12676,6 +12733,29 @@ __metadata:
1267612733
languageName: node
1267712734
linkType: hard
1267812735

12736+
"react-native-worklets@npm:0.7.3":
12737+
version: 0.7.3
12738+
resolution: "react-native-worklets@npm:0.7.3"
12739+
dependencies:
12740+
"@babel/plugin-transform-arrow-functions": "npm:7.27.1"
12741+
"@babel/plugin-transform-class-properties": "npm:7.27.1"
12742+
"@babel/plugin-transform-classes": "npm:7.28.4"
12743+
"@babel/plugin-transform-nullish-coalescing-operator": "npm:7.27.1"
12744+
"@babel/plugin-transform-optional-chaining": "npm:7.27.1"
12745+
"@babel/plugin-transform-shorthand-properties": "npm:7.27.1"
12746+
"@babel/plugin-transform-template-literals": "npm:7.27.1"
12747+
"@babel/plugin-transform-unicode-regex": "npm:7.27.1"
12748+
"@babel/preset-typescript": "npm:7.27.1"
12749+
convert-source-map: "npm:2.0.0"
12750+
semver: "npm:7.7.3"
12751+
peerDependencies:
12752+
"@babel/core": "*"
12753+
react: "*"
12754+
react-native: "*"
12755+
checksum: 10c0/15cae9da2827000015408d828de9ea5fc3fec0d7a38d06fbf1aa28c12a7ab590e87e0a431fe19f1144d67a96cfc2d0c6f46653358c5290de61c005f8d6c8c140
12756+
languageName: node
12757+
linkType: hard
12758+
1267912759
"react-native@npm:^0.84.0":
1268012760
version: 0.84.0
1268112761
resolution: "react-native@npm:0.84.0"
@@ -13409,6 +13489,15 @@ __metadata:
1340913489
languageName: node
1341013490
linkType: hard
1341113491

13492+
"semver@npm:7.7.3":
13493+
version: 7.7.3
13494+
resolution: "semver@npm:7.7.3"
13495+
bin:
13496+
semver: bin/semver.js
13497+
checksum: 10c0/4afe5c986567db82f44c8c6faef8fe9df2a9b1d98098fc1721f57c696c4c21cebd572f297fc21002f81889492345b8470473bc6f4aff5fb032a6ea59ea2bc45e
13498+
languageName: node
13499+
linkType: hard
13500+
1341213501
"semver@npm:^6.3.0, semver@npm:^6.3.1":
1341313502
version: 6.3.1
1341413503
resolution: "semver@npm:6.3.1"

0 commit comments

Comments
 (0)