Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
  • Loading branch information
Richienb committed May 5, 2021
1 parent cea40ee commit 1fcbbc9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 34 deletions.
61 changes: 30 additions & 31 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,37 @@ import { Compiler } from "webpack"
declare namespace NodePolyfillPlugin {
export type Alias =
| "Buffer"
| "console"
| "process"
| "assert"
| "buffer"
| "console"
| "constants"
| "crypto"
| "domain"
| "events"
| "http"
| "https"
| "os"
| "path"
| "punycode"
| "process"
| "querystring"
| "stream"
| "_stream_duplex"
| "_stream_passthrough"
| "_stream_readable"
| "_stream_transform"
| "_stream_writable"
| "string_decoder"
| "sys"
| "timers"
| "tty"
| "url"
| "util"
| "vm"
| "zlib"
| "console"
| "process"
| "assert"
| "buffer"
| "console"
| "constants"
| "crypto"
| "domain"
| "events"
| "http"
| "https"
| "os"
| "path"
| "punycode"
| "process"
| "querystring"
| "stream"
| "_stream_duplex"
| "_stream_passthrough"
| "_stream_readable"
| "_stream_transform"
| "_stream_writable"
| "string_decoder"
| "sys"
| "timers"
| "tty"
| "url"
| "util"
| "vm"
| "zlib"


export interface Options {
/**
Aliases to skip adding. Useful if you don't want a module like `console` to be polyfilled.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"crypto-browserify": "^3.12.0",
"domain-browser": "^4.19.0",
"events": "^3.3.0",
"filter-obj": "^2.0.1",
"filter-obj": "^2.0.2",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
Expand All @@ -41,7 +41,7 @@
"querystring-es3": "^0.2.1",
"readable-stream": "^3.6.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.1.1",
"stream-http": "^3.2.0",
"string_decoder": "^1.3.0",
"timers-browserify": "^2.0.12",
"tty-browserify": "^0.0.1",
Expand All @@ -53,7 +53,7 @@
"ava": "^3.15.0",
"eslint-config-richienb": "^0.6.2",
"p-webpack": "^1.0.1",
"webpack": "^5.28.0",
"webpack": "^5.36.2",
"xo": "^0.38.2"
},
"peerDependencies": {
Expand Down

0 comments on commit 1fcbbc9

Please sign in to comment.