Skip to content

Commit

Permalink
fix(package): add more modules to packager (#974)
Browse files Browse the repository at this point in the history
fixes #966
  • Loading branch information
tripodsan authored Jun 10, 2019
1 parent 130d306 commit 33d64bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
9 changes: 7 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"hyperscript": "^2.0.2",
"ignore": "^5.1.0",
"ini": "^1.3.5",
"ip-regex": "^4.1.0",
"junit-report-builder": "1.3.1",
"lodash": "4.17.11",
"mime-types": "2.1.24",
Expand All @@ -77,6 +78,7 @@
"uri-js": "4.2.2",
"uuid": "3.3.2",
"webpack": "4.33.0",
"xregexp": "^4.2.4",
"yargs": "13.2.2"
},
"devDependencies": {
Expand Down Expand Up @@ -110,8 +112,7 @@
"proxyquire": "^2.1.0",
"semantic-release": "^15.13.12",
"sinon": "7.3.2",
"unzip2": "0.2.5",
"xregexp": "^4.2.4"
"unzip2": "0.2.5"
},
"snyk": true,
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion src/parcel/packager-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
openwhisk: '3.18.0',
'body-parser': '1.18.3',
'cls-hooked': '4.2.2',
request: '2.88.0',
// request: '2.88.0',
'request-promise': '4.2.2',

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

0 comments on commit 33d64bc

Please sign in to comment.