upgrade tooling

This commit is contained in:
Tobias Koppers 2020-06-02 11:53:40 +02:00
parent 77ce747139
commit 6f48c209d8
3 changed files with 14 additions and 4 deletions

View File

@ -80,7 +80,7 @@
"strip-ansi": "^6.0.0", "strip-ansi": "^6.0.0",
"style-loader": "^1.0.0", "style-loader": "^1.0.0",
"toml": "^3.0.0", "toml": "^3.0.0",
"tooling": "webpack/tooling#v1.7.0", "tooling": "webpack/tooling#v1.8.0",
"ts-loader": "^6.0.4", "ts-loader": "^6.0.4",
"typescript": "^3.9.2", "typescript": "^3.9.2",
"url-loader": "^4.1.0", "url-loader": "^4.1.0",

10
types.d.ts vendored
View File

@ -4309,6 +4309,16 @@ declare class NodeEnvironmentPlugin {
* Options object for node compatibility features. * Options object for node compatibility features.
*/ */
declare interface NodeOptions { declare interface NodeOptions {
/**
* Include a polyfill for the '__dirname' variable.
*/
__dirname?: boolean | "mock";
/**
* Include a polyfill for the '__filename' variable.
*/
__filename?: boolean | "mock";
/** /**
* Include a polyfill for the 'global' variable. * Include a polyfill for the 'global' variable.
*/ */

View File

@ -6766,9 +6766,9 @@ toml@^3.0.0:
resolved "https://registry.yarnpkg.com/toml/-/toml-3.0.0.tgz#342160f1af1904ec9d204d03a5d61222d762c5ee" resolved "https://registry.yarnpkg.com/toml/-/toml-3.0.0.tgz#342160f1af1904ec9d204d03a5d61222d762c5ee"
integrity sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w== integrity sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w==
tooling@webpack/tooling#v1.7.0: tooling@webpack/tooling#v1.8.0:
version "1.7.0" version "1.8.0"
resolved "https://codeload.github.com/webpack/tooling/tar.gz/199a510b8e4307e5b6629b11cb2ef377d183e5cf" resolved "https://codeload.github.com/webpack/tooling/tar.gz/92e13cc6cf7aae31030c736427c6ebf54f5af581"
dependencies: dependencies:
"@yarnpkg/lockfile" "^1.1.0" "@yarnpkg/lockfile" "^1.1.0"
commondir "^1.0.1" commondir "^1.0.1"