Skip to content

Commit

Permalink
chore: prepare deps for v5 (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l authored Aug 20, 2021
1 parent 7814751 commit 3553887
Show file tree
Hide file tree
Showing 7 changed files with 99 additions and 105 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"email": "[email protected]",
"url": "https://github.com/Urigo"
},
"version": "4.1.0",
"version": "5.0.0",
"license": "MIT",
"main": "dist/index.js",
"publishConfig": {
Expand All @@ -29,8 +29,8 @@
"build": "tsc"
},
"dependencies": {
"@graphql-cli/common": "^4.1.0",
"@graphql-cli/init": "^4.1.0",
"@graphql-cli/common": "^5.0.0",
"@graphql-cli/init": "^5.0.0",
"globby": "^11.0.2",
"graphql-config": "^3.2.0",
"open": "^7.4.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/commands/generate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-cli/generate",
"description": "Generate schema and client-side documents for your GraphQL project by using Graphback.",
"version": "4.1.0",
"version": "5.0.0",
"license": "MIT",
"main": "dist/index.js",
"repository": {
Expand All @@ -23,8 +23,8 @@
"graphql": "15.5.0"
},
"dependencies": {
"@graphql-cli/common": "4.1.0",
"@graphql-cli/common": "^5.0.0",
"graphback-cli": "1.1.2",
"tslib": "2.1.0"
}
}
}
38 changes: 19 additions & 19 deletions packages/commands/init/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-cli/init",
"description": "Creates a GraphQL project using a template or GraphQL Config file for your existing project.",
"version": "4.1.0",
"version": "5.0.0",
"license": "MIT",
"main": "dist/index.js",
"publishConfig": {
Expand All @@ -20,23 +20,23 @@
"build": "tsc"
},
"dependencies": {
"@graphql-cli/common": "4.1.0",
"chalk": "4.1.0",
"cosmiconfig": "7.0.0",
"create-graphback": "1.1.2",
"cross-fetch": "3.0.6",
"fs-extra": "9.1.0",
"fullname": "4.0.1",
"graphql": "15.5.0",
"@graphql-cli/common": "^5.0.0",
"chalk": "^4.1.0",
"cosmiconfig": "^7.0.0",
"create-graphback": "^1.1.2",
"cross-fetch": "^3.0.6",
"fs-extra": "^9.1.0",
"fullname": "^4.0.1",
"graphql": "^15.5.0",
"inquirer": "7.3.3",
"js-yaml": "3.14.1",
"latest-version": "5.1.0",
"openapi-to-graphql": "2.2.6",
"ora": "5.3.0",
"rimraf": "3.0.2",
"simple-git": "2.36.1",
"string-env-interpolation": "1.0.1",
"tmp": "0.2.1",
"tslib": "2.1.0"
"js-yaml": "^3.14.1",
"latest-version": "^5.1.0",
"openapi-to-graphql": "^2.2.6",
"ora": "^5.3.0",
"rimraf": "^3.0.2",
"simple-git": "^2.36.1",
"string-env-interpolation": "^1.0.1",
"tmp": "^0.2.1",
"tslib": "~2.1.0"
}
}
}
10 changes: 5 additions & 5 deletions packages/commands/serve/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-cli/serve",
"description": "Serves a GraphQL server using an in memory MongoDB",
"version": "4.1.0",
"version": "5.0.0",
"license": "MIT",
"main": "dist/index.js",
"publishConfig": {
Expand All @@ -23,8 +23,8 @@
"graphql": "15.5.0"
},
"dependencies": {
"@graphql-cli/common": "4.1.0",
"graphql-serve": "1.1.2",
"tslib": "2.1.0"
"@graphql-cli/common": "^5.0.0",
"graphql-serve": "^1.1.2",
"tslib": "~2.1.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-cli/common",
"version": "4.1.0",
"version": "5.0.0",
"license": "MIT",
"main": "dist/index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-cli/loaders",
"description": "Internal usage",
"version": "4.1.0",
"version": "5.0.0",
"license": "MIT",
"main": "dist/index.js",
"publishConfig": {
Expand Down
Loading

0 comments on commit 3553887

Please sign in to comment.