Skip to content

Commit c3757a8

Browse files
committed
chore(deps): Use [email protected] as long as graphql-codemirror doesn't allow [email protected]
1 parent f270255 commit c3757a8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

packages/graphql-playground-react/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"license": "SEE LICENSE IN LICENSE",
1616
"scripts": {
1717
"start": "node scripts/start.js",
18+
"start:analyze": "ANALYZE_BUNDLE=true node scripts/start.js",
19+
"start:graphql-bin": "ACTIVE_APP=graphqlbin node scripts/start.js",
1820
"prepublishOnly": "yarn build",
1921
"copy-styles": "cat src/styles/*.css > playground.css",
2022
"build": "rimraf dist build dist && yarn build-app && yarn build-package && yarn copy-styles",
@@ -119,7 +121,7 @@
119121
"graphcool-tmp-ui": "^0.0.11",
120122
"graphcool-ui": "0.0.14",
121123
"graphiql": "^0.11.2",
122-
"graphql": "^0.12.3",
124+
"graphql": "^0.11.7",
123125
"isomorphic-fetch": "^2.2.1",
124126
"js-yaml": "^3.10.0",
125127
"json-stable-stringify": "^1.0.1",
@@ -151,7 +153,8 @@
151153
"styled-jsx": "^2.2.1",
152154
"styled-jsx-postcss": "git+https://github.com/timsuchanek/styled-jsx-postcss#build3",
153155
"styled-theming": "^2.2.0",
154-
"subscriptions-transport-ws": "^0.9.5"
156+
"subscriptions-transport-ws": "^0.9.5",
157+
"webpack-bundle-analyzer": "^2.9.2"
155158
},
156159
"lint-staged": {
157160
"*.{ts,tsx}": [

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10187,7 +10187,7 @@ webidl-conversions@^4.0.1, webidl-conversions@^4.0.2:
1018710187
version "4.0.2"
1018810188
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
1018910189

10190-
10190+
[email protected], webpack-bundle-analyzer@^2.9.2:
1019110191
version "2.9.2"
1019210192
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.9.2.tgz#63ed86eb71cc4cda86f68e685a84530ba0126449"
1019310193
dependencies:

0 commit comments

Comments
 (0)