Skip to content

Commit

Permalink
dep: ws 7.2.1 -> 7.2.3, nodejieba 2.4.0 -> 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Mar 11, 2020
1 parent 8b76734 commit e2350d0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"@octokit/rest": "^17.0.0",
"@octokit/rest": "^17.0.1",
"@types/cross-spawn": "^6.0.1",
"@types/fs-extra": "^8.1.0",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.0",
"@types/semver": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"cac": "^6.5.7",
"cross-spawn": "^7.0.1",
"del": "^5.1.0",
Expand All @@ -47,7 +47,7 @@
"jest": "^25.1.0",
"kleur": "^3.0.3",
"latest-version": "^5.1.0",
"open": "^7.0.2",
"open": "^7.0.3",
"ora": "^4.0.3",
"p-map": "^4.0.0",
"prompts": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/koishi-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"devDependencies": {
"@types/js-yaml": "^3.12.2",
"@types/prompts": "^2.0.4"
"@types/prompts": "^2.0.5"
},
"dependencies": {
"cac": "^6.5.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/koishi-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"koishi-utils": "^1.0.4",
"leven": "^3.1.0",
"ms": "^2.1.2",
"ws": "^7.2.1"
"ws": "^7.2.3"
}
}
2 changes: 1 addition & 1 deletion packages/koishi-core/src/server.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import ms from 'ms'
import WebSocket from 'ws'
import * as http from 'http'
import { errors } from './messages'
Expand All @@ -7,7 +8,6 @@ import { Meta, VersionInfo, ContextType } from './meta'
import { App } from './app'
import { CQResponse } from './sender'
import { format } from 'util'
import ms from 'ms'

export abstract class Server {
public appList: App[] = []
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-nlp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"dependencies": {
"koishi-core": "^1.10.1",
"koishi-utils": "^1.0.4",
"nodejieba": "^2.4.0"
"nodejieba": "^2.4.1"
}
}

0 comments on commit e2350d0

Please sign in to comment.