Skip to content

Commit d5229e0

Browse files
committed
chore: update package version
1 parent 70a98e8 commit d5229e0

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vueblocks/vue-use-utilities",
3-
"version": "0.2.9",
3+
"version": "0.2.10",
44
"description": "A collection of Vue composition-api utilities",
55
"scripts": {
66
"docs:deploy": "sh deploy.sh",

packages/core/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,16 @@
2929
"sideEffects": false,
3030
"dependencies": {
3131
"@juggle/resize-observer": "^3.2.0",
32-
"@vue/composition-api": "^1.0.0-rc.2",
32+
"@vue/composition-api": "^1.0.0-rc.3",
3333
"color2k": "^1.2.4",
34-
"dayjs": "^1.10.2",
3534
"keymaster": "^1.6.2",
3635
"lodash.clonedeep": "^4.5.0",
3736
"lodash.debounce": "^4.0.8",
3837
"lodash.throttle": "^4.1.1",
3938
"number-precision": "^1.5.0",
4039
"screenfull": "^5.1.0",
4140
"stateshot": "^1.3.3",
42-
"vue-demi": "^0.6.0"
41+
"vue-demi": "^0.7.1"
4342
},
4443
"gitHead": "19fec27b41f71b70a73f0afd37180c39bb362827"
4544
}

packages/vuex/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"license": "MIT",
3030
"sideEffects": false,
3131
"peerDependencies": {
32-
"vuex": "^3.6.0"
32+
"vuex": "^3.6.2"
3333
},
3434
"dependencies": {
35-
"@vue/composition-api": "^1.0.0-beta.24",
36-
"vue-demi": "^0.5.4"
35+
"@vue/composition-api": "^1.0.0-rc.3",
36+
"vue-demi": "^0.7.1"
3737
},
3838
"devDependencies": {
39-
"vuex": "^3.6.0"
39+
"vuex": "^3.6.2"
4040
},
4141
"gitHead": "19fec27b41f71b70a73f0afd37180c39bb362827"
4242
}

packages/vuex/useVuex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { computed, getCurrentInstance, isVue3 } from 'vue-demi'
22
import { Store } from 'vuex'
33

4-
import { isObject, isString, partial } from '../utils'
4+
import { isObject, isString, partial } from './utils'
55

66
/**
77
* Validate whether given map is valid or not
File renamed without changes.

0 commit comments

Comments
 (0)