Skip to content

Commit

Permalink
chore: Gatsby 5 Stable (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Nov 8, 2022
1 parent 521a189 commit 0ab50ca
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 152 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-mayflies-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"gatsby-source-tmdb": patch
---

Moving from Gatsby 5 Beta to stable release.
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"@vanilla-extract/css": "^1.9.1",
"@vanilla-extract/webpack-plugin": "^2.2.0",
"date-fns": "^2.29.3",
"gatsby": "^5.0.0-next.0",
"gatsby-plugin-image": "^3.0.0-next.0",
"gatsby": "^5.0.0",
"gatsby-plugin-image": "^3.0.0",
"gatsby-plugin-react-helmet-async": "^1.2.3",
"gatsby-plugin-sharp": "^5.0.0-next.0",
"gatsby-plugin-sharp": "^5.0.0",
"gatsby-plugin-vanilla-extract": "^3.0.0",
"gatsby-source-tmdb": "^4.0.0",
"gatsby-transformer-sharp": "^5.0.0-next.0",
"gatsby-transformer-sharp": "^5.0.0",
"node-fetch": "^2.6.7",
"react": "^18.2.0",
"react-content-loader": "^6.2.0",
Expand Down
6 changes: 3 additions & 3 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"license": "MIT",
"dependencies": {
"gatsby-node-helpers": "^1.2.1",
"gatsby-source-filesystem": "^5.0.0-next.0",
"gatsby-source-filesystem": "^5.0.0",
"got": "^11.8.5"
},
"devDependencies": {
"@parcel/packager-ts": "^2.7.0",
"@parcel/transformer-typescript-types": "^2.7.0",
"@types/got": "^9.6.12",
"gatsby": "^5.0.0-next.0",
"gatsby-plugin-utils": "^4.0.0-next.0",
"gatsby": "^5.0.0",
"gatsby-plugin-utils": "^4.0.0",
"parcel": "^2.7.0"
},
"keywords": [
Expand Down

0 comments on commit 0ab50ca

Please sign in to comment.