Skip to content

Commit

Permalink
fix read time and SEO (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudaraka94 authored Apr 29, 2024
1 parent 27a8a69 commit b820b34
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"deploy": "gatsby build && gh-pages -d public -b main"
},
"dependencies": {
"@sudaraka94/gatsby-theme-novela": "^1.1.3",
"@sudaraka94/gatsby-theme-novela": "^1.1.5",
"gatsby": "^5.13.3",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-manifest": "^5.13.1",
Expand Down
22 changes: 18 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2436,10 +2436,10 @@
unfurl.js "^5.1.0"
unist-util-select "^3.0.1"

"@sudaraka94/gatsby-theme-novela@^1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@sudaraka94/gatsby-theme-novela/-/gatsby-theme-novela-1.1.3.tgz#af123de144588a31f2118f043ecc5d192198a6ad"
integrity sha512-OuIlJZV/LIwnHmhmUGUlpSEs7nmOjD2ca67PFLnSWGKroBp4j3g8466nIO8afhjimzgFBVDpprKPsEXCN0sK8Q==
"@sudaraka94/gatsby-theme-novela@^1.1.5":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@sudaraka94/gatsby-theme-novela/-/gatsby-theme-novela-1.1.5.tgz#846a653dcd03df3a7d388928f1a10597cdcfbdb0"
integrity sha512-6NVsPKQodlfQDno/C1TboIQvXKPrfwvxqt011i2CrjcJU7LPl1Sdu+5eu9oY9yE79aHhB0keW1u3Lus4/6MRIg==
dependencies:
"@emotion/react" "^11.11.4"
"@emotion/styled" "^11.11.0"
Expand All @@ -2457,6 +2457,7 @@
gatsby-plugin-feed "5.13.1"
gatsby-plugin-mailchimp "^5.2.2"
gatsby-plugin-mdx "^5.13.1"
gatsby-plugin-react-helmet "^6.13.1"
gatsby-plugin-sharp "^5.13.1"
gatsby-plugin-theme-ui "^0.16.2"
gatsby-plugin-typescript "^5.13.1"
Expand All @@ -2480,6 +2481,7 @@
react-live "^4.1.6"
react-medium-image-zoom "^5.1.11"
react-outside-click-handler "^1.3.0"
reading-time "^1.5.0"
rehype-slug "^6.0.0"
request "^2.88.2"
slugify "^1.6.6"
Expand Down Expand Up @@ -7177,6 +7179,13 @@ gatsby-plugin-page-creator@^5.13.1:
globby "^11.1.0"
lodash "^4.17.21"

gatsby-plugin-react-helmet@^6.13.1:
version "6.13.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-6.13.1.tgz#e0a635c00631c14412d3f5bb9d76044ab0ee8a84"
integrity sha512-Fwgf2UDOo1LQgw1vUmGmDMK5hXVrIXDR92URzu4DylQWgyfycfQ3D9FdU2JZ8jB6F3OI6Yx6YHC7zL3OAL7iOw==
dependencies:
"@babel/runtime" "^7.20.13"

gatsby-plugin-sharp@^5.13.1:
version "5.13.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-5.13.1.tgz#051da57ddef3ad75a52152d3b78e3ed07589cff9"
Expand Down Expand Up @@ -12284,6 +12293,11 @@ readdirp@~3.6.0:
dependencies:
picomatch "^2.2.1"

reading-time@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/reading-time/-/reading-time-1.5.0.tgz#d2a7f1b6057cb2e169beaf87113cc3411b5bc5bb"
integrity sha512-onYyVhBNr4CmAxFsKS7bz+uTLRakypIe4R+5A824vBSkQy/hB3fZepoVEf8OVAxzLvK+H/jm9TzpI3ETSm64Kg==

recast@^0.23.2:
version "0.23.6"
resolved "https://registry.yarnpkg.com/recast/-/recast-0.23.6.tgz#198fba74f66143a30acc81929302d214ce4e3bfa"
Expand Down

0 comments on commit b820b34

Please sign in to comment.