Skip to content

Commit 1ffc586

Browse files
authored
Use snapshot tag for public uilib in docuilib package.json (#3638)
1 parent 24a81f3 commit 1ffc586

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

docuilib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"react-native-linear-gradient": "2.6.2",
4949
"react-native-reanimated": "^3.15.1",
5050
"react-native-shimmer-placeholder": "^2.0.9",
51-
"react-native-ui-lib": "7.34.6-snapshot.5981",
51+
"react-native-ui-lib": "snapshot",
5252
"shell-utils": "^1.0.10",
5353
"typescript": "~5.2.2"
5454
},

docuilib/yarn.lock

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12429,9 +12429,9 @@ __metadata:
1242912429
languageName: node
1243012430
linkType: hard
1243112431

12432-
"react-native-ui-lib@npm:7.34.6-snapshot.5981":
12433-
version: 7.34.6-snapshot.5981
12434-
resolution: "react-native-ui-lib@npm:7.34.6-snapshot.5981"
12432+
"react-native-ui-lib@npm:snapshot":
12433+
version: 7.39.0-snapshot.6582
12434+
resolution: "react-native-ui-lib@npm:7.39.0-snapshot.6582"
1243512435
dependencies:
1243612436
babel-plugin-transform-inline-environment-variables: ^0.0.2
1243712437
color: ^3.1.0
@@ -12446,6 +12446,7 @@ __metadata:
1244612446
react-native-redash: ^12.0.3
1244712447
semver: ^5.5.0
1244812448
tinycolor2: ^1.4.2
12449+
uilib-native: 4.5.1
1244912450
url-parse: ^1.2.0
1245012451
wix-react-native-text-size: 1.0.9
1245112452
peerDependencies:
@@ -12454,7 +12455,7 @@ __metadata:
1245412455
react-native-gesture-handler: ">=2.5.0"
1245512456
react-native-reanimated: ">=2.0.0"
1245612457
react-native-ui-lib: "*"
12457-
checksum: 7432ec4b1e73a67ecc499b2f14fbf32c292cc0d140c0ddae25c25ceff3a6529f54bfd42c335ea4a744cdd9fa16e15ebf9659636f0c4fae5efd264da02e33e505
12458+
checksum: 207c3b4bbc21fc05148cfdf12717e6e33cdcd707b89f21c5f0061bd65812518f83dc79326464513e26162afa69e5cb98ba3cc78e411e73d5e2fc46425bc45d2e
1245812459
languageName: node
1245912460
linkType: hard
1246012461

@@ -14322,7 +14323,7 @@ __metadata:
1432214323
react-native-linear-gradient: 2.6.2
1432314324
react-native-reanimated: ^3.15.1
1432414325
react-native-shimmer-placeholder: ^2.0.9
14325-
react-native-ui-lib: 7.34.6-snapshot.5981
14326+
react-native-ui-lib: snapshot
1432614327
react-native-web: ^0.19.12
1432714328
sass: ^1.39.0
1432814329
shell-utils: ^1.0.10
@@ -14332,6 +14333,19 @@ __metadata:
1433214333
languageName: unknown
1433314334
linkType: soft
1433414335

14336+
"uilib-native@npm:4.5.1":
14337+
version: 4.5.1
14338+
resolution: "uilib-native@npm:4.5.1"
14339+
dependencies:
14340+
lodash: ^4.17.21
14341+
prop-types: ^15.5.10
14342+
peerDependencies:
14343+
react: ">=17.0.1"
14344+
react-native: ">=0.64.1"
14345+
checksum: 2a85fe8976f50003c7eeda7c752fa12f7b9af24089b07e86b2b93505eeb0e91d1f9268b8a9166091432b39a535b676efb0eaa0a0d01e8f7f6ae33d0f06b2cf37
14346+
languageName: node
14347+
linkType: hard
14348+
1433514349
"unbox-primitive@npm:^1.0.2":
1433614350
version: 1.0.2
1433714351
resolution: "unbox-primitive@npm:1.0.2"

0 commit comments

Comments
 (0)