Skip to content

Commit

Permalink
feat(gatsby-plugin-utils): save validation resulting value to plugin …
Browse files Browse the repository at this point in the history
…options (gatsbyjs#27381)

* misc: fix various validation issues in plugin-utils, uncopy typings and us extends to extend Joi types, feat: save validation results back into plugin options.

* fix: add missing comment

* fix: add missing comment

* fix: move gatsby to peer dep

* Undo Joi change

* Add test for this

* Update tests that are failing with new functionality

* Add gatsby as a devDep to gatsby-plugin-utils as we need the types

* Maybe fix type import

Co-authored-by: Max Stoiber <[email protected]>
  • Loading branch information
gatsbybot and mxstbr committed Oct 19, 2020
1 parent 5eca07f commit c9c703d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1947,12 +1947,7 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*":
version "14.11.8"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.11.8.tgz#fe2012f2355e4ce08bca44aeb3abbb21cf88d33f"
integrity sha512-KPcKqKm5UKDkaYPTuXSx8wEP7vE9GnuaXIZKijwRYcePpZFDVuy2a57LarFKiORbHOuTOOwYzxVxcUzsh2P2Pw==

"@types/node@^8.5.7":
"@types/node@*", "@types/node@^8.5.7":
version "8.10.64"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.64.tgz#0dddc4c53ca4819a32b7478232d8b446ca90e1c6"
integrity sha512-/EwBIb+imu8Qi/A3NF9sJ9iuKo7yV+pryqjmeRqaU0C4wBAOhas5mdvoYeJ5PCKrh6thRSJHdoasFqh3BQGILA==
Expand Down

0 comments on commit c9c703d

Please sign in to comment.