Skip to content

Commit

Permalink
chore: Dependency '@hapi/joi' -> 'joi'
Browse files Browse the repository at this point in the history
  • Loading branch information
keeler committed Jun 3, 2022
1 parent aebd8bf commit 19ec2a3
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 74 deletions.
2 changes: 1 addition & 1 deletion config/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const joi = require("@hapi/joi");
const joi = require("joi");

const envVarsSchema = joi.object({
PORT: joi.number()
Expand Down
2 changes: 1 addition & 1 deletion config/logger.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const joi = require("@hapi/joi");
const joi = require("joi");

const envVarsSchema = joi.object({
LOGGER_LEVEL: joi.string()
Expand Down
139 changes: 68 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@hapi/joi": "^17.1.1",
"axios": "^0.26.0",
"babel-loader": "^8.2.3",
"body-parser": "^1.19.2",
Expand All @@ -71,6 +70,7 @@
"fuse.js": "^6.5.3",
"helmet": "^5.0.2",
"html-webpack-plugin": "^5.5.0",
"joi": "^17.6.0",
"jsonfile": "^6.1.0",
"lodash": "^4.17.21",
"node-schedule": "^2.1.0",
Expand Down

0 comments on commit 19ec2a3

Please sign in to comment.