Skip to content

Commit

Permalink
feat(icongenie): switch from @hapi/joi to joi
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Apr 27, 2024
1 parent 0cf8645 commit 71dd7cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion icongenie/lib/utils/validate-profile-object.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

import Joi from '@hapi/joi'
import Joi from 'joi'
import { red } from 'kolorist'

import { generators } from '../generators/index.js'
Expand Down
2 changes: 1 addition & 1 deletion icongenie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"homepage": "https://quasar.dev/icongenie/introduction",
"dependencies": {
"@hapi/joi": "^17.1.1",
"joi": "^17.13.0",
"cross-spawn": "^7.0.2",
"elementtree": "^0.1.7",
"fast-glob": "^3.3.2",
Expand Down

0 comments on commit 71dd7cc

Please sign in to comment.