Skip to content

Commit 462458e

Browse files
committed
bump to 1.1.0
1 parent da1fc6a commit 462458e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-graphql-server",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"main": "lib/json-graphql-server.node.min.js",
55
"browser": "lib/json-graphql-server.client.min.js",
66
"repository": "git@github.com:marmelab/json-graphql-server.git",
@@ -63,7 +63,8 @@
6363
"graphql-type-json": "~0.1.4",
6464
"inflection": "~1.12.0",
6565
"lodash.merge": "~4.6.0",
66-
"reify": "~0.12.0"
66+
"reify": "~0.12.0",
67+
"xhr-mock": "^2.0.3"
6768
},
6869
"bin": {
6970
"json-graphql-server": "bin/json-graphql-server.js"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4766,9 +4766,9 @@ write@^0.2.1:
47664766
dependencies:
47674767
mkdirp "^0.5.1"
47684768

4769-
xhr-mock@2.0.2:
4770-
version "2.0.2"
4771-
resolved "https://registry.yarnpkg.com/xhr-mock/-/xhr-mock-2.0.2.tgz#2eb4809676f2f8a9d7313e00d78db3088bc0681e"
4769+
xhr-mock@^2.0.3:
4770+
version "2.0.3"
4771+
resolved "https://registry.yarnpkg.com/xhr-mock/-/xhr-mock-2.0.3.tgz#fba204c8f20ec197766c42a3578bc477db6925f3"
47724772
dependencies:
47734773
global "^4.3.0"
47744774
url "^0.11.0"

0 commit comments

Comments
 (0)