Skip to content

Commit

Permalink
clean a little
Browse files Browse the repository at this point in the history
  • Loading branch information
redallen committed Jun 6, 2019
1 parent ad62053 commit d56a7f0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 27 deletions.
3 changes: 1 addition & 2 deletions packages/patternfly-4/react-docs/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ module.exports = {
}
},
// The plugin for package.json files (to get version numbers)
`gatsby-transformer-json`,
`gatsby-plugin-flow`
`gatsby-transformer-json`
]
};
1 change: 0 additions & 1 deletion packages/patternfly-4/react-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"@patternfly/react-icons": "^3.9.3",
"gatsby": "2.3.14",
"gatsby-mdx": "0.6.3",
"gatsby-plugin-flow": "^1.0.5",
"gatsby-plugin-react-helmet": "^3.0.11",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-source-filesystem": "^2.0.28",
Expand Down

This file was deleted.

16 changes: 0 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -836,14 +836,6 @@
js-levenshtein "^1.1.3"
semver "^5.5.0"

"@babel/preset-flow@^7.0.0-rc.1":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.0.0.tgz#afd764835d9535ec63d8c7d4caf1c06457263da2"
integrity sha512-bJOHrYOPqJZCkPVbG1Lot2r5OSsB+iUOaxiHdlOeB1yPWS6evswVHwvkDLZ54WTaTRIk89ds0iHmGZSnxlPejQ==
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/plugin-transform-flow-strip-types" "^7.0.0"

"@babel/[email protected]", "@babel/preset-react@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.0.0.tgz#e86b4b3d99433c7b3e9e91747e2653958bc6b3c0"
Expand Down Expand Up @@ -9427,14 +9419,6 @@ [email protected]:
unist-util-remove "^1.0.1"
unist-util-visit "^1.4.0"

gatsby-plugin-flow@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/gatsby-plugin-flow/-/gatsby-plugin-flow-1.0.5.tgz#1078160648cce0d91610fe37721fd78cae904705"
integrity sha512-LAyvG7+UJpiNyvDFXXVz2/HHHO3fe44d9HcUi0uh1s8rwkD9FfjlGN98rL26fOFtVl2GDtl9EfhCkmuM02PlyA==
dependencies:
"@babel/preset-flow" "^7.0.0-rc.1"
"@babel/runtime" "^7.0.0"

gatsby-plugin-page-creator@^2.0.12:
version "2.0.13"
resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.0.13.tgz#ba5d1af97b6fce9e41ae3e617699eed9c3682bde"
Expand Down

0 comments on commit d56a7f0

Please sign in to comment.