Skip to content

Commit

Permalink
chore(frontend): ic-mgmt dev dependency script (#4056)
Browse files Browse the repository at this point in the history
# Motivation

Adapt the lib update script to handle the fact that ic-mgmt is a dev
dependency.
  • Loading branch information
peterpeterparker authored Dec 23, 2024
1 parent 11fe55e commit 066a693
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/update-agent.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env bash

npm rm @dfinity/agent @dfinity/auth-client @dfinity/candid @dfinity/principal @dfinity/ckbtc @dfinity/cketh @dfinity/ic-management @dfinity/ledger-icp @dfinity/ledger-icrc @dfinity/utils
npm rm @dfinity/agent @dfinity/auth-client @dfinity/candid @dfinity/principal @dfinity/ckbtc @dfinity/cketh @dfinity/ledger-icp @dfinity/ledger-icrc @dfinity/utils

npm rm @dfinity/identity-secp256k1 -D
npm rm @dfinity/identity-secp256k1 @dfinity/ic-management -D

npm i @dfinity/[email protected] @dfinity/[email protected] @dfinity/[email protected] @dfinity/[email protected] @dfinity/ckbtc@latest @dfinity/cketh@latest @dfinity/ic-management@latest @dfinity/ledger-icp@latest @dfinity/ledger-icrc@latest @dfinity/utils@latest
npm i @dfinity/[email protected] @dfinity/[email protected] @dfinity/[email protected] @dfinity/[email protected] @dfinity/ckbtc@latest @dfinity/cketh@latest @dfinity/ledger-icp@latest @dfinity/ledger-icrc@latest @dfinity/utils@latest

npm i @dfinity/[email protected] -D
npm i @dfinity/[email protected] @dfinity/ic-management@latest -D

0 comments on commit 066a693

Please sign in to comment.