1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-28 00:27:40 +02:00

package updates

* closes #158
This commit is contained in:
Matthias Kretschmann 2019-08-13 11:38:14 +02:00
parent c4025013e6
commit 78713beb3b
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 17 additions and 21 deletions

View File

@ -1,6 +1,2 @@
import '@testing-library/jest-dom/extend-expect'
// this is basically: afterEach(cleanup)
import '@testing-library/react/cleanup-after-each'
import 'jest-canvas-mock'

View File

@ -27,30 +27,30 @@
"axios": "^0.19.0",
"classnames": "^2.2.6",
"file-saver": "^2.0.2",
"gatsby": "^2.13.39",
"gatsby-image": "^2.2.6",
"gatsby-plugin-manifest": "^2.2.4",
"gatsby": "^2.13.61",
"gatsby-image": "^2.2.8",
"gatsby-plugin-manifest": "^2.2.5",
"gatsby-plugin-matomo": "^0.7.2",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-sass": "^2.1.3",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-plugin-sitemap": "^2.2.3",
"gatsby-plugin-offline": "^2.2.5",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-sass": "^2.1.8",
"gatsby-plugin-sharp": "^2.2.11",
"gatsby-plugin-sitemap": "^2.2.6",
"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-sharp": "^2.2.4",
"gatsby-transformer-sharp": "^2.2.6",
"gatsby-transformer-yaml": "^2.2.4",
"giphy-js-sdk-core": "^1.0.6",
"graphql": "^14.4.2",
"intersection-observer": "^0.7.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-pose": "^4.0.8",
"remark": "^11.0.0",
"remark": "^11.0.1",
"remark-html": "^10.0.0",
"remark-parse": "^7.0.0",
"remark-parse": "^7.0.1",
"suncalc": "^1.8.0",
"vcf": "^2.0.4"
},
@ -59,9 +59,9 @@
"@babel/node": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@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/react": "^8.0.6",
"@testing-library/react": "^9.1.1",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-preset-gatsby": "^0.2.7",
@ -72,7 +72,7 @@
"eslint-plugin-graphql": "^3.0.3",
"eslint-plugin-prettier": "^3.1.0",
"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",
"jest": "^24.8.0",
"jest-canvas-mock": "^2.1.0",