mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
update to Gatsby v4
This commit is contained in:
parent
e91b5bc0b1
commit
9f46beef50
5885
package-lock.json
generated
5885
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
@ -25,20 +25,20 @@
|
||||
"axios": "^0.24.0",
|
||||
"file-saver": "^2.0.5",
|
||||
"framer-motion": "^5.3.3",
|
||||
"gatsby": "^3.14.4",
|
||||
"gatsby-plugin-image": "^1.14.1",
|
||||
"gatsby-plugin-manifest": "^3.14.0",
|
||||
"gatsby": "^4.2.0",
|
||||
"gatsby-plugin-image": "^2.2.0",
|
||||
"gatsby-plugin-manifest": "^4.2.0",
|
||||
"gatsby-plugin-matomo": "^0.11.0",
|
||||
"gatsby-plugin-offline": "^4.14.0",
|
||||
"gatsby-plugin-react-helmet": "^4.14.0",
|
||||
"gatsby-plugin-sharp": "^3.14.1",
|
||||
"gatsby-plugin-sitemap": "^4.10.0",
|
||||
"gatsby-plugin-offline": "^5.2.0",
|
||||
"gatsby-plugin-react-helmet": "^5.2.0",
|
||||
"gatsby-plugin-sharp": "^4.2.0",
|
||||
"gatsby-plugin-sitemap": "^5.2.0",
|
||||
"gatsby-plugin-svgr": "^3.0.0-beta.0",
|
||||
"gatsby-plugin-webpack-size": "^2.0.1",
|
||||
"gatsby-source-filesystem": "^3.14.0",
|
||||
"gatsby-transformer-json": "^3.14.0",
|
||||
"gatsby-transformer-sharp": "^3.14.0",
|
||||
"gatsby-transformer-yaml": "^3.14.0",
|
||||
"gatsby-source-filesystem": "^4.2.0",
|
||||
"gatsby-transformer-json": "^4.2.0",
|
||||
"gatsby-transformer-sharp": "^4.2.0",
|
||||
"gatsby-transformer-yaml": "^4.2.0",
|
||||
"intersection-observer": "^0.12.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
@ -60,7 +60,7 @@
|
||||
"@testing-library/jest-dom": "^5.15.1",
|
||||
"@testing-library/react": "^12.1.2",
|
||||
"@welldone-software/why-did-you-render": "^6.2.3",
|
||||
"babel-preset-gatsby": "^2.0.0",
|
||||
"babel-preset-gatsby": "^2.2.0",
|
||||
"chalk": "^4.1.2",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
@ -69,7 +69,7 @@
|
||||
"eslint-plugin-react": "^7.26.1",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"eslint-plugin-testing-library": "^4.12.4",
|
||||
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.25",
|
||||
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.26",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"jest": "^27.3.1",
|
||||
"jest-canvas-mock": "^2.3.1",
|
||||
|
Loading…
Reference in New Issue
Block a user