Skip to content

Commit

Permalink
Attempt to remove ink dependency from docs/package.json.
Browse files Browse the repository at this point in the history
Closes #7473, if nothing breaks.

This dependency was added in bf9d073 as
part of #6429. Back then, `gatsby` and `gatsby-cli` depended on the `ink`
package, but I can't find any current usage of the `ink` package outside
of the devDependencies of those Gatsby packages, so I believe it should be
safe to remove it.
  • Loading branch information
benjamn committed Feb 8, 2021
1 parent 88e3ecd commit bc5f75f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 320 deletions.
319 changes: 0 additions & 319 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"dependencies": {
"gatsby": "2.29.3",
"gatsby-theme-apollo-docs": "4.5.12",
"ink": "^2.7.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"webpack-virtual-modules": "^0.4.0"
Expand Down

0 comments on commit bc5f75f

Please sign in to comment.