-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(theme): update gatsby to v3 (#479)
* chore: add peer dep @babel/core to deps * refactor: rename __experimentalThemes to plugins * feat: update theme to depend on gatsby v3 * feat(docs): update to gatsby v3 * refactor(theme): use path-browserify as fallback in browser * feat(theme): update deps for gatsby v3 * chore: add changeset * chore: change styled-components dep range for compat * chore: change styled-components dep range for compat * chore: change styled-components dep range for compat * chore: change styled-components dep range for compat * Update react and react-dom versions, yarn resolutions. * feat(theme): update deps for gatsby v3 * Bump theme version to 5.0.0 due to peerDependencies changes. * Fix conflict markers in theme/package.json. * Revert version number, let release tracking PR update it. --------- Co-authored-by: Mike Perrotti <[email protected]> Co-authored-by: Josep Martins <[email protected]> Co-authored-by: Jeremy Neal <[email protected]>
- Loading branch information
1 parent
3269bd9
commit 7b07123
Showing
7 changed files
with
5,155 additions
and
6,430 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@primer/gatsby-theme-doctocat': major | ||
--- | ||
|
||
Update gatsby to v3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
import * as primerComponents from '@primer/react' | ||
import * as doctocatComponents from '@primer/gatsby-theme-doctocat' | ||
|
||
// eslint-disable-next-line import/no-anonymous-default-export | ||
export default {...primerComponents, ...doctocatComponents} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.