mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-31 17:17:46 +01:00
package updates
This commit is contained in:
parent
8d27878691
commit
9d801636bb
@ -37,6 +37,7 @@ module.exports = {
|
|||||||
options: {
|
options: {
|
||||||
excerpt_separator: '<!-- more -->',
|
excerpt_separator: '<!-- more -->',
|
||||||
plugins: [
|
plugins: [
|
||||||
|
'gatsby-remark-smartypants',
|
||||||
{
|
{
|
||||||
resolve: 'gatsby-remark-images',
|
resolve: 'gatsby-remark-images',
|
||||||
options: {
|
options: {
|
||||||
@ -60,7 +61,6 @@ module.exports = {
|
|||||||
destinationDir: 'media'
|
destinationDir: 'media'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'gatsby-remark-smartypants',
|
|
||||||
{
|
{
|
||||||
resolve: 'gatsby-remark-autolink-headers',
|
resolve: 'gatsby-remark-autolink-headers',
|
||||||
options: {
|
options: {
|
||||||
|
7993
package-lock.json
generated
7993
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
35
package.json
35
package.json
@ -40,32 +40,32 @@
|
|||||||
"fast-exif": "^1.0.1",
|
"fast-exif": "^1.0.1",
|
||||||
"feather-icons": "^4.28.0",
|
"feather-icons": "^4.28.0",
|
||||||
"fraction.js": "^4.1.1",
|
"fraction.js": "^4.1.1",
|
||||||
"gatsby": "^3.5.1",
|
"gatsby": "^3.7.1",
|
||||||
"gatsby-plugin-catch-links": "^3.5.0",
|
"gatsby-plugin-catch-links": "^3.7.1",
|
||||||
"gatsby-plugin-feed": "^3.5.0",
|
"gatsby-plugin-feed": "^3.7.1",
|
||||||
"gatsby-plugin-image": "^1.5.0",
|
"gatsby-plugin-image": "^1.7.1",
|
||||||
"gatsby-plugin-lunr": "^1.5.2",
|
"gatsby-plugin-lunr": "^1.5.2",
|
||||||
"gatsby-plugin-manifest": "^3.5.0",
|
"gatsby-plugin-manifest": "^3.7.1",
|
||||||
"gatsby-plugin-matomo": "^0.10.0",
|
"gatsby-plugin-matomo": "^0.10.0",
|
||||||
"gatsby-plugin-meta-redirect": "^1.1.1",
|
"gatsby-plugin-meta-redirect": "^1.1.1",
|
||||||
"gatsby-plugin-offline": "^4.5.1",
|
"gatsby-plugin-offline": "^4.7.1",
|
||||||
"gatsby-plugin-react-helmet": "^4.5.0",
|
"gatsby-plugin-react-helmet": "^4.7.1",
|
||||||
"gatsby-plugin-sharp": "^3.5.0",
|
"gatsby-plugin-sharp": "^3.7.1",
|
||||||
"gatsby-plugin-sitemap": "^4.1.0",
|
"gatsby-plugin-sitemap": "^4.3.1",
|
||||||
"gatsby-plugin-svgr": "^3.0.0-beta.0",
|
"gatsby-plugin-svgr": "^3.0.0-beta.0",
|
||||||
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.22",
|
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.22",
|
||||||
"gatsby-plugin-webpack-size": "^2.0.1",
|
"gatsby-plugin-webpack-size": "^2.0.1",
|
||||||
"gatsby-redirect-from": "^0.4.1",
|
"gatsby-redirect-from": "^0.4.1",
|
||||||
"gatsby-remark-autolink-headers": "^4.2.0",
|
"gatsby-remark-autolink-headers": "^4.4.1",
|
||||||
"gatsby-remark-copy-linked-files": "^4.2.1",
|
"gatsby-remark-copy-linked-files": "^4.4.1",
|
||||||
"gatsby-remark-images": "^5.2.1",
|
"gatsby-remark-images": "^5.4.1",
|
||||||
"gatsby-remark-images-medium-zoom": "^1.7.0",
|
"gatsby-remark-images-medium-zoom": "^1.7.0",
|
||||||
"gatsby-remark-smartypants": "^4.2.0",
|
"gatsby-remark-smartypants": "^4.4.1",
|
||||||
"gatsby-remark-vscode": "^3.2.1",
|
"gatsby-remark-vscode": "^3.2.1",
|
||||||
"gatsby-source-filesystem": "^3.5.0",
|
"gatsby-source-filesystem": "^3.7.1",
|
||||||
"gatsby-source-graphql": "^3.5.0",
|
"gatsby-source-graphql": "^3.7.1",
|
||||||
"gatsby-transformer-remark": "^4.2.0",
|
"gatsby-transformer-remark": "^4.4.1",
|
||||||
"gatsby-transformer-sharp": "^3.5.0",
|
"gatsby-transformer-sharp": "^3.7.1",
|
||||||
"node-fetch": "^2.6.1",
|
"node-fetch": "^2.6.1",
|
||||||
"nord-visual-studio-code": "github:arcticicestudio/nord-visual-studio-code",
|
"nord-visual-studio-code": "github:arcticicestudio/nord-visual-studio-code",
|
||||||
"pigeon-maps": "^0.19.5",
|
"pigeon-maps": "^0.19.5",
|
||||||
@ -76,6 +76,7 @@
|
|||||||
"react-feather": "^2.0.9",
|
"react-feather": "^2.0.9",
|
||||||
"react-helmet": "^6.1.0",
|
"react-helmet": "^6.1.0",
|
||||||
"react-qr-svg": "^2.4.0",
|
"react-qr-svg": "^2.4.0",
|
||||||
|
"react-side-effect": "^2.1.1",
|
||||||
"react-transition-group": "^4.4.1",
|
"react-transition-group": "^4.4.1",
|
||||||
"remark": "^13.0.0",
|
"remark": "^13.0.0",
|
||||||
"remark-react": "^8.0.0",
|
"remark-react": "^8.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user