Skip to content

Commit 74d3549

Browse files
rarkinstimsuchanek
authored andcommitted
refactor(deps): use shorthand github refs (#608)
Shortens longhand GitHub references in `package.json` to use npm's shorthand notation. This also fixes a problem with Renovate, where ssh-only dependencies are not currently supported (e.g. see #567). Using shorthand means npm/yarn try http first and succeed in updating the lock files.
1 parent d77a514 commit 74d3549

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/graphql-playground-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"postcss-cssnext": "2.11.0",
8080
"postcss-flexbugs-fixes": "3.3.0",
8181
"postcss-import": "9.1.0",
82-
"postcss-inherit": "git+https://github.com/timsuchanek/postcss-inherit#build3",
82+
"postcss-inherit": "timsuchanek/postcss-inherit#build3",
8383
"postcss-inject": "1.0.1",
8484
"postcss-loader": "2.0.10",
8585
"postcss-nested": "1.0.1",
@@ -120,7 +120,7 @@
120120
"calculate-size": "^1.1.1",
121121
"classnames": "^2.2.5",
122122
"codemirror": "^5.27.4",
123-
"codemirror-graphql": "git+ssh://[email protected]/timsuchanek/codemirror-graphql.git#details-fix",
123+
"codemirror-graphql": "timsuchanek/codemirror-graphql#details-fix",
124124
"copy-to-clipboard": "^3.0.8",
125125
"cuid": "^1.3.8",
126126
"graphcool-styles": "0.2.7",
@@ -165,7 +165,7 @@
165165
"seamless-immutable": "^7.0.1",
166166
"styled-components": "^3.1.6",
167167
"styled-jsx": "^2.2.1",
168-
"styled-jsx-postcss": "git+https://github.com/timsuchanek/styled-jsx-postcss#build3",
168+
"styled-jsx-postcss": "timsuchanek/styled-jsx-postcss#build3",
169169
"styled-theming": "^2.2.0",
170170
"subscriptions-transport-ws": "^0.9.5",
171171
"utility-types": "^1.0.0",

0 commit comments

Comments
 (0)