Skip to content

Commit

Permalink
Merge pull request #8725 from webpack/dependabot/npm_and_yarn/typescr…
Browse files Browse the repository at this point in the history
…ipt-3.3.1

Bump typescript from 3.0.0-rc to 3.3.1
  • Loading branch information
sokra committed Feb 6, 2019
2 parents 88a5050 + d7d9b9b commit dbc0b8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions bin/webpack.js
@@ -1,5 +1,6 @@
#!/usr/bin/env node

// @ts-ignore
process.exitCode = 0;

/**
Expand Down Expand Up @@ -164,5 +165,7 @@ if (installedClis.length === 0) {
" and "
)} together. To work with the "webpack" command you need only one CLI package, please remove one of them or use them directly via their binary.`
);

// @ts-ignore
process.exitCode = 1;
}
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -7962,9 +7962,9 @@ typedarray@^0.0.6:
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^3.0.0-rc:
version "3.0.0-rc"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.0-rc.tgz#13553808426d393d3f92c054f4fa6f24589549c1"
integrity sha512-//6ivFupDRi+rtsivXnYNfXK7URxdvO18hhxgNpbiIVBE611+1NCiiEfgjjx53TU7fjxlhWPuv3RRj5hJF62/w==
version "3.3.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.3.1.tgz#6de14e1db4b8a006ac535e482c8ba018c55f750b"
integrity sha512-cTmIDFW7O0IHbn1DPYjkiebHxwtCMU+eTy30ZtJNBPF9j2O1ITu5XH2YnBeVRKWHqF+3JQwWJv0Q0aUgX8W7IA==

ua-parser-js@^0.7.9:
version "0.7.18"
Expand Down

0 comments on commit dbc0b8d

Please sign in to comment.