Skip to content

Commit

Permalink
fix ui lite package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed May 10, 2022
1 parent c9152e2 commit 71415dc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/react-ui-lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
"author": "",
"license": "MIT",
"dependencies": {
"@vulcanjs/graphql": "^0.6.6-alpha.4",
"@vulcanjs/i18n": "^0.6.4",
"@vulcanjs/model": "^0.6.4",
"@vulcanjs/permissions": "^0.6.4",
"@vulcanjs/react-hooks": "^0.6.6-alpha.4",
"@vulcanjs/react-i18n": "^0.6.4",
"@vulcanjs/schema": "^0.6.4",
"@vulcanjs/utils": "^0.6.4",
"classnames": "^2.3.1",
"debug": "^4.3.1",
"lodash": "^4.17.21"
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10281,6 +10281,15 @@ __metadata:
resolution: "@vulcanjs/react-ui-lite@workspace:packages/react-ui-lite"
dependencies:
"@types/lodash": ^4.14.168
"@vulcanjs/core": ^0.6.4
"@vulcanjs/graphql": ^0.6.6-alpha.4
"@vulcanjs/i18n": ^0.6.4
"@vulcanjs/model": ^0.6.4
"@vulcanjs/permissions": ^0.6.4
"@vulcanjs/react-hooks": ^0.6.6-alpha.4
"@vulcanjs/react-i18n": ^0.6.4
"@vulcanjs/schema": ^0.6.4
"@vulcanjs/utils": ^0.6.4
classnames: ^2.3.1
debug: ^4.3.1
lodash: ^4.17.21
Expand Down

0 comments on commit 71415dc

Please sign in to comment.