Skip to content

Commit 565f063

Browse files
committed
Upgrade dependencies
1 parent 38de979 commit 565f063

7 files changed

+355
-314
lines changed

dist/vuex-orm-graphql.es5.js

+1-1
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vuex-orm-graphql.umd.js

+1-1
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuex-orm/plugin-graphql",
3-
"version": "1.0.0-rc.22",
3+
"version": "1.0.0-rc.23",
44
"description": "Vuex-ORM persistence plugin to sync the store against a GraphQL API.",
55
"main": "dist/vuex-orm-graphql.umd.js",
66
"module": "dist/vuex-orm-graphql.es5.js",
@@ -45,7 +45,7 @@
4545
"author": "Benjamin Klein",
4646
"license": "MIT",
4747
"engines": {
48-
"node":">=6.0.0"
48+
"node": ">=6.0.0"
4949
},
5050
"bugs": {
5151
"url": "https://github.com/vuex-orm/plugin-graphql/issues"
@@ -54,62 +54,62 @@
5454
"app": "latest"
5555
},
5656
"peerDependencies": {
57-
"@vuex-orm/core": "^0.27.0"
57+
"@vuex-orm/core": "^0.30.0"
5858
},
5959
"devDependencies": {
60-
"@vuex-orm/core": "^0.27.0",
60+
"@commitlint/cli": "^7.1.2",
61+
"@commitlint/config-conventional": "^7.1.2",
6162
"@types/graphql": "^0.12.3",
62-
"pluralize": "^7.0.0",
63+
"@types/jest": "^23.3.2",
64+
"@types/node": "^10.11.0",
65+
"@types/sinon": "^5.0.1",
66+
"@vuex-orm/core": "^0.30.0",
6367
"apollo-cache-inmemory": "^1.1.7",
6468
"apollo-client": "^2.2.2",
6569
"apollo-link": "^1.2.0",
6670
"apollo-link-http": "^1.3.2",
6771
"apollo-link-schema": "^1.1.0",
68-
"graphql": "^0.12.3",
69-
"graphql-tag": "^2.6.1",
70-
"graphql-tools": "^3.0.4",
71-
"@commitlint/cli": "^7.1.2",
72-
"@commitlint/config-conventional": "^7.1.2",
73-
"@types/jest": "^23.3.2",
74-
"@types/node": "^10.11.0",
72+
"babel-plugin-external-helpers": "^6.22.0",
73+
"babel-preset-env": "^1.7.0",
7574
"colors": "^1.3.2",
7675
"commitizen": "^3.0.0",
7776
"coveralls": "^3.0.2",
7877
"cross-env": "^5.2.0",
7978
"cz-conventional-changelog": "^2.1.0",
79+
"graphql": "^0.12.3",
80+
"graphql-tag": "^2.6.1",
81+
"graphql-tools": "^3.0.4",
8082
"husky": "^1.0.1",
8183
"jest": "^23.6.0",
8284
"jest-config": "^23.6.0",
8385
"lint-staged": "^7.3.0",
86+
"lodash.clone": "^4.5.0",
87+
"lodash.isequal": "^4.5.0",
88+
"node-fetch": "^2.1.1",
89+
"normalizr": "^3.2.4",
90+
"pluralize": "^7.0.0",
8491
"prettier": "^1.14.3",
8592
"prompt": "^1.0.0",
8693
"replace-in-file": "^3.4.2",
8794
"rimraf": "^2.6.2",
8895
"rollup": "^0.66.2",
96+
"rollup-plugin-babel": "^3.0.7",
8997
"rollup-plugin-commonjs": "^9.1.8",
9098
"rollup-plugin-json": "^3.1.0",
9199
"rollup-plugin-node-resolve": "^3.4.0",
92100
"rollup-plugin-sourcemaps": "^0.4.2",
93101
"rollup-plugin-typescript2": "^0.17.0",
94102
"rollup-plugin-uglify": "^3.0.0",
95-
"rollup-plugin-babel": "^3.0.7",
96-
"babel-preset-env": "^1.7.0",
97-
"babel-plugin-external-helpers": "^6.22.0",
98103
"semantic-release": "^15.9.16",
104+
"sinon": "^6.0.0",
99105
"ts-jest": "^23.10.2",
100106
"ts-node": "^7.0.1",
101107
"tslint": "^5.11.0",
102108
"tslint-config-prettier": "^1.15.0",
103109
"tslint-config-standard": "^8.0.1",
104110
"typescript": "^3.0.3",
105-
"vuepress": "^0.8.4",
106-
"node-fetch": "^2.1.1",
107-
"lodash.isequal": "^4.5.0",
108-
"lodash.clone": "^4.5.0",
109-
"normalizr": "^3.2.4",
110111
"vue": "2.5.16",
111-
"@types/sinon": "^5.0.1",
112-
"sinon": "^6.0.0",
112+
"vuepress": "^0.8.4",
113113
"vuex": "^3.0.1"
114114
},
115115
"jest": {

test/support/helpers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ export async function recordGraphQLRequest(callback: Function, allowToFail: bool
7474
return {
7575
operationName: relevantCall!.args[0].operationName,
7676
variables: relevantCall!.args[0].variables,
77-
query: prettify(relevantCall!.args[0].query.loc.source.body)
77+
query: prettify(relevantCall!.args[0].query.loc!.source.body)
7878
};
7979
}

0 commit comments

Comments
 (0)