Skip to content

Commit

Permalink
fix: fixed dependencies package version typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoboding committed Feb 24, 2021
1 parent 9c947d3 commit 89214d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vueblocks/vue-use-utilities",
"version": "0.2.7",
"version": "0.2.9",
"description": "A collection of Vue composition-api utilities",
"scripts": {
"docs:dev": "vuepress dev docs",
Expand All @@ -27,7 +27,7 @@
"@vueblocks/vue-use-core": "^0.2.6",
"autoprefixer": "^9",
"axios": "^0.21.1",
"color2k": "^1.2.3",
"color2k": "^1.2.4",
"dayjs": "^1.10.3",
"esbuild": "^0.8.29",
"esbuild-register": "^1.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"dependencies": {
"@juggle/resize-observer": "^3.2.0",
"@vue/composition-api": "^1.0.0-rc.2",
"color2k": "^1.2.3",
"color2k": "^1.2.4",
"dayjs": "^1.10.2",
"keymaster": "^1.6.2",
"lodash.clonedeep": "^4.5.6",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"number-precision": "^1.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4215,10 +4215,10 @@ color2k@^1.1.1:
resolved "https://registry.npm.taobao.org/color2k/download/color2k-1.1.1.tgz#f9703fab6693e2a407962211f1ab7e8e0602d5d7"
integrity sha1-+XA/q2aT4qQHliIR8at+jgYC1dc=

color2k@^1.2.3:
version "1.2.3"
resolved "https://registry.npm.taobao.org/color2k/download/color2k-1.2.3.tgz#fc36ab4428a01aa1e06a5f3cbb46b8fc1a438a31"
integrity sha1-/DarRCigGqHgal88u0a4/BpDijE=
color2k@^1.2.4:
version "1.2.4"
resolved "https://registry.npm.taobao.org/color2k/download/color2k-1.2.4.tgz#af34950ac58e23cf224a01cb8dd0c9911a79605e"
integrity sha1-rzSVCsWOI88iSgHLjdDJkRp5YF4=

color@^3.0.0, color@^3.1.3:
version "3.1.3"
Expand Down

0 comments on commit 89214d1

Please sign in to comment.