Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit 453ed10

Browse files
committed
docs(website): upgrade & change codefund property
1 parent 9600b48 commit 453ed10

File tree

3 files changed

+576
-374
lines changed

3 files changed

+576
-374
lines changed

website/gatsby-config.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
2-
__experimentalThemes: [
2+
plugins: [
33
{
4-
resolve: require.resolve('smooth-doc'),
4+
resolve: 'smooth-doc',
55
options: {
66
name: 'Smooth UI',
77
slug: 'smooth-ui',
@@ -12,11 +12,9 @@ module.exports = {
1212
github: 'https://github.com/smooth-code/smooth-ui',
1313
menu: ['Getting Started', 'Customization', 'Components', 'Advanced'],
1414
nav: [{ title: 'Docs', url: '/docs/' }],
15-
codeFundProperty: 268,
15+
codeFundProperty: 430,
1616
},
1717
},
18-
],
19-
plugins: [
2018
{
2119
resolve: `gatsby-plugin-layout`,
2220
options: {

website/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
},
99
"dependencies": {
1010
"@bundle-analyzer/gatsby-plugin": "^0.4.0",
11-
"@emotion/core": "^10.0.16",
12-
"@emotion/styled": "^10.0.15",
11+
"@emotion/core": "^10.0.17",
12+
"@emotion/styled": "^10.0.17",
1313
"@smooth-ui/core-sc": "^10.1.0",
14-
"emotion-theming": "^10.0.14",
15-
"gatsby": "^2.13.55",
16-
"gatsby-plugin-layout": "^1.1.3",
14+
"emotion-theming": "^10.0.19",
15+
"gatsby": "^2.15.18",
16+
"gatsby-plugin-layout": "^1.1.7",
1717
"react": "^16.8.6",
1818
"react-dom": "^16.8.6",
1919
"reakit": "^1.0.0-beta.6",
2020
"smooth-code-landers": "^1.3.2",
21-
"smooth-doc": "^2.3.0",
21+
"smooth-doc": "^2.7.0",
2222
"smooth-ui-em-next": "npm:@smooth-ui/core-em@latest",
2323
"smooth-ui-sc-next": "npm:@smooth-ui/core-sc@latest",
2424
"styled-components": "^4.2.0"

0 commit comments

Comments
 (0)