From ed6abba53bbde7315058aef5df3f0a56f108f6f7 Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Tue, 31 May 2022 11:21:25 +0200 Subject: Add package `process` required by parcel --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index c68b309..1249bab 100644 --- a/package.json +++ b/package.json @@ -22,13 +22,15 @@ "parcel": "^2.6.0", "parcel-resolver-ignore": "2.0.0", "prettier": "^2.3.2", + "process": "^0.11.10", "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^5.3.0" }, "dependenciesComments": { - "parcel-resolver-ignore": "Very small package so its version is pinned, do not update without reading source code" + "parcel-resolver-ignore": "Very small package so its version is pinned, do not update without reading source code", + "process": "Auto-installed by Parcel, this package is a browser polyfill for the node builtin `process`, used by some of our dependencies" }, "prettier": { "tabWidth": 4, -- cgit v1.1