Bump @types/webpack from 4.39.5 to 4.41.0 (#689)

Bump @types/webpack from 4.39.5 to 4.41.0
This commit is contained in:
Julius Härtl 2019-12-19 19:03:03 +01:00 committed by GitHub
commit 455e24610b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -1547,9 +1547,9 @@
}
},
"@types/webpack": {
"version": "4.39.5",
"resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.39.5.tgz",
"integrity": "sha512-9twG6D97ao13MBLvigwfBJe6rxtb04UY3TcYHBYkW5sXZjUrNhqIRxLYg74VzK/YAE8xlVhOyd+3Whr7E5RrBA==",
"version": "4.41.0",
"resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.0.tgz",
"integrity": "sha512-tWkdf9nO0zFgAY/EumUKwrDUhraHKDqCPhwfFR/R8l0qnPdgb9le0Gzhvb7uzVpouuDGBgiE//ZdY+5jcZy2TA==",
"dev": true,
"requires": {
"@types/anymatch": "*",

View file

@ -12,7 +12,7 @@
"@types/jquery": "^3.3.31",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.0",
"@types/webpack": "^4.39.5",
"@types/webpack": "^4.41.0",
"@types/webpack-env": "^1.14.1",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.26.3",