Skip to content

Commit

Permalink
chore: fix profiler dependency on local dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Almouro committed Mar 31, 2023
1 parent 94c07a1 commit b1c7cdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion packages/e2e-performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@perf-profiler/logger": "^0.2.0",
"@perf-profiler/profiler": "0.5.0-rc.0",
"@perf-profiler/profiler": "^0.5.0",
"@perf-profiler/reporter": "^0.4.0",
"@perf-profiler/types": "^0.2.0",
"commander": "^9.4.0",
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4063,16 +4063,6 @@
chrome-trace-event "^1.0.2"
nullthrows "^1.1.1"

"@perf-profiler/[email protected]":
version "0.5.0-rc.0"
resolved "https://registry.yarnpkg.com/@perf-profiler/profiler/-/profiler-0.5.0-rc.0.tgz#ab84df63c836cb60acdaedbf7a71ab2c467390a8"
integrity sha512-LO1dukqWmOvxnMddPbyyavbAPNCw5yCA7Hh7IzgtLfiOkxYANu1nn3P/TB4y/pcj2L1j+faR6c9z4KK1DtZwlQ==
dependencies:
"@perf-profiler/logger" "^0.2.0"
"@perf-profiler/types" "^0.2.0"
commander "^9.4.0"
lodash "^4.17.21"

"@popperjs/core@^2.11.4":
version "2.11.5"
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.5.tgz#db5a11bf66bdab39569719555b0f76e138d7bd64"
Expand Down

0 comments on commit b1c7cdf

Please sign in to comment.