Skip to content

Commit

Permalink
fix(internal-plugin-metrics): workspace absolute versions (#3423)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkesavan13 authored Mar 1, 2024
1 parent f540a44 commit 373b95f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions packages/@webex/internal-plugin-metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"@webex/common": "workspace:*",
"@webex/common-timers": "workspace:*",
"@webex/event-dictionary-ts": "^1.0.1329",
"@webex/internal-plugin-device": "workspace:^",
"@webex/internal-plugin-metrics": "workspace:^",
"@webex/test-helper-chai": "workspace:^",
"@webex/test-helper-mock-webex": "workspace:^",
"@webex/webex-core": "workspace:^",
"@webex/internal-plugin-device": "workspace:*",
"@webex/internal-plugin-metrics": "workspace:*",
"@webex/test-helper-chai": "workspace:*",
"@webex/test-helper-mock-webex": "workspace:*",
"@webex/webex-core": "workspace:*",
"ip-anonymize": "^0.1.0",
"lodash": "^4.17.21",
"uuid": "^3.3.2"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7039,7 +7039,7 @@ __metadata:
languageName: unknown
linkType: soft

"@webex/internal-plugin-device@workspace:*, @webex/internal-plugin-device@workspace:^, @webex/internal-plugin-device@workspace:packages/@webex/internal-plugin-device":
"@webex/internal-plugin-device@workspace:*, @webex/internal-plugin-device@workspace:packages/@webex/internal-plugin-device":
version: 0.0.0-use.local
resolution: "@webex/internal-plugin-device@workspace:packages/@webex/internal-plugin-device"
dependencies:
Expand Down Expand Up @@ -7309,7 +7309,7 @@ __metadata:
languageName: unknown
linkType: soft

"@webex/internal-plugin-metrics@workspace:*, @webex/internal-plugin-metrics@workspace:^, @webex/internal-plugin-metrics@workspace:packages/@webex/internal-plugin-metrics":
"@webex/internal-plugin-metrics@workspace:*, @webex/internal-plugin-metrics@workspace:packages/@webex/internal-plugin-metrics":
version: 0.0.0-use.local
resolution: "@webex/internal-plugin-metrics@workspace:packages/@webex/internal-plugin-metrics"
dependencies:
Expand All @@ -7320,15 +7320,15 @@ __metadata:
"@webex/common-timers": "workspace:*"
"@webex/eslint-config-legacy": "workspace:*"
"@webex/event-dictionary-ts": ^1.0.1329
"@webex/internal-plugin-device": "workspace:^"
"@webex/internal-plugin-metrics": "workspace:^"
"@webex/internal-plugin-device": "workspace:*"
"@webex/internal-plugin-metrics": "workspace:*"
"@webex/jest-config-legacy": "workspace:*"
"@webex/legacy-tools": "workspace:*"
"@webex/test-helper-chai": "workspace:*"
"@webex/test-helper-mocha": "workspace:*"
"@webex/test-helper-mock-webex": "workspace:*"
"@webex/test-helper-test-users": "workspace:*"
"@webex/webex-core": "workspace:^"
"@webex/webex-core": "workspace:*"
eslint: ^8.24.0
ip-anonymize: ^0.1.0
lodash: ^4.17.21
Expand Down Expand Up @@ -8688,7 +8688,7 @@ __metadata:
languageName: node
linkType: hard

"@webex/webex-core@workspace:*, @webex/webex-core@workspace:^, @webex/webex-core@workspace:packages/@webex/webex-core":
"@webex/webex-core@workspace:*, @webex/webex-core@workspace:packages/@webex/webex-core":
version: 0.0.0-use.local
resolution: "@webex/webex-core@workspace:packages/@webex/webex-core"
dependencies:
Expand Down

0 comments on commit 373b95f

Please sign in to comment.