Skip to content

Commit

Permalink
Add missing dependency graphql-tag to graphql-server (redwoodjs#3495)
Browse files Browse the repository at this point in the history
* add missing dep graphql-tag

* remove esbuild flag in template
  • Loading branch information
jtoar authored Oct 4, 2021
1 parent 8a959d6 commit afcbe13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 0 additions & 2 deletions packages/create-redwood-app/template/redwood.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@
port = 8911
[browser]
open = true
[experimental]
esbuild = false
1 change: 1 addition & 0 deletions packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"graphql-helix": "1.7.0",
"graphql-playground-html": "1.6.29",
"graphql-scalars": "1.10.1",
"graphql-tag": "2.12.5",
"lodash.merge": "4.6.2",
"lodash.omitby": "4.6.0",
"node-fetch": "2.6.1",
Expand Down
8 changes: 4 additions & 4 deletions tasks/framework-tools/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2723,10 +2723,10 @@
resolved "https://registry.yarnpkg.com/@open-draft/until/-/until-1.0.3.tgz#db9cc719191a62e7d9200f6e7bab21c5b848adca"
integrity sha512-Aq58f5HiWdyDlFffbbSjAlv596h/cOnt2DO1w3DOC7OJ5EHs0hd/nycJfiu9RJbT6Yk6F1knnRRXNSpxoIVZ9Q==

"@redwoodjs/eslint-config@0.37.0":
version "0.37.0"
resolved "https://registry.yarnpkg.com/@redwoodjs/eslint-config/-/eslint-config-0.37.0.tgz#d46824473510dac25eeaaf1a9b16f0a75a3ac49c"
integrity sha512-IrGWIto7UnEaVJy0Gxw0srvDzZaBv2kjlSrT5Hyh7szowIJIwpRelgNPeftxlLUP0KanYqBoueinxCvPCAd+gg==
"@redwoodjs/eslint-config@v0.37.1":
version "0.37.1"
resolved "https://registry.yarnpkg.com/@redwoodjs/eslint-config/-/eslint-config-0.37.1.tgz#0ad21eba620720f8d8976205c8831aa686075901"
integrity sha512-ILl+xwcx+RlAs4WLqxocnG4Jx9QjWdglURP83vUGRPLRUt+rNdwHHCefr/0WpGDSgNVS4zA6Odt26TkmIbTwUg==
dependencies:
"@babel/core" "^7.15.5"
"@babel/eslint-parser" "^7.15.4"
Expand Down

0 comments on commit afcbe13

Please sign in to comment.