Skip to content

Commit d75f262

Browse files
committed
Update Vuex ORM and Vuex
1 parent d508a35 commit d75f262

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"@vue/cli-plugin-eslint": "^3.0.4",
1111
"@vue/cli-service": "^3.0.4",
1212
"@vue/eslint-config-standard": "^3.0.4",
13-
"@vuex-orm/core": "^0.26.2",
13+
"@vuex-orm/core": "^0.31.12",
1414
"normalize.css": "^8.0.0",
1515
"postcss-css-variables": "^0.10.0",
1616
"postcss-import": "^12.0.0",
1717
"postcss-nested": "^4.1.0",
1818
"vue": "^2.5.17",
1919
"vue-template-compiler": "^2.5.17",
20-
"vuex": "^3.0.1"
20+
"vuex": "^3.1.1"
2121
}
2222
}

yarn.lock

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -793,9 +793,13 @@
793793
version "1.2.0"
794794
resolved "https://registry.yarnpkg.com/@vue/web-component-wrapper/-/web-component-wrapper-1.2.0.tgz#bb0e46f1585a7e289b4ee6067dcc5a6ae62f1dd1"
795795

796-
"@vuex-orm/core@^0.26.2":
797-
version "0.26.2"
798-
resolved "https://registry.yarnpkg.com/@vuex-orm/core/-/core-0.26.2.tgz#f93c49499b4050117d8b05a20e9239fb94388c44"
796+
"@vuex-orm/core@^0.31.12":
797+
version "0.31.12"
798+
resolved "https://registry.yarnpkg.com/@vuex-orm/core/-/core-0.31.12.tgz#4f3551a00b269ee41350a3478d29d3facae69689"
799+
integrity sha512-Vint59DmiHQdUEE/bR3MDQFn8ghZYdJcRSTDVyKrmnAPWqGVUzbbEQ8OseK7WhZVS5V8sNR6U3IZQtShWAmNpw==
800+
dependencies:
801+
normalizr "^3.3.0"
802+
vuex "^3.1.1"
799803

800804
"@webassemblyjs/ast@1.7.8":
801805
version "1.7.8"
@@ -4591,6 +4595,11 @@ normalize.css@^8.0.0:
45914595
version "8.0.0"
45924596
resolved "https://registry.yarnpkg.com/normalize.css/-/normalize.css-8.0.0.tgz#14ac5e461612538a4ce9be90a7da23f86e718493"
45934597

4598+
normalizr@^3.3.0:
4599+
version "3.4.0"
4600+
resolved "https://registry.yarnpkg.com/normalizr/-/normalizr-3.4.0.tgz#fe79fd77768e0ae99944a8c35cbdb58521ab5d34"
4601+
integrity sha512-0dQLKpvsSb2f+vZwj78L855OMn9aeMQ0dQhduRqX3GkJh+k6rN9kcftxBV/VkW1n4q9OuV6F43Angn+pNbjg9w==
4602+
45944603
npm-bundled@^1.0.1:
45954604
version "1.0.3"
45964605
resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.3.tgz#7e71703d973af3370a9591bafe3a63aca0be2308"
@@ -6772,9 +6781,10 @@ vue@^2.5.17:
67726781
version "2.5.17"
67736782
resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.17.tgz#0f8789ad718be68ca1872629832ed533589c6ada"
67746783

6775-
vuex@^3.0.1:
6776-
version "3.0.1"
6777-
resolved "https://registry.yarnpkg.com/vuex/-/vuex-3.0.1.tgz#e761352ebe0af537d4bb755a9b9dc4be3df7efd2"
6784+
vuex@^3.1.1:
6785+
version "3.1.1"
6786+
resolved "https://registry.yarnpkg.com/vuex/-/vuex-3.1.1.tgz#0c264bfe30cdbccf96ab9db3177d211828a5910e"
6787+
integrity sha512-ER5moSbLZuNSMBFnEBVGhQ1uCBNJslH9W/Dw2W7GZN23UQA69uapP5GTT9Vm8Trc0PzBSVt6LzF3hGjmv41xcg==
67786788

67796789
watchpack@^1.5.0:
67806790
version "1.6.0"

0 commit comments

Comments
 (0)