-
-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #596 from gregberge/upgrade-deps
chore: upgrade website
- Loading branch information
Showing
59 changed files
with
6,457 additions
and
7,894 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 |
---|---|---|
|
@@ -5,5 +5,4 @@ __fixtures_build__/ | |
coverage/ | ||
examples/ | ||
svgr.now.sh/ | ||
/website/.cache/ | ||
/website/public/ | ||
/website/ |
Binary file not shown.
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,6 @@ | ||
module.exports = { | ||
globals: { | ||
__PATH_PREFIX__: true, | ||
}, | ||
extends: `react-app`, | ||
} |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
14 |
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,27 +1,34 @@ | ||
const path = require('path') | ||
|
||
module.exports = { | ||
plugins: [ | ||
{ | ||
resolve: 'smooth-doc', | ||
options: { | ||
name: 'SVGR', | ||
slug: 'svgr', | ||
author: 'Greg Bergé', | ||
description: 'Transforms SVG into React Components.', | ||
siteUrl: 'https://react-svgr.com', | ||
github: 'https://github.com/gregberge/svgr', | ||
menu: ['About', 'Usage', 'Configuring SVGR', 'Advanced'], | ||
nav: [ | ||
githubRepositoryURL: 'https://github.com/gregberge/svgr', | ||
baseDirectory: path.resolve(__dirname, '..'), | ||
navItems: [ | ||
{ title: 'Playground', url: '/playground/' }, | ||
{ title: 'Usage', url: '/docs/getting-started/' }, | ||
{ title: 'Docs', url: '/docs/' }, | ||
], | ||
carbonAdUrl: | ||
sections: ['About', 'Usage', 'Configuring SVGR', 'Advanced'], | ||
carbonAdsURL: | ||
'//cdn.carbonads.com/carbon.js?serve=CE7I5K3N&placement=react-svgrcom', | ||
googleAnalytics: 'UA-154496255-2', | ||
algoliaDocSearch: { | ||
docSearch: { | ||
apiKey: '0c7343afd83c189413499c62c1df6853', | ||
indexName: 'smooth-code-svgr', | ||
}, | ||
}, | ||
}, | ||
{ | ||
resolve: `gatsby-plugin-google-analytics`, | ||
options: { | ||
trackingId: 'UA-154496255-2', | ||
}, | ||
}, | ||
], | ||
} |
This file was deleted.
Oops, something went wrong.
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
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,29 +1,26 @@ | ||
{ | ||
"private": true, | ||
"dependencies": { | ||
"@smooth-ui/core-sc": "^11.1.5", | ||
"@xstyled/styled-components": "^1.17.1", | ||
"@xstyled/styled-components": "^3.0.3", | ||
"brace": "^0.11.1", | ||
"final-form": "^4.20.1", | ||
"gatsby": "^2.24.2", | ||
"history": "^5.0.0", | ||
"isomorphic-fetch": "^2.2.1", | ||
"polished": "^3.6.5", | ||
"prismjs": "^1.20.0", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.13.1", | ||
"react-ace": "^9.1.1", | ||
"react-dom": "^16.13.1", | ||
"react-final-form": "^6.5.0", | ||
"react-helmet": "^6.1.0", | ||
"react-icons": "^3.10.0", | ||
"reakit": "^1.0.0-beta.14", | ||
"smooth-doc": "^4.0.3", | ||
"styled-components": "^5.1.1" | ||
"final-form": "^4.20.2", | ||
"gatsby": "^3.13.0", | ||
"gatsby-plugin-google-analytics": "^3.13.0", | ||
"history": "^5.0.1", | ||
"isomorphic-fetch": "^3.0.0", | ||
"react": "^17.0.2", | ||
"react-ace": "^9.4.3", | ||
"react-dom": "^17.0.2", | ||
"react-final-form": "^6.5.3", | ||
"react-icons": "^4.2.0", | ||
"smooth-doc": "^8.0.0" | ||
}, | ||
"scripts": { | ||
"build": "gatsby build && cp _redirects public/", | ||
"dev": "gatsby develop", | ||
"serve": "gatsby serve" | ||
}, | ||
"devDependencies": { | ||
"eslint-config-react-app": "^6.0.0" | ||
} | ||
} |
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
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
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,4 @@ | ||
--- | ||
slug: /docs/ | ||
redirect: /docs/getting-started/ | ||
--- |
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
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
Oops, something went wrong.
aaddbd1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: