Skip to content

Commit

Permalink
Fix venue in meetup API
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieuauger committed Jun 16, 2022
1 parent 71b98aa commit c4cb338
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/@matthieuauger/gatsby-theme-meetup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"gatsby-plugin-styled-components": "^3.0.5",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.0.4",
"gatsby-source-meetup": "^1.0.0",
"gatsby-source-meetup": "https://github.com/matthieuauger/gatsby-source-meetup",
"gatsby-transformer-remark": "^2.6.9",
"gatsby-transformer-sharp": "^2.1.4",
"netlify-lambda": "^1.1.0",
Expand Down
7 changes: 3 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5507,10 +5507,9 @@ gatsby-source-filesystem@^2.0.4:
valid-url "^1.0.9"
xstate "^4.6.7"

gatsby-source-meetup@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/gatsby-source-meetup/-/gatsby-source-meetup-1.0.0.tgz#b4d039e182d678cf3a11d3da738adf9285d07b39"
integrity sha512-iOXTvECNmz2Elh+Siv8X7KYP/cKy3CiZJ+p+nv8qJtsZQ3o1CwW2Pq8bN+Q498tl9/++NkXokqZjyI2SRSf/fw==
"gatsby-source-meetup@https://github.com/matthieuauger/gatsby-source-meetup":
version "1.1.0"
resolved "https://github.com/matthieuauger/gatsby-source-meetup#5b18055e97846ca28c5affc3e76937d861ad2048"
dependencies:
node-fetch "^2.2.1"
query-string "^6.2.0"
Expand Down

0 comments on commit c4cb338

Please sign in to comment.