Skip to content

Commit

Permalink
chore(deps): upgrade to gatsby 4.0.0 (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: Jo茫o Pedro Schmitz <jpedroschmitz@hotmail.com>
  • Loading branch information
thinkybeast and jpedroschmitz committed Oct 21, 2021
1 parent d52d7e0 commit 0ef266e
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 26 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-rats-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocketseat/gatsby-theme-docs': major
---

Updating gatsby-related dependencies to version ^4.0.0 alpha
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand Down
20 changes: 10 additions & 10 deletions @rocketseat/gatsby-theme-docs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@
},
"dependencies": {
"@mdx-js/mdx": "^1.6.18",
"gatsby-plugin-mdx": "^2.0.0",
"gatsby-plugin-sharp": "^3.0.0",
"gatsby-remark-autolink-headers": "^3.0.0",
"gatsby-remark-copy-linked-files": "^3.0.0",
"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": "^4.0.0",
"gatsby-remark-responsive-iframe": "^3.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-sharp": "^3.0.0",
"gatsby-transformer-yaml": "^3.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",
"url-join": "^4.0.1"
},
"peerDependencies": {
"@mdx-js/react": "^1.5.1",
"gatsby": "^3.0.0",
"gatsby": "^4.0.0",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0"
}
Expand Down
10 changes: 5 additions & 5 deletions @rocketseat/gatsby-theme-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"@emotion/styled": "^11.0.0",
"@mdx-js/react": "^1.6.18",
"@rocketseat/gatsby-theme-docs-core": "^2.3.2",
"gatsby-plugin-catch-links": "^3.0.0",
"gatsby-plugin-emotion": "^6.0.0",
"gatsby-plugin-mdx": "^2.0.0",
"gatsby-plugin-react-helmet": "^4.0.0",
"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",
"mdx-utils": "^0.2.0",
"parse-numeric-range": "^1.2.0",
"polished": "^4.0.0",
Expand All @@ -48,7 +48,7 @@
"url-join": "^4.0.1"
},
"peerDependencies": {
"gatsby": "^3.0.0",
"gatsby": "^4.0.0",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0"
}
Expand Down
14 changes: 7 additions & 7 deletions examples/gatsby-theme-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"starter-name": "gatsby-starter-rocketdocs",
"dependencies": {
"@rocketseat/gatsby-theme-docs": "^2.4.0",
"gatsby": "^3.0.4",
"gatsby-plugin-canonical-urls": "^3.0.0",
"gatsby-plugin-google-analytics": "^3.0.0",
"gatsby-plugin-manifest": "^3.0.0",
"gatsby-plugin-offline": "^4.0.0",
"gatsby-plugin-remove-trailing-slashes": "^3.0.0",
"gatsby-plugin-sitemap": "^3.0.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",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"commit": "cz"
},
"engines": {
"yarn": "^1.17.3",
"node": ">=8.0.0"
"node": ">=14.15.0"
},
"workspaces": [
"@rocketseat/*",
Expand Down

0 comments on commit 0ef266e

Please sign in to comment.