Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 2e763dc

Browse files
authored
fix: add process and util dev deps to parcel projects (#255)
In CI parcel runs with `--no-autoinstall` so we need to explicitly depend on node polyfills.
1 parent 44f4cd8 commit 2e763dc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525
"@babel/core": "^7.14.8",
2626
"@playwright/test": "^1.12.3",
2727
"ipfs": "^0.62.0",
28-
"parcel": "latest",
28+
"parcel": "^2.3.2",
2929
"playwright": "^1.12.3",
30+
"process": "^0.11.10",
3031
"rimraf": "^3.0.2",
31-
"test-util-ipfs-example": "^1.0.2"
32+
"test-util-ipfs-example": "^1.0.2",
33+
"util": "^0.12.4"
3234
}
3335
}

0 commit comments

Comments
 (0)