Skip to content

Commit

Permalink
fix(graphql): add graphql to dependencies list
Browse files Browse the repository at this point in the history
  • Loading branch information
bahdcoder committed Feb 13, 2021
1 parent 44e5317 commit 1f93dd4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/cli/_templates/default/new/package.json.ejs.t
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ to: <%= h.changeCase.param(name) %>/package.json
"build": "yarn build:server && yarn build:client"
},
"devDependencies": {
"@tensei/common": "^0.7.4",
"@tensei/components": "^0.7.4",
"@tensei/common": "^0.7.5",
"@tensei/components": "^0.7.5",
"autoprefixer": "^10.2.4",
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.5",
Expand Down
10 changes: 5 additions & 5 deletions packages/create-tensei-app/templates/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"license": "MIT",
"dependencies": {
"@mikro-orm/sqlite": "^4.4.0",
"@tensei/auth": "^0.7.4",
"@tensei/cms": "^0.7.4",
"@tensei/core": "^0.7.4",
"@tensei/media": "^0.7.4",
"@tensei/graphql": "^0.7.4"
"@tensei/auth": "^0.7.5",
"@tensei/cms": "^0.7.5",
"@tensei/core": "^0.7.5",
"@tensei/media": "^0.7.5",
"@tensei/graphql": "^0.7.5"
},
"scripts": {
"dev": "nodemon src/index"
Expand Down
10 changes: 5 additions & 5 deletions packages/create-tensei-app/templates/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"license": "MIT",
"dependencies": {
"@mikro-orm/sqlite": "^4.4.0",
"@tensei/auth": "^0.7.4",
"@tensei/cms": "^0.7.4",
"@tensei/core": "^0.7.4",
"@tensei/media": "^0.7.4",
"@tensei/rest": "^0.7.4"
"@tensei/auth": "^0.7.5",
"@tensei/cms": "^0.7.5",
"@tensei/core": "^0.7.5",
"@tensei/media": "^0.7.5",
"@tensei/rest": "^0.7.5"
},
"scripts": {
"dev": "nodemon src/index"
Expand Down
1 change: 1 addition & 0 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@tensei/common": "^0.7.4",
"apollo-server-express": "^2.19.0",
"dataloader": "^2.0.0",
"graphql": "^15.5.0",
"graphql-parse-resolve-info": "^4.9.0",
"graphql-playground-middleware-express": "^1.7.22",
"graphql-type-json": "^0.3.2"
Expand Down

0 comments on commit 1f93dd4

Please sign in to comment.