1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-11-14 17:15:15 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2022-04-10 00:52:12 +01:00
parent 2143109447
commit 462e37efb8
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 255 additions and 556 deletions

761
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,26 +21,26 @@
}, },
"dependencies": { "dependencies": {
"@giphy/js-fetch-api": "^4.1.2", "@giphy/js-fetch-api": "^4.1.2",
"@yaireo/relative-time": "^1.0.1", "@yaireo/relative-time": "^1.0.2",
"axios": "^0.26.1", "axios": "^0.26.1",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"framer-motion": "^6.2.8", "framer-motion": "^6.2.9",
"gatsby": "^4.9.3", "gatsby": "^4.11.2",
"gatsby-plugin-image": "^2.7.0", "gatsby-plugin-image": "^2.11.1",
"gatsby-plugin-manifest": "^4.9.1", "gatsby-plugin-manifest": "^4.11.1",
"gatsby-plugin-matomo": "^0.11.1", "gatsby-plugin-matomo": "^0.13.0",
"gatsby-plugin-offline": "^5.9.1", "gatsby-plugin-offline": "^5.11.1",
"gatsby-plugin-react-helmet": "^5.9.0", "gatsby-plugin-react-helmet": "^5.11.0",
"gatsby-plugin-sharp": "^4.9.1", "gatsby-plugin-sharp": "^4.11.1",
"gatsby-plugin-sitemap": "^5.9.0", "gatsby-plugin-sitemap": "^5.11.1",
"gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-source-filesystem": "^4.9.1", "gatsby-source-filesystem": "^4.11.1",
"gatsby-transformer-json": "^4.7.0", "gatsby-transformer-json": "^4.11.0",
"gatsby-transformer-sharp": "^4.9.0", "gatsby-transformer-sharp": "^4.11.0",
"gatsby-transformer-yaml": "^4.9.0", "gatsby-transformer-yaml": "^4.11.0",
"intersection-observer": "^0.12.0", "intersection-observer": "^0.12.0",
"react": "^17.0.2", "react": "^18.0.0",
"react-dom": "^17.0.2", "react-dom": "^18.0.0",
"react-feather": "^2.0.9", "react-feather": "^2.0.9",
"react-helmet": "^6.1.0", "react-helmet": "^6.1.0",
"remark": "^13.0.0", "remark": "^13.0.0",
@ -55,27 +55,27 @@
"@babel/preset-env": "^7.16.11", "@babel/preset-env": "^7.16.11",
"@loadable/component": "^5.15.2", "@loadable/component": "^5.15.2",
"@svgr/webpack": "^6.2.1", "@svgr/webpack": "^6.2.1",
"@testing-library/jest-dom": "^5.16.2", "@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.4", "@testing-library/react": "^13.0.0",
"@welldone-software/why-did-you-render": "^6.2.3", "@welldone-software/why-did-you-render": "^7.0.1",
"babel-preset-gatsby": "^2.9.1", "babel-preset-gatsby": "^2.11.1",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"eslint": "^8.11.0", "eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-graphql": "^4.0.0", "eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4", "eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-testing-library": "^5.1.0", "eslint-plugin-testing-library": "^5.2.1",
"identity-obj-proxy": "^3.0.0", "identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1", "jest": "^27.5.1",
"jest-canvas-mock": "^2.3.1", "jest-canvas-mock": "^2.3.1",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"ora": "^6.1.0", "ora": "^6.1.0",
"prepend": "^1.0.2", "prepend": "^1.0.2",
"prettier": "^2.5.1", "prettier": "^2.6.2",
"slugify": "^1.6.5", "slugify": "^1.6.5",
"stylelint": "^14.5.3", "stylelint": "^14.6.1",
"stylelint-config-prettier": "^9.0.3", "stylelint-config-prettier": "^9.0.3",
"stylelint-prettier": "^2.0.0" "stylelint-prettier": "^2.0.0"
}, },