Skip to content

Commit 41dfb1a

Browse files
committed
Update Vuex ORM to 0.32.1
1 parent 2caed27 commit 41dfb1a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
99
},
1010
"dependencies": {
11-
"@vuex-orm/core": "^0.32.0",
11+
"@vuex-orm/core": "^0.32.1",
1212
"normalize.css": "^8.0.0",
1313
"nuxt": "^2.8.1",
1414
"postcss-css-variables": "^0.13.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,10 +1036,10 @@
10361036
source-map "~0.6.1"
10371037
vue-template-es2015-compiler "^1.9.0"
10381038

1039-
"@vuex-orm/core@^0.32.0":
1040-
version "0.32.0"
1041-
resolved "https://registry.yarnpkg.com/@vuex-orm/core/-/core-0.32.0.tgz#2442297ee414e5a1a798797d6524a0f37db6ac37"
1042-
integrity sha512-IcwHl8hu+MHhKvSPLv+l6dOcm2xHv/161fW6Xoh6e1dspKedaQnXrwiNf2EPGWVMCX4slaKGUd78/pzUwTCMHA==
1039+
"@vuex-orm/core@^0.32.1":
1040+
version "0.32.1"
1041+
resolved "https://registry.yarnpkg.com/@vuex-orm/core/-/core-0.32.1.tgz#40d04aba5373b9ae833b4d7b42b2c07746a4f52f"
1042+
integrity sha512-zy3xj+6robrjNx5nJF73GlhAlcaespLrOByAQAILo/4q1IP542YUPAO+Kr1DH4n0iMV3vaj1275A741+y2djOg==
10431043
dependencies:
10441044
normalizr "^3.4.0"
10451045
vuex "^3.1.1"

0 commit comments

Comments
 (0)