Skip to content

Commit

Permalink
fix: bump dependencies (Gatsby 2.28)
Browse files Browse the repository at this point in the history
docs(readme): add dark mode
  • Loading branch information
maxpou committed Dec 10, 2020
1 parent a8c6d7f commit 9e2c66b
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 24 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- :art: Code syntax highlight
- :books: Multilang support/i18n (blog post)
- :iphone: Mobile Friendly (Responsive design)
- :last_quarter_moon_with_face: Dark mode
- :sparkles: PWA ready
- :airplane: Offline support
- :page_with_curl: Manifest support
Expand Down
1 change: 1 addition & 0 deletions content/pages/about/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ A gatsby-starter-morning-dew is a Gatsby theme/starter to build lightning-fast w
- 🎨 Code syntax highlight
- 📚 Multilang support (blog post)
- 📱 Mobile Friendly (Responsive design)
- 🌜 Dark mode
- ✨ PWA ready
- ✈️ Offline support
- 📃 Manifest support
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,30 +34,30 @@
"generatePostPreviewImages": "./scripts/generatePostPreviewImages.js"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.19",
"@mdx-js/react": "^1.6.19",
"babel-plugin-styled-components": "^1.11.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"babel-plugin-styled-components": "^1.12.0",
"disqus-react": "^1.0.8",
"gatsby": "^2.25.0",
"gatsby-image": "^2.4.1",
"gatsby": "^2.28.0",
"gatsby-image": "^2.7.0",
"gatsby-plugin-compile-es6-packages": "^2.1.0",
"gatsby-plugin-google-analytics": "^2.4.0",
"gatsby-plugin-manifest": "^2.5.2",
"gatsby-plugin-mdx": "^1.3.1",
"gatsby-plugin-offline": "^3.3.2",
"gatsby-plugin-page-creator": "^2.3.35",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sharp": "^2.7.1",
"gatsby-plugin-styled-components": "^3.3.14",
"gatsby-remark-autolink-headers": "^2.4.1",
"gatsby-remark-copy-linked-files": "^2.3.19",
"gatsby-remark-images": "^3.4.1",
"gatsby-remark-prismjs": "^3.6.0",
"gatsby-remark-responsive-iframe": "^2.4.17",
"gatsby-remark-smartypants": "^2.3.13",
"gatsby-source-filesystem": "^2.4.1",
"gatsby-transformer-remark": "^2.9.2",
"gatsby-transformer-sharp": "^2.5.21",
"gatsby-plugin-google-analytics": "^2.7.0",
"gatsby-plugin-manifest": "^2.8.0",
"gatsby-plugin-mdx": "^1.6.0",
"gatsby-plugin-offline": "^3.6.0",
"gatsby-plugin-page-creator": "^2.6.0",
"gatsby-plugin-react-helmet": "^3.6.0",
"gatsby-plugin-sharp": "^2.10.1",
"gatsby-plugin-styled-components": "^3.6.0",
"gatsby-remark-autolink-headers": "^2.7.0",
"gatsby-remark-copy-linked-files": "^2.6.0",
"gatsby-remark-images": "^3.7.1",
"gatsby-remark-prismjs": "^3.9.0",
"gatsby-remark-responsive-iframe": "^2.7.0",
"gatsby-remark-smartypants": "^2.6.0",
"gatsby-source-filesystem": "^2.7.0",
"gatsby-transformer-remark": "^2.12.0",
"gatsby-transformer-sharp": "^2.8.0",
"prismjs": "^1.22.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand All @@ -67,7 +67,7 @@
},
"devDependencies": {
"lighthousebot": "https://github.com/GoogleChromeLabs/lighthousebot",
"prettier": "^2.1.2",
"prettier": "^2.2.1",
"puppeteer": "^5.4.1",
"semantic-release": "^17.2.2",
"yaml": "^1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Content.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ const ContentBody = styled.div`
& table {
margin-top: 1em;
margin-bottom: 1em;
border-collapse: collapse;
border-radius: 0.5em;
overflow: hidden;
& th,
Expand Down

0 comments on commit 9e2c66b

Please sign in to comment.