Skip to content

Commit

Permalink
fix: add strict dep for base-64-normalizer (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjcharles authored Aug 15, 2024
1 parent 4b53875 commit 785c02a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"prepack": "yarn prebuild"
},
"dependencies": {
"@segment/tsub": "^2",
"@segment/tsub": "2.0.0",
"@stdlib/number-float64-base-normalize": "0.0.8",
"deepmerge": "^4.3.1",
"js-base64": "^3.7.5",
"uuid": "^9.0.1"
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3620,7 +3620,8 @@ __metadata:
resolution: "@segment/analytics-react-native@workspace:packages/core"
dependencies:
"@segment/sovran-react-native": "npm:^1.1.0"
"@segment/tsub": "npm:^2"
"@segment/tsub": "npm:2.0.0"
"@stdlib/number-float64-base-normalize": "npm:0.0.8"
"@types/uuid": "npm:^9.0.7"
deepmerge: "npm:^4.3.1"
jest: "npm:^29.7.0"
Expand Down Expand Up @@ -3675,7 +3676,7 @@ __metadata:
languageName: unknown
linkType: soft

"@segment/tsub@npm:^2":
"@segment/tsub@npm:2.0.0, @segment/tsub@npm:^2":
version: 2.0.0
resolution: "@segment/tsub@npm:2.0.0"
dependencies:
Expand Down Expand Up @@ -4754,6 +4755,21 @@ __metadata:
languageName: node
linkType: hard

"@stdlib/number-float64-base-normalize@npm:0.0.8":
version: 0.0.8
resolution: "@stdlib/number-float64-base-normalize@npm:0.0.8"
dependencies:
"@stdlib/constants-float64-smallest-normal": "npm:^0.0.x"
"@stdlib/math-base-assert-is-infinite": "npm:^0.0.x"
"@stdlib/math-base-assert-is-nan": "npm:^0.0.x"
"@stdlib/math-base-special-abs": "npm:^0.0.x"
"@stdlib/types": "npm:^0.0.x"
"@stdlib/utils-define-nonenumerable-read-only-property": "npm:^0.0.x"
checksum: 10c0/8b0f4d9d4cb7ca66636d22799ebb157a7b682374f1595f1c9124bf432d628a34984fd98ab9d73224b52e6d64584f4d33589adf4dbd50c839cc4a9920536bc7a6
conditions: (os=aix | os=darwin | os=freebsd | os=linux | os=macos | os=openbsd | os=sunos | os=win32 | os=windows)
languageName: node
linkType: hard

"@stdlib/number-float64-base-normalize@npm:^0.0.x":
version: 0.0.9
resolution: "@stdlib/number-float64-base-normalize@npm:0.0.9"
Expand Down

0 comments on commit 785c02a

Please sign in to comment.