File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
1313const { boolean, object, validate } = Joi . bind ( ) ;
1414
Original file line number Diff line number Diff line change 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" ,
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" ,
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments