Skip to content

Commit

Permalink
Updating to new webpack and webpack-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstec committed Feb 10, 2020
1 parent c8e40fc commit ca3fc31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/portal/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"ts-loader": "^6.0.0",
"tslint": "^5.11.0",
"typescript": "^3.5.1",
"webpack": "^4",
"webpack-cli": "^3"
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"resolutions": {
"**/event-stream": "^4.0.1"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5646,7 +5646,7 @@ only@~0.0.2:
resolved "https://registry.yarnpkg.com/only/-/only-0.0.2.tgz#2afde84d03e50b9a8edc444e30610a70295edfb4"
integrity sha1-Kv3oTQPlC5qO3EROMGEKcCle37Q=

onsenui@^2.10.10:
onsenui@^2.9.2:
version "2.10.10"
resolved "https://registry.yarnpkg.com/onsenui/-/onsenui-2.10.10.tgz#6ef924e1bc29f0c44c07cc0bddc83092d9403bc3"
integrity sha512-TEWRsUQsi8XXmAiwEeAbA14tncxyVwdZyqC145HfXL1zIS8oqWleijkkZEjADESobIWiOR2CDkeA6CzpTjGk4w==
Expand Down Expand Up @@ -8146,7 +8146,7 @@ webdriver-manager@^12.0.6:
semver "^5.3.0"
xml2js "^0.4.17"

webpack-cli@^3:
webpack-cli@^3.3.10:
version "3.3.10"
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.10.tgz#17b279267e9b4fb549023fae170da8e6e766da13"
integrity sha512-u1dgND9+MXaEt74sJR4PR7qkPxXUSQ0RXYq8x1L6Jg1MYVEmGPrH6Ah6C4arD4r0J1P5HKjRqpab36k0eIzPqg==
Expand Down Expand Up @@ -8209,7 +8209,7 @@ webpack@^3.11.0:
webpack-sources "^1.0.1"
yargs "^8.0.2"

webpack@^4:
webpack@^4.41.5:
version "4.41.5"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.5.tgz#3210f1886bce5310e62bb97204d18c263341b77c"
integrity sha512-wp0Co4vpyumnp3KlkmpM5LWuzvZYayDwM2n17EHFr4qxBBbRokC7DJawPJC7TfSFZ9HZ6GsdH40EBj4UV0nmpw==
Expand Down

0 comments on commit ca3fc31

Please sign in to comment.