Skip to content

Commit

Permalink
chore(deps): move @hapi/joi to joi (#11652)
Browse files Browse the repository at this point in the history
  • Loading branch information
aimuz authored Apr 14, 2022
1 parent a8885b7 commit ddc94fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/taro-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"@babel/template": "^7.14.5",
"@babel/traverse": "^7.14.5",
"@babel/types": "^7.14.5",
"@hapi/joi": "17.1.1",
"@tarojs/helper": "3.4.6",
"@tarojs/mini-runner": "3.4.6",
"@tarojs/plugin-framework-react": "3.4.6",
Expand Down Expand Up @@ -84,6 +83,7 @@
"generic-names": "^2.0.1",
"glob": "^7.1.2",
"inquirer": "^5.2.0",
"joi": "^17.6.0",
"klaw": "^2.1.1",
"latest-version": "^5.1.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-cli/src/doctor/configSchema.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as Joi from '@hapi/joi'
import * as Joi from 'joi'

const schema = Joi.object().keys({
projectName: Joi.string().required(),
Expand Down

0 comments on commit ddc94fe

Please sign in to comment.