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

Commit cd0c315

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 48ca335 commit cd0c315

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
@@ -20,9 +20,11 @@
2020
"@babel/core": "^7.14.8",
2121
"@playwright/test": "^1.12.3",
2222
"go-ipfs": "^0.11.0",
23-
"parcel": "latest",
23+
"parcel": "^2.3.2",
2424
"playwright": "^1.12.3",
25+
"process": "^0.11.10",
2526
"rimraf": "^3.0.2",
26-
"test-util-ipfs-example": "^1.0.2"
27+
"test-util-ipfs-example": "^1.0.2",
28+
"util": "^0.12.4"
2729
}
2830
}

0 commit comments

Comments
 (0)