Skip to content

Commit c93fb04

Browse files
committed
fix build, fix number color
1 parent 3bc9011 commit c93fb04

File tree

7 files changed

+64
-28
lines changed

7 files changed

+64
-28
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
- image: circleci/node:8
88
steps:
99
- checkout
10-
- run: sudo npm i -g yarn
1110
- run: yarn show-versions
1211
- run: yarn install
1312
- run: cd packages/graphql-playground-react && yarn && yarn build
@@ -17,7 +16,6 @@ jobs:
1716
xcode: "9.0"
1817
steps:
1918
- checkout
20-
- run: sudo npm i -g yarn
2119
- run: |
2220
if [[ -z "$CIRCLE_PULL_REQUEST" && "$CIRCLE_BRANCH" == "master" ]]
2321
then
@@ -29,7 +27,6 @@ jobs:
2927
# needed for signing in CI environments (don't ask...)
3028
security set-key-partition-list -S apple-tool:,apple: -s -k travis build.keychain
3129
fi
32-
- run: sudo npm i -g yarn
3330
# needed for release process
3431
- run: brew install gettext
3532
# - run: yarn install

packages/graphql-playground-electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/graphcool/graphql-playground",
55
"repository": "graphcool/graphql-playground",
66
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)",
7-
"version": "1.5.2",
7+
"version": "1.5.3",
88
"author": {
99
"name": "Graphcool",
1010
"email": "[email protected]",
@@ -97,7 +97,7 @@
9797
"graphql-config": "^2.0.1",
9898
"graphql-config-extension-graphcool": "1.0.8",
9999
"graphql-config-extension-prisma": "0.0.9",
100-
"graphql-playground-react": "1.5.13",
100+
"graphql-playground-react": "1.6.2",
101101
"immutable": "4.0.0-rc.9",
102102
"js-yaml": "^3.10.0",
103103
"lodash.merge": "^4.6.0",

packages/graphql-playground-electron/src/renderer/components/App.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -351,12 +351,10 @@ class App extends React.Component<ReduxProps, State> {
351351
platformToken,
352352
}
353353

354-
if (endpoint) {
355-
this.props.selectAppHistoryItem(merge(state, {
356-
type: 'endpoint',
357-
path: configPath,
358-
}) as any)
359-
}
354+
this.props.selectAppHistoryItem(merge(state, {
355+
type: 'endpoint',
356+
path: configPath,
357+
}) as any)
360358

361359
this.setState(state)
362360
}

packages/graphql-playground-electron/yarn.lock

Lines changed: 53 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,11 @@ apollo-link-http@^1.3.2:
222222
apollo-link "^1.2.1"
223223
apollo-link-http-common "^0.2.3"
224224

225-
apollo-link-ws@^1.0.4:
226-
version "1.0.7"
227-
resolved "https://registry.yarnpkg.com/apollo-link-ws/-/apollo-link-ws-1.0.7.tgz#6cc3903cbfbbefe213ea9fc8121f5fed3cef1823"
225+
226+
version "1.0.4"
227+
resolved "https://registry.yarnpkg.com/apollo-link-ws/-/apollo-link-ws-1.0.4.tgz#d0067aa0204470dbd3955aa5204f8dd72d389350"
228228
dependencies:
229-
apollo-link "^1.2.1"
229+
apollo-link "^1.0.7"
230230

231231
apollo-link@^1.0.7, apollo-link@^1.2.1:
232232
version "1.2.1"
@@ -1853,6 +1853,10 @@ codemirror@^5.18.2, codemirror@^5.26.0, codemirror@^5.27.4:
18531853
version "5.33.0"
18541854
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.33.0.tgz#462ad9a6fe8d38b541a9536a3997e1ef93b40c6a"
18551855

1856+
codemirror@^5.36.0:
1857+
version "5.36.0"
1858+
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.36.0.tgz#1172ad9dc298056c06e0b34e5ccd23825ca15b40"
1859+
18561860
collection-visit@^1.0.0:
18571861
version "1.0.0"
18581862
resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"
@@ -3707,16 +3711,16 @@ [email protected]:
37073711
dependencies:
37083712
graphql-config "2.0.0"
37093713

3710-
graphql-playground-react@1.5.13:
3711-
version "1.5.13"
3712-
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.5.13.tgz#28aa10f0342a824102f5d68081a99a0750c9a41d"
3714+
graphql-playground-react@1.6.2:
3715+
version "1.6.2"
3716+
resolved "https://registry.yarnpkg.com/graphql-playground-react/-/graphql-playground-react-1.6.2.tgz#51a96e882adbc446c224ade3f84b83d3a683b442"
37133717
dependencies:
37143718
apollo-link "^1.0.7"
37153719
apollo-link-http "^1.3.2"
3716-
apollo-link-ws "^1.0.4"
3720+
apollo-link-ws "1.0.4"
37173721
calculate-size "^1.1.1"
37183722
classnames "^2.2.5"
3719-
codemirror "^5.27.4"
3723+
codemirror "^5.36.0"
37203724
codemirror-graphql timsuchanek/codemirror-graphql#details-fix
37213725
copy-to-clipboard "^3.0.8"
37223726
cuid "^1.3.8"
@@ -3732,18 +3736,18 @@ [email protected]:
37323736
keycode "^2.1.9"
37333737
lodash "^4.17.4"
37343738
lodash.debounce "^4.0.8"
3735-
markdown-it "^8.4.0"
3736-
marked "^0.3.9"
3739+
markdown-it "^8.4.1"
3740+
marked "^0.3.19"
37373741
polished "^1.9.0"
37383742
postcss-modules "^1.1.0"
37393743
prop-types "^15.6.0"
37403744
query-string "^6.0.0"
3741-
react "^16.2.0"
3745+
react "^16.3.1"
37423746
react-addons-shallow-compare "^15.6.2"
37433747
react-codemirror "^1.0.0"
37443748
react-copy-to-clipboard "^5.0.1"
37453749
react-display-name "^0.2.3"
3746-
react-dom "^16.2.0"
3750+
react-dom "^16.3.1"
37473751
react-helmet "^5.2.0"
37483752
react-input-autosize "^2.2.1"
37493753
react-modal "^3.1.11"
@@ -5151,6 +5155,20 @@ markdown-it@^8.4.0:
51515155
mdurl "^1.0.1"
51525156
uc.micro "^1.0.3"
51535157

5158+
markdown-it@^8.4.1:
5159+
version "8.4.1"
5160+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.1.tgz#206fe59b0e4e1b78a7c73250af9b34a4ad0aaf44"
5161+
dependencies:
5162+
argparse "^1.0.7"
5163+
entities "~1.1.1"
5164+
linkify-it "^2.0.0"
5165+
mdurl "^1.0.1"
5166+
uc.micro "^1.0.5"
5167+
5168+
marked@^0.3.19:
5169+
version "0.3.19"
5170+
resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.19.tgz#5d47f709c4c9fc3c216b6d46127280f40b39d790"
5171+
51545172
marked@^0.3.9:
51555173
version "0.3.9"
51565174
resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.9.tgz#54ce6a57e720c3ac6098374ec625fcbcc97ff290"
@@ -6582,6 +6600,15 @@ react-dom@^16.2.0:
65826600
object-assign "^4.1.1"
65836601
prop-types "^15.6.0"
65846602

6603+
react-dom@^16.3.1:
6604+
version "16.3.1"
6605+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.3.1.tgz#6a3c90a4fb62f915bdbcf6204422d93a7d4ca573"
6606+
dependencies:
6607+
fbjs "^0.8.16"
6608+
loose-envify "^1.1.0"
6609+
object-assign "^4.1.1"
6610+
prop-types "^15.6.0"
6611+
65856612
react-helmet@^5.2.0:
65866613
version "5.2.0"
65876614
resolved "https://registry.yarnpkg.com/react-helmet/-/react-helmet-5.2.0.tgz#a81811df21313a6d55c5f058c4aeba5d6f3d97a7"
@@ -6731,6 +6758,15 @@ react@^16.2.0:
67316758
object-assign "^4.1.1"
67326759
prop-types "^15.6.0"
67336760

6761+
react@^16.3.1:
6762+
version "16.3.1"
6763+
resolved "https://registry.yarnpkg.com/react/-/react-16.3.1.tgz#4a2da433d471251c69b6033ada30e2ed1202cfd8"
6764+
dependencies:
6765+
fbjs "^0.8.16"
6766+
loose-envify "^1.1.0"
6767+
object-assign "^4.1.1"
6768+
prop-types "^15.6.0"
6769+
67346770
67356771
version "2.1.1"
67366772
resolved "https://registry.yarnpkg.com/read-config-file/-/read-config-file-2.1.1.tgz#bd6c2b93e97a82a35f71a3c9eb43161e16692054"
@@ -8162,6 +8198,10 @@ uc.micro@^1.0.1, uc.micro@^1.0.3:
81628198
version "1.0.3"
81638199
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.3.tgz#7ed50d5e0f9a9fb0a573379259f2a77458d50192"
81648200

8201+
uc.micro@^1.0.5:
8202+
version "1.0.5"
8203+
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.5.tgz#0c65f15f815aa08b560a61ce8b4db7ffc3f45376"
8204+
81658205
81668206
version "3.3.5"
81678207
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.3.5.tgz#4c4143dfe08e8825746675cc49a6874a933b543e"

packages/graphql-playground-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-react",
3-
"version": "1.6.0",
3+
"version": "1.6.2",
44
"main": "./lib/lib.js",
55
"typings": "./lib/lib.d.ts",
66
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",

packages/graphql-playground-react/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
#npm publish
5+
npm publish
66

77
curl -X POST \
88
http://purge.jsdelivr.net/ \

packages/graphql-playground-react/src/components/ProjectsSideNavItem.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@ const Count = styled.div`
9898
font-size: 11px;
9999
font-weight: bold;
100100
background: rgba(255, 255, 255, 0.05);
101-
color: rgba(255, 255, 255, 0.3);
101+
color: ${textColor};
102+
opacity: 0.6;
102103
transition: 0.1s linear all;
103104
&.active {
104-
color: ${textColor};
105+
opacity: 1;
105106
}
106107
`

0 commit comments

Comments
 (0)