1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

bump Gatsby packages

This commit is contained in:
Matthias Kretschmann 2022-01-24 19:33:16 +00:00
parent ea1f47641a
commit cde28f1a69
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 530 additions and 2188 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ coverage
static/matomo.js
.vercel
size-plugin.json

2693
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,23 +22,23 @@
"dependencies": {
"@giphy/js-fetch-api": "^4.1.2",
"@yaireo/relative-time": "^1.0.1",
"axios": "^0.24.0",
"axios": "^0.25.0",
"file-saver": "^2.0.5",
"framer-motion": "^6.2.1",
"gatsby": "^4.4.0",
"gatsby-plugin-image": "^2.5.1",
"gatsby-plugin-manifest": "^4.4.0",
"gatsby": "^4.5.5",
"gatsby-plugin-image": "^2.5.2",
"gatsby-plugin-manifest": "^4.5.2",
"gatsby-plugin-matomo": "^0.11.0",
"gatsby-plugin-offline": "^5.5.1",
"gatsby-plugin-offline": "^5.5.2",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-sharp": "^4.5.1",
"gatsby-plugin-sharp": "^4.5.2",
"gatsby-plugin-sitemap": "^5.5.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-plugin-webpack-size": "^2.0.1",
"gatsby-source-filesystem": "^4.5.1",
"gatsby-transformer-json": "^4.4.0",
"gatsby-transformer-sharp": "^4.4.0",
"gatsby-transformer-yaml": "^4.4.0",
"gatsby-source-filesystem": "^4.5.2",
"gatsby-transformer-json": "^4.5.0",
"gatsby-transformer-sharp": "^4.5.0",
"gatsby-transformer-yaml": "^4.5.0",
"intersection-observer": "^0.12.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
@ -60,7 +60,7 @@
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@welldone-software/why-did-you-render": "^6.2.3",
"babel-preset-gatsby": "^2.5.1",
"babel-preset-gatsby": "^2.5.2",
"chalk": "^4.1.2",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
@ -78,7 +78,7 @@
"prepend": "^1.0.2",
"prettier": "^2.5.1",
"slugify": "^1.6.5",
"stylelint": "^14.2.0",
"stylelint": "^14.3.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-prettier": "^2.0.0"
},