Skip to content

Commit daab494

Browse files
committed
v0.7.13
1 parent 8445ee3 commit daab494

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

bundle-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bundle-test",
33
"private": true,
4-
"version": "0.7.12",
4+
"version": "0.7.13",
55
"main": "dist/index.js",
66
"license": "MIT",
77
"scripts": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.11.0",
3-
"version": "0.7.12",
3+
"version": "0.7.13",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/core/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-modules/core",
3-
"version": "0.7.12",
3+
"version": "0.7.13",
44
"repository": "https://github.com/Urigo/graphql-modules.git",
55
"homepage": "https://graphql-modules.com/",
66
"license": "MIT",
@@ -11,7 +11,7 @@
1111
"test": "jest --config ../../jest.config.js"
1212
},
1313
"dependencies": {
14-
"@graphql-modules/di": "0.7.12",
14+
"@graphql-modules/di": "0.7.13",
1515
"apollo-server-caching": "0.5.0",
1616
"graphql-toolkit": "0.5.16",
1717
"tslib": "1.10.0"
@@ -20,7 +20,6 @@
2020
"graphql": "^14.1.1"
2121
},
2222
"devDependencies": {
23-
"@types/leakage": "0.4.0",
2423
"apollo-cache-inmemory": "1.6.3",
2524
"apollo-client": "2.6.4",
2625
"apollo-link-schema": "1.2.4",

packages/di/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-modules/di",
3-
"version": "0.7.12",
3+
"version": "0.7.13",
44
"repository": "https://github.com/Urigo/graphql-modules.git",
55
"homepage": "https://graphql-modules.com/",
66
"license": "MIT",
@@ -15,7 +15,6 @@
1515
},
1616
"devDependencies": {
1717
"jest": "24.9.0",
18-
"leakage": "0.5.0",
1918
"reflect-metadata": "0.1.13",
2019
"typescript": "3.6.3"
2120
},

0 commit comments

Comments
 (0)