Skip to content

Commit

Permalink
Update nuxt module import composables. (#1904)
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem authored Jun 2, 2022
1 parent b574f93 commit b28eab9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"nuxt",
"vue"
],
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"type": "module",
"exports": {
Expand Down
6 changes: 0 additions & 6 deletions packages/nuxt/src/runtime/composables.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
export {
useGlobalConfig,
getGlobalConfig,
setGlobalConfig,
mergeGlobalConfig,
useColors,
getColor,
getColors,
setColors,
useToast,
useModal,
} from 'vuestic-ui'
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20305,9 +20305,9 @@ vuestic-ui@1.3.5:
tslib "^2.2.0"

vuestic-ui@latest:
version "1.4.0"
resolved "https://registry.yarnpkg.com/vuestic-ui/-/vuestic-ui-1.4.0.tgz#eb2c86fb217d04edc11ac8753c4cf6bc186b897b"
integrity sha512-4JgD6oQEyNThyYYGvqaUgFja+0uTmFd1aAtAV/YqLn/QvhUf9UqXj9jnYXTZszfPU200pVO1Y6q4U5qQmCju1A==
version "1.4.1"
resolved "https://registry.yarnpkg.com/vuestic-ui/-/vuestic-ui-1.4.1.tgz#c74dad17f9919de38b23d0946b55a61d6304e115"
integrity sha512-JpqBBhDk/ecjNQfs3200s7KiqssDk7lp9lJ1YBHKdIXa+TS2MmEWC9x7Ba1XQB70xWFHNsl9hroQ9xVAHvLL2A==
dependencies:
cleave.js "^1.6.0"
colortranslator "^1.9.2"
Expand Down

0 comments on commit b28eab9

Please sign in to comment.