Skip to content

Commit d995340

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 d7faf14 commit d995340

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@
1818
"@babel/core": "^7.14.8",
1919
"@playwright/test": "^1.12.3",
2020
"ipfs": "^0.62.0",
21-
"parcel": "latest",
21+
"parcel": "^2.3.2",
2222
"playwright": "^1.12.3",
23+
"process": "^0.11.10",
2324
"rimraf": "^3.0.2",
24-
"test-util-ipfs-example": "^1.0.2"
25+
"test-util-ipfs-example": "^1.0.2",
26+
"util": "^0.12.4"
2527
}
2628
}

0 commit comments

Comments
 (0)