1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-12-22 17:23:50 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2021-06-11 22:02:15 +02:00
parent 8d27878691
commit 9d801636bb
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 3558 additions and 4472 deletions

View File

@ -37,6 +37,7 @@ module.exports = {
options: {
excerpt_separator: '<!-- more -->',
plugins: [
'gatsby-remark-smartypants',
{
resolve: 'gatsby-remark-images',
options: {
@ -60,7 +61,6 @@ module.exports = {
destinationDir: 'media'
}
},
'gatsby-remark-smartypants',
{
resolve: 'gatsby-remark-autolink-headers',
options: {

7993
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -40,32 +40,32 @@
"fast-exif": "^1.0.1",
"feather-icons": "^4.28.0",
"fraction.js": "^4.1.1",
"gatsby": "^3.5.1",
"gatsby-plugin-catch-links": "^3.5.0",
"gatsby-plugin-feed": "^3.5.0",
"gatsby-plugin-image": "^1.5.0",
"gatsby": "^3.7.1",
"gatsby-plugin-catch-links": "^3.7.1",
"gatsby-plugin-feed": "^3.7.1",
"gatsby-plugin-image": "^1.7.1",
"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-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^4.5.1",
"gatsby-plugin-react-helmet": "^4.5.0",
"gatsby-plugin-sharp": "^3.5.0",
"gatsby-plugin-sitemap": "^4.1.0",
"gatsby-plugin-offline": "^4.7.1",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-sharp": "^3.7.1",
"gatsby-plugin-sitemap": "^4.3.1",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.22",
"gatsby-plugin-webpack-size": "^2.0.1",
"gatsby-redirect-from": "^0.4.1",
"gatsby-remark-autolink-headers": "^4.2.0",
"gatsby-remark-copy-linked-files": "^4.2.1",
"gatsby-remark-images": "^5.2.1",
"gatsby-remark-autolink-headers": "^4.4.1",
"gatsby-remark-copy-linked-files": "^4.4.1",
"gatsby-remark-images": "^5.4.1",
"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-source-filesystem": "^3.5.0",
"gatsby-source-graphql": "^3.5.0",
"gatsby-transformer-remark": "^4.2.0",
"gatsby-transformer-sharp": "^3.5.0",
"gatsby-source-filesystem": "^3.7.1",
"gatsby-source-graphql": "^3.7.1",
"gatsby-transformer-remark": "^4.4.1",
"gatsby-transformer-sharp": "^3.7.1",
"node-fetch": "^2.6.1",
"nord-visual-studio-code": "github:arcticicestudio/nord-visual-studio-code",
"pigeon-maps": "^0.19.5",
@ -76,6 +76,7 @@
"react-feather": "^2.0.9",
"react-helmet": "^6.1.0",
"react-qr-svg": "^2.4.0",
"react-side-effect": "^2.1.1",
"react-transition-group": "^4.4.1",
"remark": "^13.0.0",
"remark-react": "^8.0.0",