Skip to content

Commit 0c0e8bb

Browse files
pearofducksshellscape
authored andcommitted
chore: update dependencies, correct license in package.json (#114)
1 parent 1ea5148 commit 0c0e8bb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/validate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
The above copyright notice and this permission notice shall be
99
included in all copies or substantial portions of this Source Code Form.
1010
*/
11-
const Joi = require('joi');
11+
const Joi = require('@hapi/joi');
1212

1313
const { boolean, object, validate } = Joi.bind();
1414

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "koa-webpack",
33
"version": "5.2.2",
44
"description": "Development and Hot Reload Middleware for Koa2",
5-
"license": "MPL",
5+
"license": "MPL-2.0",
66
"repository": "shellscape/koa-webpack",
77
"author": "Andrew Powell <[email protected]>",
88
"homepage": "https://github.com/shellscape/koa-webpack",
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"app-root-path": "^2.0.1",
3636
"chalk": "^2.4.2",
37-
"joi": "^14.3.1",
37+
"@hapi/joi": "^15.0.0",
3838
"loud-rejection": "^1.6.0",
3939
"merge-options": "^1.0.0",
4040
"webpack-dev-middleware": "^3.0.0",
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@commitlint/cli": "^7.2.1",
4545
"@commitlint/config-conventional": "^7.1.2",
46-
"ava": "^1.0.1",
46+
"ava": "^1.4.1",
4747
"conventional-github-releaser": "^3.1.0",
4848
"cross-env": "^5.1.6",
4949
"deepmerge": "^3.0.0",
@@ -57,7 +57,7 @@
5757
"koa-compose": "^4.0.0",
5858
"lint-staged": "^8.1.0",
5959
"memory-fs": "^0.4.1",
60-
"nyc": "^13.3.0",
60+
"nyc": "^14.1.0",
6161
"pre-commit": "^1.2.2",
6262
"prettier": "^1.13.4",
6363
"standard-version": "^4.4.0",

0 commit comments

Comments
 (0)