Skip to content

Commit

Permalink
chore(deps): Use [email protected] as long as graphql-codemirror doesn't a…
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jan 22, 2018
1 parent f270255 commit c3757a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions packages/graphql-playground-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"start": "node scripts/start.js",
"start:analyze": "ANALYZE_BUNDLE=true node scripts/start.js",
"start:graphql-bin": "ACTIVE_APP=graphqlbin node scripts/start.js",
"prepublishOnly": "yarn build",
"copy-styles": "cat src/styles/*.css > playground.css",
"build": "rimraf dist build dist && yarn build-app && yarn build-package && yarn copy-styles",
Expand Down Expand Up @@ -119,7 +121,7 @@
"graphcool-tmp-ui": "^0.0.11",
"graphcool-ui": "0.0.14",
"graphiql": "^0.11.2",
"graphql": "^0.12.3",
"graphql": "^0.11.7",
"isomorphic-fetch": "^2.2.1",
"js-yaml": "^3.10.0",
"json-stable-stringify": "^1.0.1",
Expand Down Expand Up @@ -151,7 +153,8 @@
"styled-jsx": "^2.2.1",
"styled-jsx-postcss": "git+https://github.com/timsuchanek/styled-jsx-postcss#build3",
"styled-theming": "^2.2.0",
"subscriptions-transport-ws": "^0.9.5"
"subscriptions-transport-ws": "^0.9.5",
"webpack-bundle-analyzer": "^2.9.2"
},
"lint-staged": {
"*.{ts,tsx}": [
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10187,7 +10187,7 @@ webidl-conversions@^4.0.1, webidl-conversions@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"

[email protected]:
[email protected], webpack-bundle-analyzer@^2.9.2:
version "2.9.2"
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.9.2.tgz#63ed86eb71cc4cda86f68e685a84530ba0126449"
dependencies:
Expand Down

0 comments on commit c3757a8

Please sign in to comment.