Skip to content

Commit 4b158fd

Browse files
committed
Package Upgrades
1 parent 0464544 commit 4b158fd

File tree

6 files changed

+769
-618
lines changed

6 files changed

+769
-618
lines changed

dist/vuex-orm-graphql.es5.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vuex-orm-graphql.es5.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vuex-orm-graphql.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vuex-orm-graphql.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"url": "https://github.com/vuex-orm/plugin-graphql/issues"
5252
},
5353
"dependencies": {
54-
"app": "latest",
55-
"apollo-cache-inmemory": "^1.1.7"
54+
"apollo-cache-inmemory": "^1.1.7",
55+
"app": "latest"
5656
},
5757
"peerDependencies": {
5858
"@vuex-orm/core": "^0.30.0"
@@ -142,7 +142,11 @@
142142
}
143143
},
144144
"collectCoverage": true,
145-
"coverageReporters": ["json", "lcov", "html"],
145+
"coverageReporters": [
146+
"json",
147+
"lcov",
148+
"html"
149+
],
146150
"collectCoverageFrom": [
147151
"src/**/*.{js,ts}"
148152
]

0 commit comments

Comments
 (0)