Skip to content

Commit

Permalink
chore(deps): update project dependencies (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroschmitz authored Nov 26, 2021
1 parent 528373b commit 3c2acfc
Show file tree
Hide file tree
Showing 7 changed files with 1,899 additions and 2,053 deletions.
5 changes: 5 additions & 0 deletions .changeset/angry-horses-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocketseat/gatsby-theme-docs-core': major
---

Update Gatsby dependencies to support v4
5 changes: 5 additions & 0 deletions .changeset/many-swans-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocketseat/gatsby-theme-docs': patch
---

Update dependencies to their latest version
2 changes: 1 addition & 1 deletion .changeset/twenty-rats-fry.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@rocketseat/gatsby-theme-docs': major
---

Updating gatsby-related dependencies to version ^4.0.0 alpha
Update Gatsby dependencies to support v4
22 changes: 11 additions & 11 deletions @rocketseat/gatsby-theme-docs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"url": "https://github.com/jpedroschmitz/rocketdocs/issues"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.18",
"gatsby-plugin-mdx": "alpha-9689ff",
"gatsby-plugin-sharp": "alpha-9689ff",
"gatsby-remark-autolink-headers": "alpha-9689ff",
"gatsby-remark-copy-linked-files": "alpha-9689ff",
"gatsby-remark-embedder": "^4.0.0",
"gatsby-remark-images": "alpha-9689ff",
"gatsby-remark-responsive-iframe": "alpha-9689ff",
"gatsby-source-filesystem": "alpha-9689ff",
"gatsby-transformer-sharp": "alpha-9689ff",
"gatsby-transformer-yaml": "alpha-9689ff",
"@mdx-js/mdx": "^1.6.22",
"gatsby-plugin-mdx": "^3.2.0",
"gatsby-plugin-sharp": "^4.2.0",
"gatsby-remark-autolink-headers": "^5.2.0",
"gatsby-remark-copy-linked-files": "^5.2.0",
"gatsby-remark-embedder": "^5.0.0",
"gatsby-remark-images": "^6.2.0",
"gatsby-remark-responsive-iframe": "^5.2.0",
"gatsby-source-filesystem": "^4.2.0",
"gatsby-transformer-sharp": "^4.2.0",
"gatsby-transformer-yaml": "^4.2.0",
"url-join": "^4.0.1"
},
"peerDependencies": {
Expand Down
26 changes: 13 additions & 13 deletions @rocketseat/gatsby-theme-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@
"url": "https://github.com/jpedroschmitz/rocketdocs/issues"
},
"dependencies": {
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.0.0",
"@mdx-js/react": "^1.6.18",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@mdx-js/react": "^1.6.22",
"@rocketseat/gatsby-theme-docs-core": "^2.3.2",
"gatsby-plugin-catch-links": "^4.0.0",
"gatsby-plugin-emotion": "^7.0.0",
"gatsby-plugin-mdx": "^3.0.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-catch-links": "^4.2.0",
"gatsby-plugin-emotion": "^7.2.0",
"gatsby-plugin-mdx": "^3.2.0",
"gatsby-plugin-react-helmet": "^5.2.0",
"mdx-utils": "^0.2.0",
"parse-numeric-range": "^1.2.0",
"polished": "^4.0.0",
"prism-react-renderer": "^1.1.1",
"parse-numeric-range": "^1.3.0",
"polished": "^4.1.3",
"prism-react-renderer": "^1.2.1",
"prop-types": "^15.7.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.0.0",
"react-live": "^2.2.2",
"react-use": "^17.0.0",
"react-icons": "^4.3.1",
"react-live": "^2.3.0",
"react-use": "^17.3.1",
"url-join": "^4.0.1"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions examples/gatsby-theme-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"starter-name": "gatsby-starter-rocketdocs",
"dependencies": {
"@rocketseat/gatsby-theme-docs": "^2.4.0",
"gatsby": "^4.0.0",
"gatsby-plugin-canonical-urls": "^4.0.0",
"gatsby-plugin-google-analytics": "^4.0.0",
"gatsby-plugin-manifest": "^4.0.0",
"gatsby-plugin-offline": "^5.0.0",
"gatsby-plugin-remove-trailing-slashes": "^4.0.0",
"gatsby-plugin-sitemap": "^5.0.0",
"gatsby": "^4.2.0",
"gatsby-plugin-canonical-urls": "^4.2.0",
"gatsby-plugin-google-analytics": "^4.2.0",
"gatsby-plugin-manifest": "^4.2.0",
"gatsby-plugin-offline": "^5.2.0",
"gatsby-plugin-remove-trailing-slashes": "^4.2.0",
"gatsby-plugin-sitemap": "^5.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {},
"keywords": [
Expand Down
Loading

0 comments on commit 3c2acfc

Please sign in to comment.