Skip to content

Commit 3242aab

Browse files
authored
fix(package): revert: add more modules to packager
This reverts commit 33d64bc.
1 parent 73af556 commit 3242aab

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

package-lock.json

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"hyperscript": "^2.0.2",
5656
"ignore": "^5.1.0",
5757
"ini": "^1.3.5",
58-
"ip-regex": "^4.1.0",
5958
"junit-report-builder": "1.3.1",
6059
"lodash": "4.17.11",
6160
"mime-types": "2.1.24",
@@ -78,7 +77,6 @@
7877
"uri-js": "4.2.2",
7978
"uuid": "3.3.2",
8079
"webpack": "4.33.0",
81-
"xregexp": "^4.2.4",
8280
"yargs": "13.2.2"
8381
},
8482
"devDependencies": {
@@ -112,7 +110,8 @@
112110
"proxyquire": "^2.1.0",
113111
"semantic-release": "^15.13.12",
114112
"sinon": "7.3.2",
115-
"unzip2": "0.2.5"
113+
"unzip2": "0.2.5",
114+
"xregexp": "^4.2.4"
116115
},
117116
"snyk": true,
118117
"lint-staged": {

src/parcel/packager-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
openwhisk: '3.18.0',
1818
'body-parser': '1.18.3',
1919
'cls-hooked': '4.2.2',
20-
// request: '2.88.0',
20+
request: '2.88.0',
2121
'request-promise': '4.2.2',
2222

2323
// webpack isn't really provided by the container, but it injects itself into the list of

0 commit comments

Comments
 (0)