Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: bump basic-utils #138

Merged
merged 3 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions features/keychain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"todo:reenable:test:integration": "yarn run -T exodus-test --jest '**/*.integration-test.js'"
},
"dependencies": {
"@exodus/basic-utils": "^2.0.0",
"@exodus/basic-utils": "^3.0.1",
"@exodus/bip32": "^2.1.0",
"@exodus/bitcoinerlab-secp256k1": "^1.0.5-exodus.1",
"@exodus/elliptic": "^6.5.4-precomputed",
Expand All @@ -41,7 +41,6 @@
"buffer-json": "^2.0.0",
"create-hash": "^1.2.0",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.21",
"minimalistic-assert": "^1.0.1"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@exodus/basic-utils": "^2.5.2",
"@exodus/eslint-config": "^5.22.0",
"@exodus/eslint-plugin-ban-flow": "latest",
"@exodus/eslint-plugin-basic-utils": "latest",
Expand Down
5 changes: 2 additions & 3 deletions tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@
"memfs": "^3.4.7"
},
"dependencies": {
"@exodus/basic-utils": "^2.0.1",
"@exodus/basic-utils": "^3.0.1",
"@exodus/lerna-utils": "^1.3.0",
"chalk": "^4.1.2",
"fb-watchman": "^2.0.2",
"fs-extra": "^11.1.0",
"lodash": "^4.17.21"
"fs-extra": "^11.1.0"
}
}
27 changes: 22 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2318,7 +2318,7 @@ __metadata:
languageName: node
linkType: hard

"@exodus/basic-utils@npm:^2.0.0, @exodus/basic-utils@npm:^2.0.1, @exodus/basic-utils@npm:^2.1.0":
"@exodus/basic-utils@npm:^2.1.0":
version: 2.1.1
resolution: "@exodus/basic-utils@npm:2.1.1"
dependencies:
Expand All @@ -2327,6 +2327,24 @@ __metadata:
languageName: node
linkType: hard

"@exodus/basic-utils@npm:^2.5.2":
version: 2.5.2
resolution: "@exodus/basic-utils@npm:2.5.2"
dependencies:
minimalistic-assert: ^1.0.1
checksum: 236c4808515757f7da97d1db4f124e6c38d5b99d6e3be07df03ef2c588f97878736e359959a3c3255e5ad18d21f1254e8092be56224dd2baef2d48d175e0c333
languageName: node
linkType: hard

"@exodus/basic-utils@npm:^3.0.1":
version: 3.0.1
resolution: "@exodus/basic-utils@npm:3.0.1"
dependencies:
minimalistic-assert: ^1.0.1
checksum: 2ce98610da5c85f2d2fb450d9e4b86274cb8a4e7392a3aeb07ed94c1d85fef4843e12c1682bbc0a84d41bc72f43f33ea7c657d96e9e03420ff3966ddd04e14fd
languageName: node
linkType: hard

"@exodus/bip32@npm:^2.1.0":
version: 2.1.0
resolution: "@exodus/bip32@npm:2.1.0"
Expand Down Expand Up @@ -2534,7 +2552,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@exodus/keychain@workspace:features/keychain"
dependencies:
"@exodus/basic-utils": ^2.0.0
"@exodus/basic-utils": ^3.0.1
"@exodus/bip32": ^2.1.0
"@exodus/bitcoinerlab-secp256k1": ^1.0.5-exodus.1
"@exodus/elliptic": ^6.5.4-precomputed
Expand All @@ -2551,7 +2569,6 @@ __metadata:
eslint: ^8.44.0
events: ^3.3.0
json-stable-stringify: ^1.0.1
lodash: ^4.17.21
minimalistic-assert: ^1.0.1
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2729,7 +2746,7 @@ __metadata:
"@actions/core": ^1.10.0
"@actions/github": ^5.1.1
"@angular-devkit/schematics": ^14.0.6
"@exodus/basic-utils": ^2.0.1
"@exodus/basic-utils": ^3.0.1
"@exodus/lerna-utils": ^1.3.0
"@octokit/plugin-rest-endpoint-methods": ^6.7.0
"@phenomnomnominal/tsquery": ^5.0.0
Expand All @@ -2739,7 +2756,6 @@ __metadata:
fs-extra: ^11.1.0
jest: ^29.1.2
jest-when: ^3.5.2
lodash: ^4.17.21
memfs: ^3.4.7
peerDependencies:
"@nrwl/devkit": ">=14.0.0"
Expand Down Expand Up @@ -12445,6 +12461,7 @@ __metadata:
"@babel/preset-env": ^7.20.2
"@babel/preset-flow": ^7.18.6
"@babel/preset-react": ^7.18.6
"@exodus/basic-utils": ^2.5.2
"@exodus/eslint-config": ^5.22.0
"@exodus/eslint-plugin-ban-flow": latest
"@exodus/eslint-plugin-basic-utils": latest
Expand Down
Loading