Skip to content

Commit

Permalink
install stack-utils to all packages that inline the shared folder (#…
Browse files Browse the repository at this point in the history
…594)

* add stack-utils to all packages that inline the shared folder

* remove stack-utils from root, add to packages/replay package

* revert changes to root package.json and yarn.lock files

* update yarn.lock

* add changeset
  • Loading branch information
miriambudayr authored Jul 3, 2024
1 parent 75a32ec commit 78f5c72
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .changeset/cool-rocks-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@replayio/test-utils": patch
"@replayio/puppeteer": patch
"replayio": patch
"@replayio/cypress": patch
"@replayio/replay": patch
"@replayio/jest": patch
---

Add missing stack-utils dependencies
2 changes: 2 additions & 0 deletions packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@types/debug": "^4.1.7",
"@types/node": "^20.11.27",
"@types/semver": "^7.3.13",
"@types/stack-utils": "^2.0.3",
"@types/uuid": "^9.0.1",
"@types/ws": "^8.5.10",
"cypress": "^13.11.0",
Expand All @@ -57,6 +58,7 @@
"p-map": "^4.0.0",
"semver": "^7.5.2",
"sha-1": "^1.0.0",
"stack-utils": "^2.0.6",
"superstruct": "^1.0.4",
"terminate": "^2.6.1",
"txml": "^3.2.5",
Expand Down
2 changes: 2 additions & 0 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@replay-cli/tsconfig": "workspace:^",
"@replayio/test-utils": "workspace:^",
"@types/node": "^20.11.27",
"@types/stack-utils": "^2.0.3",
"typescript": "^5.5.2"
},
"dependencies": {
Expand All @@ -59,6 +60,7 @@
"node-fetch": "^2.6.7",
"p-map": "^4.0.0",
"sha-1": "^1.0.0",
"stack-utils": "^2.0.6",
"superstruct": "^1.0.4",
"undici": "^5.28.4",
"uuid": "^8.3.2",
Expand Down
2 changes: 2 additions & 0 deletions packages/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@replay-cli/tsconfig": "workspace:^",
"@replayio/test-utils": "workspace:^",
"@types/node": "^20.11.27",
"@types/stack-utils": "^2.0.3",
"typescript": "^5.5.2"
},
"repository": {
Expand All @@ -47,6 +48,7 @@
"node-fetch": "^2.6.7",
"p-map": "^4.0.0",
"sha-1": "^1.0.0",
"stack-utils": "^2.0.6",
"superstruct": "^1.0.4",
"undici": "^5.28.4",
"uuid": "^8.3.2",
Expand Down
2 changes: 2 additions & 0 deletions packages/replay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"p-map": "^4.0.0",
"query-registry": "^2.6.0",
"semver": "^7.5.4",
"stack-utils": "^2.0.6",
"superstruct": "^1.0.4",
"text-table": "^0.2.0",
"undici": "^5.28.4",
Expand All @@ -61,6 +62,7 @@
"@types/debug": "^4.1.7",
"@types/jest": "^28.1.5",
"@types/node-fetch": "^2.6.3",
"@types/stack-utils": "^2.0.3",
"@types/text-table": "^0.2.2",
"@types/ws": "^8.5.10",
"jest": "^28.1.3",
Expand Down
2 changes: 2 additions & 0 deletions packages/replayio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"pretty-ms": "^7.0.1",
"query-registry": "^2.6.0",
"semver": "^7.5.4",
"stack-utils": "^2.0.6",
"strip-ansi": "^6.0.1",
"superstruct": "^1.0.4",
"table": "^6.8.2",
Expand All @@ -69,6 +70,7 @@
"@types/fs-extra": "latest",
"@types/inquirer": "^9",
"@types/jest": "^28.1.5",
"@types/stack-utils": "^2.0.3",
"@types/table": "^6.3.2",
"@types/ws": "^8.5.10",
"jest": "^28.1.3",
Expand Down
2 changes: 2 additions & 0 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"query-registry": "^2.6.0",
"semver": "^7.5.4",
"sha-1": "^1.0.0",
"stack-utils": "^2.0.6",
"superstruct": "^1.0.4",
"undici": "^5.28.4",
"uuid": "^8.3.2",
Expand All @@ -51,6 +52,7 @@
"@replay-cli/tsconfig": "workspace:^",
"@types/debug": "^4.1.7",
"@types/node-fetch": "^2.6.2",
"@types/stack-utils": "^2.0.3",
"typescript": "^5.5.2"
},
"@replay-cli/pkg-build": {
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3499,6 +3499,7 @@ __metadata:
"@types/debug": "npm:^4.1.7"
"@types/node": "npm:^20.11.27"
"@types/semver": "npm:^7.3.13"
"@types/stack-utils": "npm:^2.0.3"
"@types/uuid": "npm:^9.0.1"
"@types/ws": "npm:^8.5.10"
chalk: "npm:^4.1.2"
Expand All @@ -3513,6 +3514,7 @@ __metadata:
p-map: "npm:^4.0.0"
semver: "npm:^7.5.2"
sha-1: "npm:^1.0.0"
stack-utils: "npm:^2.0.6"
superstruct: "npm:^1.0.4"
terminate: "npm:^2.6.1"
txml: "npm:^3.2.5"
Expand Down Expand Up @@ -3540,6 +3542,7 @@ __metadata:
"@replay-cli/tsconfig": "workspace:^"
"@replayio/test-utils": "workspace:^"
"@types/node": "npm:^20.11.27"
"@types/stack-utils": "npm:^2.0.3"
debug: "npm:^4.3.4"
fs-extra: "npm:^11.2.0"
is-uuid: "npm:^1.0.2"
Expand All @@ -3552,6 +3555,7 @@ __metadata:
node-fetch: "npm:^2.6.7"
p-map: "npm:^4.0.0"
sha-1: "npm:^1.0.0"
stack-utils: "npm:^2.0.6"
superstruct: "npm:^1.0.4"
typescript: "npm:^5.5.2"
undici: "npm:^5.28.4"
Expand Down Expand Up @@ -3632,6 +3636,7 @@ __metadata:
"@replay-cli/tsconfig": "workspace:^"
"@replayio/test-utils": "workspace:^"
"@types/node": "npm:^20.11.27"
"@types/stack-utils": "npm:^2.0.3"
chalk: "npm:^4.1.2"
debug: "npm:^4.3.4"
fs-extra: "npm:^11.2.0"
Expand All @@ -3642,6 +3647,7 @@ __metadata:
node-fetch: "npm:^2.6.7"
p-map: "npm:^4.0.0"
sha-1: "npm:^1.0.0"
stack-utils: "npm:^2.0.6"
superstruct: "npm:^1.0.4"
typescript: "npm:^5.5.2"
undici: "npm:^5.28.4"
Expand All @@ -3666,6 +3672,7 @@ __metadata:
"@types/jest": "npm:^28.1.5"
"@types/node-fetch": "npm:^2.6.3"
"@types/semver": "npm:^7.5.6"
"@types/stack-utils": "npm:^2.0.3"
"@types/text-table": "npm:^0.2.2"
"@types/ws": "npm:^8.5.10"
commander: "npm:^12.0.0"
Expand All @@ -3679,6 +3686,7 @@ __metadata:
p-map: "npm:^4.0.0"
query-registry: "npm:^2.6.0"
semver: "npm:^7.5.4"
stack-utils: "npm:^2.0.6"
superstruct: "npm:^1.0.4"
text-table: "npm:^0.2.0"
ts-jest: "npm:^28.0.6"
Expand Down Expand Up @@ -3753,6 +3761,7 @@ __metadata:
"@replay-cli/tsconfig": "workspace:^"
"@types/debug": "npm:^4.1.7"
"@types/node-fetch": "npm:^2.6.2"
"@types/stack-utils": "npm:^2.0.3"
debug: "npm:^4.3.4"
fs-extra: "npm:^11.2.0"
jsonata: "npm:^1.8.6"
Expand All @@ -3763,6 +3772,7 @@ __metadata:
query-registry: "npm:^2.6.0"
semver: "npm:^7.5.4"
sha-1: "npm:^1.0.0"
stack-utils: "npm:^2.0.6"
superstruct: "npm:^1.0.4"
typescript: "npm:^5.5.2"
undici: "npm:^5.28.4"
Expand Down Expand Up @@ -15731,6 +15741,7 @@ __metadata:
"@types/inquirer": "npm:^9"
"@types/jest": "npm:^28.1.5"
"@types/semver": "npm:^7.5.6"
"@types/stack-utils": "npm:^2.0.3"
"@types/table": "npm:^6.3.2"
"@types/ws": "npm:^8.5.10"
assert: "npm:latest"
Expand All @@ -15754,6 +15765,7 @@ __metadata:
pretty-ms: "npm:^7.0.1"
query-registry: "npm:^2.6.0"
semver: "npm:^7.5.4"
stack-utils: "npm:^2.0.6"
strip-ansi: "npm:^6.0.1"
superstruct: "npm:^1.0.4"
table: "npm:^6.8.2"
Expand Down

0 comments on commit 78f5c72

Please sign in to comment.