chore: fix website build (#5012)
This commit is contained in:
parent
0ad0321470
commit
a20a930092
@ -4,7 +4,7 @@
|
||||
"description": "Netlify CMS documentation website built with Gatsby",
|
||||
"scripts": {
|
||||
"start": "gatsby develop",
|
||||
"build": "gatsby build && mv public dist",
|
||||
"build": "gatsby build && rm -rf dist && mv public dist",
|
||||
"lint": "markdownlint 'content/docs/**/*.md'",
|
||||
"copy:contribs": "cp ../.all-contributorsrc data/contributors.json",
|
||||
"prepare": "npm run copy:contribs",
|
||||
@ -18,19 +18,19 @@
|
||||
"@emotion/styled": "^10.0.27",
|
||||
"dayjs": "^1.8.23",
|
||||
"emotion-theming": "^10.0.27",
|
||||
"gatsby": "2.31.1",
|
||||
"gatsby-plugin-catch-links": "2.9.0",
|
||||
"gatsby": "2.32.4",
|
||||
"gatsby-plugin-catch-links": "2.10.0",
|
||||
"gatsby-plugin-emotion": "^4.2.0",
|
||||
"gatsby-plugin-manifest": "2.11.0",
|
||||
"gatsby-plugin-manifest": "2.12.0",
|
||||
"gatsby-plugin-netlify-cms": "^4.2.0",
|
||||
"gatsby-plugin-react-helmet": "3.9.0",
|
||||
"gatsby-remark-autolink-headers": "2.10.0",
|
||||
"gatsby-plugin-react-helmet": "3.10.0",
|
||||
"gatsby-remark-autolink-headers": "2.11.0",
|
||||
"gatsby-remark-external-links": "^0.0.4",
|
||||
"gatsby-remark-prismjs": "3.12.0",
|
||||
"gatsby-source-filesystem": "2.10.0",
|
||||
"gatsby-transformer-json": "2.10.0",
|
||||
"gatsby-transformer-remark": "2.15.0",
|
||||
"gatsby-transformer-yaml": "2.10.0",
|
||||
"gatsby-remark-prismjs": "3.13.0",
|
||||
"gatsby-source-filesystem": "2.11.0",
|
||||
"gatsby-transformer-json": "2.11.0",
|
||||
"gatsby-transformer-remark": "2.16.0",
|
||||
"gatsby-transformer-yaml": "2.11.0",
|
||||
"js-yaml": "^4.0.0",
|
||||
"lodash": "^4.17.15",
|
||||
"moment": "^2.24.0",
|
||||
@ -50,5 +50,8 @@
|
||||
"eslint-plugin-import": "^2.20.1",
|
||||
"markdownlint-cli": "^0.26.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"mini-css-extract-plugin": "0.11.2"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
2273
website/yarn.lock
2273
website/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user