Skip to content

Commit

Permalink
chore (AE) Update deps and apply colorize change in export.
Browse files Browse the repository at this point in the history
  • Loading branch information
webnoob committed Jul 17, 2019
1 parent bbb196d commit b31b9d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"eslint-plugin-vue": "^5.2.2"
},
"dependencies": {
"quasar-mixin-colorize": "^1.0.0-alpha.3"
"quasar-mixin-colorize": "^1.0.0-alpha.4"
}
}
2 changes: 1 addition & 1 deletion src/component/mixins/colorize.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Vue from 'vue'
import Colorize, { isCssColor, makeQuasarColorVar, isNamedCssColor } from 'quasar-mixin-colorize'
import { Colorize, isCssColor, makeQuasarColorVar, isNamedCssColor } from 'quasar-mixin-colorize'
import { colors } from 'quasar'
const { lighten } = colors

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1104,10 +1104,10 @@ punycode@^2.1.0:
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==

quasar-mixin-colorize@^1.0.0-alpha.3:
version "1.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/quasar-mixin-colorize/-/quasar-mixin-colorize-1.0.0-alpha.3.tgz#bd1a7e936a4c66a25c0e40aedec969269a0611dd"
integrity sha512-qWjH+7vP4D6tXrnU8TM+P+RsZJhcZKU9BO/m/ZSjrjvhsjH3ZaK2SKAt09GGQGhbGyU4Zod9+xn46AuYHdOUBQ==
quasar-mixin-colorize@^1.0.0-alpha.4:
version "1.0.0-alpha.4"
resolved "https://registry.yarnpkg.com/quasar-mixin-colorize/-/quasar-mixin-colorize-1.0.0-alpha.4.tgz#94dfcf13e05fc99599e8937c4308e398d4b56d10"
integrity sha512-ZTR4RTHaxEdrbyyV3CAJm7AZNoctB7xtoH5mZq9a+nenFFUZ1mYU5svuy7zBmtjQFsv0h7qU2uTOCpd1KRUVBg==

read-pkg-up@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit b31b9d2

Please sign in to comment.