chore(package): bump webpack

This commit is contained in:
Daniel 2018-05-05 10:33:19 +02:00
parent 5516165fb6
commit aa90626116
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -151,9 +151,9 @@
"dev": true
},
"@types/node": {
"version": "9.6.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-9.6.11.tgz",
"integrity": "sha512-Zm2W8b3ouIP/rB4ZgIDBMsdi1a/5NuKG3IguCM6aUwXtT+h6g1/Lh59Td7S1QtHMRXU7AbrGRDJ7lbxW4MEDmg==",
"version": "9.6.12",
"resolved": "https://registry.npmjs.org/@types/node/-/node-9.6.12.tgz",
"integrity": "sha512-2Z8ziWjJbvV8hHL5YcqCG9ng+/qwUlO1gB4frBD7QI5Wm1Y1iM+AEkGVEv0S5P+aDMwTtAhPJFR4rp1uqagSig==",
"dev": true
},
"@types/rimraf": {
@ -12964,9 +12964,9 @@
}
},
"watchpack": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.5.0.tgz",
"integrity": "sha512-RSlipNQB1u48cq0wH/BNfCu1tD/cJ8ydFIkNYhp9o+3d+8unClkIovpW5qpFPgmL9OE48wfAnlZydXByWP82AA==",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz",
"integrity": "sha512-i6dHe3EyLjMmDlU1/bGQpEw25XSjkJULPuAVKCbNRefQVq48yXKUpwg538F7AZTf9kyr57zj++pQFltUa5H7yA==",
"dev": true,
"requires": {
"chokidar": "^2.0.2",
@ -13323,9 +13323,9 @@
"dev": true
},
"webpack": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.6.0.tgz",
"integrity": "sha512-Fu/k/3fZeGtIhuFkiYpIy1UDHhMiGKjG4FFPVuvG+5Os2lWA1ttWpmi9Qnn6AgfZqj9MvhZW/rmj/ip+nHr06g==",
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.7.0.tgz",
"integrity": "sha512-OXOAip9mjy0ahFYCXu6LLNzTiIQzd2UOHkNHANc/dyxf8CYCgcJ5UKsTXfbfeJb4tqkKb6B1FIQ9Xtl6gftb8Q==",
"dev": true,
"requires": {
"acorn": "^5.0.0",

View File

@ -30,7 +30,7 @@
"@types/fs-extra": "^5.0.2",
"@types/jest": "^22.2.3",
"@types/lodash": "^4.14.108",
"@types/node": "^9.6.11",
"@types/node": "^9.6.12",
"@types/rimraf": "^2.0.2",
"@types/webpack": "^4.1.4",
"async-promise-queue": "^1.0.4",
@ -66,7 +66,7 @@
"typescript": "~2.7.2",
"uglifyjs-webpack-plugin": "^1.2.5",
"unminified-webpack-plugin": "^2.0.0",
"webpack": "^4.6.0",
"webpack": "^4.7.0",
"winston": "^3.0.0-rc5",
"zone.js": "latest"
},