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

package updates

This commit is contained in:
Matthias Kretschmann 2021-06-11 22:33:26 +02:00
parent a393518b28
commit 97a5fae768
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2974 additions and 3382 deletions

6318
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,21 +23,21 @@
"@giphy/js-fetch-api": "^4.0.0",
"axios": "^0.21.1",
"file-saver": "^2.0.5",
"gatsby": "^3.6.1",
"gatsby-plugin-image": "^1.5.0",
"gatsby-plugin-manifest": "^3.6.0",
"gatsby": "^3.7.1",
"gatsby-plugin-image": "^1.7.1",
"gatsby-plugin-manifest": "^3.7.1",
"gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-offline": "^4.6.0",
"gatsby-plugin-postcss": "^4.5.0",
"gatsby-plugin-react-helmet": "^4.6.0",
"gatsby-plugin-sharp": "^3.5.0",
"gatsby-plugin-sitemap": "^4.2.0",
"gatsby-plugin-offline": "^4.7.1",
"gatsby-plugin-postcss": "^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-size": "^2.0.1",
"gatsby-source-filesystem": "^3.5.0",
"gatsby-transformer-json": "^3.6.0",
"gatsby-transformer-sharp": "^3.5.0",
"gatsby-transformer-yaml": "^3.6.0",
"gatsby-source-filesystem": "^3.7.1",
"gatsby-transformer-json": "^3.7.1",
"gatsby-transformer-sharp": "^3.7.1",
"gatsby-transformer-yaml": "^3.7.1",
"intersection-observer": "^0.12.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
@ -53,16 +53,16 @@
"vcf": "^2.1.0"
},
"devDependencies": {
"@babel/node": "^7.14.2",
"@babel/preset-env": "^7.14.4",
"@babel/node": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@loadable/component": "^5.15.0",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@welldone-software/why-did-you-render": "^6.1.4",
"babel-preset-gatsby": "^1.5.0",
"babel-preset-gatsby": "^1.7.1",
"chalk": "^4.1.1",
"eslint": "^7.27.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-prettier": "^3.4.0",
@ -74,10 +74,10 @@
"jest": "^26.6.3",
"jest-canvas-mock": "^2.3.1",
"js-yaml": "^4.1.0",
"ora": "^5.4.0",
"ora": "^5.4.1",
"postcss-preset-env": "^6.7.0",
"prepend": "^1.0.2",
"prettier": "^2.3.0",
"prettier": "^2.3.1",
"slugify": "^1.5.3",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",