mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-02-14 21:10:41 +01:00
parent
c4025013e6
commit
78713beb3b
@ -1,6 +1,2 @@
|
|||||||
import '@testing-library/jest-dom/extend-expect'
|
import '@testing-library/jest-dom/extend-expect'
|
||||||
|
|
||||||
// this is basically: afterEach(cleanup)
|
|
||||||
import '@testing-library/react/cleanup-after-each'
|
|
||||||
|
|
||||||
import 'jest-canvas-mock'
|
import 'jest-canvas-mock'
|
||||||
|
34
package.json
34
package.json
@ -27,30 +27,30 @@
|
|||||||
"axios": "^0.19.0",
|
"axios": "^0.19.0",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"file-saver": "^2.0.2",
|
"file-saver": "^2.0.2",
|
||||||
"gatsby": "^2.13.39",
|
"gatsby": "^2.13.61",
|
||||||
"gatsby-image": "^2.2.6",
|
"gatsby-image": "^2.2.8",
|
||||||
"gatsby-plugin-manifest": "^2.2.4",
|
"gatsby-plugin-manifest": "^2.2.5",
|
||||||
"gatsby-plugin-matomo": "^0.7.2",
|
"gatsby-plugin-matomo": "^0.7.2",
|
||||||
"gatsby-plugin-offline": "^2.2.4",
|
"gatsby-plugin-offline": "^2.2.5",
|
||||||
"gatsby-plugin-react-helmet": "^3.1.2",
|
"gatsby-plugin-react-helmet": "^3.1.3",
|
||||||
"gatsby-plugin-sass": "^2.1.3",
|
"gatsby-plugin-sass": "^2.1.8",
|
||||||
"gatsby-plugin-sharp": "^2.2.9",
|
"gatsby-plugin-sharp": "^2.2.11",
|
||||||
"gatsby-plugin-sitemap": "^2.2.3",
|
"gatsby-plugin-sitemap": "^2.2.6",
|
||||||
"gatsby-plugin-svgr": "^2.0.2",
|
"gatsby-plugin-svgr": "^2.0.2",
|
||||||
"gatsby-source-filesystem": "^2.1.6",
|
"gatsby-source-filesystem": "^2.1.9",
|
||||||
"gatsby-transformer-json": "^2.2.2",
|
"gatsby-transformer-json": "^2.2.2",
|
||||||
"gatsby-transformer-sharp": "^2.2.4",
|
"gatsby-transformer-sharp": "^2.2.6",
|
||||||
"gatsby-transformer-yaml": "^2.2.4",
|
"gatsby-transformer-yaml": "^2.2.4",
|
||||||
"giphy-js-sdk-core": "^1.0.6",
|
"giphy-js-sdk-core": "^1.0.6",
|
||||||
"graphql": "^14.4.2",
|
"graphql": "^14.4.2",
|
||||||
"intersection-observer": "^0.7.0",
|
"intersection-observer": "^0.7.0",
|
||||||
"react": "^16.8.6",
|
"react": "^16.9.0",
|
||||||
"react-dom": "^16.8.6",
|
"react-dom": "^16.9.0",
|
||||||
"react-helmet": "^5.2.1",
|
"react-helmet": "^5.2.1",
|
||||||
"react-pose": "^4.0.8",
|
"react-pose": "^4.0.8",
|
||||||
"remark": "^11.0.0",
|
"remark": "^11.0.1",
|
||||||
"remark-html": "^10.0.0",
|
"remark-html": "^10.0.0",
|
||||||
"remark-parse": "^7.0.0",
|
"remark-parse": "^7.0.1",
|
||||||
"suncalc": "^1.8.0",
|
"suncalc": "^1.8.0",
|
||||||
"vcf": "^2.0.4"
|
"vcf": "^2.0.4"
|
||||||
},
|
},
|
||||||
@ -59,9 +59,9 @@
|
|||||||
"@babel/node": "^7.5.5",
|
"@babel/node": "^7.5.5",
|
||||||
"@babel/preset-env": "^7.5.5",
|
"@babel/preset-env": "^7.5.5",
|
||||||
"@react-mock/localstorage": "^0.1.2",
|
"@react-mock/localstorage": "^0.1.2",
|
||||||
"@svgr/webpack": "^4.3.1",
|
"@svgr/webpack": "^4.3.2",
|
||||||
"@testing-library/jest-dom": "^4.0.0",
|
"@testing-library/jest-dom": "^4.0.0",
|
||||||
"@testing-library/react": "^8.0.6",
|
"@testing-library/react": "^9.1.1",
|
||||||
"babel-eslint": "^10.0.2",
|
"babel-eslint": "^10.0.2",
|
||||||
"babel-jest": "^24.8.0",
|
"babel-jest": "^24.8.0",
|
||||||
"babel-preset-gatsby": "^0.2.7",
|
"babel-preset-gatsby": "^0.2.7",
|
||||||
@ -72,7 +72,7 @@
|
|||||||
"eslint-plugin-graphql": "^3.0.3",
|
"eslint-plugin-graphql": "^3.0.3",
|
||||||
"eslint-plugin-prettier": "^3.1.0",
|
"eslint-plugin-prettier": "^3.1.0",
|
||||||
"eslint-plugin-react": "^7.14.3",
|
"eslint-plugin-react": "^7.14.3",
|
||||||
"eslint-plugin-react-hooks": "^1.6.1",
|
"eslint-plugin-react-hooks": "^1.7.0",
|
||||||
"identity-obj-proxy": "^3.0.0",
|
"identity-obj-proxy": "^3.0.0",
|
||||||
"jest": "^24.8.0",
|
"jest": "^24.8.0",
|
||||||
"jest-canvas-mock": "^2.1.0",
|
"jest-canvas-mock": "^2.1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user