Skip to content

Commit 54f559e

Browse files
committed
chore(release): v0.1.2, update joi dependency
1 parent e5bc072 commit 54f559e

3 files changed

Lines changed: 48 additions & 37 deletions

File tree

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 { number, object, string, validate } = Joi.bind();
1414

package-lock.json

Lines changed: 44 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-plugin-ramdisk",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "🐏 A webpack plugin for blazing fast builds on a RAM disk / drive",
55
"license": "MPL-2.0",
66
"repository": "shellscape/webpack-plugin-ramdisk",
@@ -33,9 +33,9 @@
3333
"webpack": "^4.20.0"
3434
},
3535
"dependencies": {
36+
"@hapi/joi": "^15.1.0",
3637
"chalk": "^2.4.1",
37-
"execa": "^2.0.0",
38-
"joi": "^14.3.0"
38+
"execa": "^2.0.0"
3939
},
4040
"devDependencies": {
4141
"@commitlint/cli": "^8.0.0",

0 commit comments

Comments
 (0)