chore: upgrade to Gatsby 5
This commit is contained in:
parent
dfa445770b
commit
385fd7adcc
8 changed files with 4826 additions and 3173 deletions
39
package.json
39
package.json
|
|
@ -5,9 +5,7 @@
|
|||
"description": "felschr.com",
|
||||
"author": "Felix Schröter",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"gatsby"
|
||||
],
|
||||
"keywords": ["gatsby"],
|
||||
"scripts": {
|
||||
"develop": "gatsby develop",
|
||||
"start": "gatsby develop",
|
||||
|
|
@ -17,29 +15,30 @@
|
|||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@deckdeckgo/highlight-code": "^3.6.0",
|
||||
"@emotion/react": "^11.10.4",
|
||||
"@emotion/styled": "^11.10.4",
|
||||
"@mdx-js/mdx": "^1.6.22",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"@mdx-js/mdx": "^2.0.0",
|
||||
"@mdx-js/react": "^2.0.0",
|
||||
"@mui/icons-material": "^5.10.6",
|
||||
"@mui/material": "^5.10.8",
|
||||
"gatsby": "^4.19.2",
|
||||
"gatsby-plugin-emotion": "^7.19.0",
|
||||
"gatsby-plugin-image": "^2.19.0",
|
||||
"gatsby-plugin-manifest": "^4.19.0",
|
||||
"gatsby-plugin-mdx": "^3.19.0",
|
||||
"@sindresorhus/slugify": "^2.2.1",
|
||||
"gatsby": "^5.14.0",
|
||||
"gatsby-plugin-emotion": "^8.14.0",
|
||||
"gatsby-plugin-image": "^3.14.0",
|
||||
"gatsby-plugin-manifest": "^5.14.0",
|
||||
"gatsby-plugin-mdx": "^5.14.0",
|
||||
"gatsby-plugin-mdx-frontmatter": "^0.0.4",
|
||||
"gatsby-plugin-mdx-source-name": "^1.0.1",
|
||||
"gatsby-plugin-react-helmet": "^5.19.0",
|
||||
"gatsby-plugin-sharp": "^4.19.0",
|
||||
"gatsby-plugin-sitemap": "^5.19.0",
|
||||
"gatsby-remark-highlight-code": "^3.2.0",
|
||||
"gatsby-source-filesystem": "^4.19.0",
|
||||
"gatsby-transformer-remark": "^5.19.0",
|
||||
"gatsby-transformer-sharp": "^4.19.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"gatsby-plugin-react-helmet": "^6.14.0",
|
||||
"gatsby-plugin-sharp": "^5.14.0",
|
||||
"gatsby-plugin-sitemap": "^6.14.0",
|
||||
"gatsby-remark-prismjs": "^7.14.0",
|
||||
"gatsby-source-filesystem": "^5.14.0",
|
||||
"gatsby-transformer-remark": "^6.14.0",
|
||||
"gatsby-transformer-sharp": "^5.14.0",
|
||||
"prism-themes": "^1.9.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-icons": "^4.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue