Skip to content

Commit

Permalink
remove old dependencies (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Sep 12, 2024
1 parent b5db4a8 commit 72aaf55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/update-javascript-siblings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set -euo pipefail
tagPrefix=''
updatePeerPackages=1
repo="https://github.com/getsentry/sentry-javascript.git"
packages=('@sentry/react' '@sentry/vue' '@sentry/angular' '@sentry/angular-ivy')
packages=('@sentry/react' '@sentry/vue' '@sentry/angular')
. $(dirname "$0")/update-package-json.sh
2 changes: 1 addition & 1 deletion scripts/update-javascript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ set -euo pipefail

tagPrefix=''
repo="https://github.com/getsentry/sentry-javascript.git"
packages=('@sentry/browser' '@sentry/core' '@sentry/integrations' '@sentry/types' '@sentry/utils')
packages=('@sentry/browser' '@sentry/core' '@sentry/types' '@sentry/utils')
packages+=('@sentry-internal/eslint-config-sdk' '@sentry-internal/eslint-plugin-sdk' '@sentry-internal/typescript')
. $(dirname "$0")/update-package-json.sh

0 comments on commit 72aaf55

Please sign in to comment.