fix(www-website): fix link to community, fix CMS previews (#3189)

This commit is contained in:
Erez Rokah
2020-02-04 09:16:48 +02:00
committed by GitHub
parent 4f5544287f
commit 68dd3c1de7
10 changed files with 375 additions and 369 deletions

View File

@ -17,21 +17,22 @@
"@emotion/styled": "^10.0.27",
"dayjs": "^1.8.19",
"emotion-theming": "^10.0.27",
"gatsby": "2.19.3",
"gatsby-plugin-catch-links": "2.1.24",
"gatsby-plugin-emotion": "^4.1.21",
"gatsby-plugin-manifest": "2.2.38",
"gatsby-plugin-netlify-cms": "^4.1.37",
"gatsby-plugin-react-helmet": "3.1.21",
"gatsby-remark-autolink-headers": "2.1.23",
"gatsby-remark-prismjs": "3.3.30",
"gatsby-source-filesystem": "2.1.46",
"gatsby-transformer-json": "2.2.25",
"gatsby-transformer-remark": "2.6.48",
"gatsby-transformer-yaml": "2.2.23",
"gatsby": "2.19.12",
"gatsby-plugin-catch-links": "2.1.25",
"gatsby-plugin-emotion": "^4.1.22",
"gatsby-plugin-manifest": "2.2.41",
"gatsby-plugin-netlify-cms": "^4.1.38",
"gatsby-plugin-react-helmet": "3.1.22",
"gatsby-remark-autolink-headers": "2.1.24",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-prismjs": "3.3.31",
"gatsby-source-filesystem": "2.1.48",
"gatsby-transformer-json": "2.2.26",
"gatsby-transformer-remark": "2.6.50",
"gatsby-transformer-yaml": "2.2.24",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"netlify-cms": "^2.10.11",
"netlify-cms-app": "^2.11.13",
"prismjs": "^1.19.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
@ -42,9 +43,9 @@
},
"devDependencies": {
"babel-plugin-prismjs": "^2.0.1",
"babel-preset-gatsby": "^0.2.27",
"babel-preset-gatsby": "^0.2.28",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.0"
"eslint-plugin-import": "^2.20.1"
},
"private": true
}