Skip to content

Commit

Permalink
ASI-587 consume libs 1.2.31 (#2087)
Browse files Browse the repository at this point in the history
  • Loading branch information
csjiang committed Nov 22, 2021
1 parent fd5cdb2 commit 7545ebc
Show file tree
Hide file tree
Showing 6 changed files with 208 additions and 206 deletions.
287 changes: 147 additions & 140 deletions creator-node/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion creator-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@audius/libs": "1.2.26",
"@audius/libs": "1.2.31",
"JSONStream": "^1.3.5",
"axios": "^0.19.2",
"base64-url": "^2.3.3",
Expand Down
6 changes: 3 additions & 3 deletions identity-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion identity-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint:fix": "./node_modules/.bin/standard --fix"
},
"dependencies": {
"@audius/libs": "^1.2.30",
"@audius/libs": "1.2.31",
"@optimizely/optimizely-sdk": "^4.6.0",
"@sentry/node": "^6.2.5",
"@sentry/tracing": "^6.2.5",
Expand Down
115 changes: 55 additions & 60 deletions service-commands/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service-commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preinstall": "mkdir -p ~/.local/bin && ln -sf $PWD/scripts/A ~/.local/bin/A"
},
"dependencies": {
"@audius/libs": "1.2.26",
"@audius/libs": "1.2.31",
"@solana/web3.js": "1.20.0",
"axios": "^0.19.2",
"borsh": "^0.4.0",
Expand Down

0 comments on commit 7545ebc

Please sign in to comment.