Skip to content

Commit 768c89e

Browse files
committed
Update Vuex ORM to 0.32.1
1 parent 688094d commit 768c89e

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
@@ -10,7 +10,7 @@
1010
"@vue/cli-plugin-eslint": "^3.9.2",
1111
"@vue/cli-service": "^3.9.3",
1212
"@vue/eslint-config-standard": "^4.0.0",
13-
"@vuex-orm/core": "^0.32.0",
13+
"@vuex-orm/core": "^0.32.1",
1414
"normalize.css": "^8.0.1",
1515
"postcss-css-variables": "^0.13.0",
1616
"postcss-import": "^12.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,10 +1017,10 @@
10171017
resolved "https://registry.yarnpkg.com/@vue/web-component-wrapper/-/web-component-wrapper-1.2.0.tgz#bb0e46f1585a7e289b4ee6067dcc5a6ae62f1dd1"
10181018
integrity sha512-Xn/+vdm9CjuC9p3Ae+lTClNutrVhsXpzxvoTXXtoys6kVRX9FkueSUAqSWAyZntmVLlR4DosBV4pH8y5Z/HbUw==
10191019

1020-
"@vuex-orm/core@^0.32.0":
1021-
version "0.32.0"
1022-
resolved "https://registry.yarnpkg.com/@vuex-orm/core/-/core-0.32.0.tgz#2442297ee414e5a1a798797d6524a0f37db6ac37"
1023-
integrity sha512-IcwHl8hu+MHhKvSPLv+l6dOcm2xHv/161fW6Xoh6e1dspKedaQnXrwiNf2EPGWVMCX4slaKGUd78/pzUwTCMHA==
1020+
"@vuex-orm/core@^0.32.1":
1021+
version "0.32.1"
1022+
resolved "https://registry.yarnpkg.com/@vuex-orm/core/-/core-0.32.1.tgz#40d04aba5373b9ae833b4d7b42b2c07746a4f52f"
1023+
integrity sha512-zy3xj+6robrjNx5nJF73GlhAlcaespLrOByAQAILo/4q1IP542YUPAO+Kr1DH4n0iMV3vaj1275A741+y2djOg==
10241024
dependencies:
10251025
normalizr "^3.4.0"
10261026
vuex "^3.1.1"

0 commit comments

Comments
 (0)