Skip to content

Commit

Permalink
deps: update it-drain, it-ndjson and it-foreach (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Dec 7, 2022
1 parent d8e2f83 commit 5c65441
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,11 @@
"aegir": "^37.0.15",
"delay": "^5.0.0",
"it-all": "^2.0.0",
"it-drain": "^1.0.5",
"it-foreach": "^0.1.0",
"it-drain": "^2.0.0",
"it-foreach": "^1.0.0",
"it-goodbye": "^4.0.0",
"it-map": "^2.0.0",
"it-ndjson": "^0.1.1",
"it-ndjson": "^1.0.0",
"it-pipe": "^2.0.3",
"p-defer": "^4.0.0",
"wherearewe": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test/echo-inline.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect } from 'aegir/chai'
import * as WS from '../src/index.js'
import ndjson from 'it-ndjson'
import * as ndjson from 'it-ndjson'
import map from 'it-map'
import all from 'it-all'
import { pipe } from 'it-pipe'
Expand Down
2 changes: 1 addition & 1 deletion test/pass-in-server.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect } from 'aegir/chai'
import * as WS from '../src/index.js'
import ndjson from 'it-ndjson'
import * as ndjson from 'it-ndjson'
import { pipe } from 'it-pipe'
import map from 'it-map'
import all from 'it-all'
Expand Down
2 changes: 1 addition & 1 deletion test/server-echo.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect } from 'aegir/chai'
import * as WS from '../src/index.js'
import ndjson from 'it-ndjson'
import * as ndjson from 'it-ndjson'
import { pipe } from 'it-pipe'
import map from 'it-map'
import all from 'it-all'
Expand Down

0 comments on commit 5c65441

Please sign in to comment.