mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-23 01:29:41 +01:00
package updates
This commit is contained in:
parent
364defd99d
commit
71c43afd91
36
package.json
36
package.json
@ -27,20 +27,20 @@
|
|||||||
"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.17.1",
|
"gatsby": "^2.17.10",
|
||||||
"gatsby-image": "^2.2.29",
|
"gatsby-image": "^2.2.30",
|
||||||
"gatsby-plugin-manifest": "^2.2.23",
|
"gatsby-plugin-manifest": "^2.2.26",
|
||||||
"gatsby-plugin-matomo": "^0.7.2",
|
"gatsby-plugin-matomo": "^0.7.2",
|
||||||
"gatsby-plugin-offline": "^3.0.16",
|
"gatsby-plugin-offline": "^3.0.18",
|
||||||
"gatsby-plugin-react-helmet": "^3.1.13",
|
"gatsby-plugin-react-helmet": "^3.1.13",
|
||||||
"gatsby-plugin-sass": "^2.1.20",
|
"gatsby-plugin-sass": "^2.1.20",
|
||||||
"gatsby-plugin-sharp": "^2.2.32",
|
"gatsby-plugin-sharp": "^2.2.36",
|
||||||
"gatsby-plugin-sitemap": "^2.2.19",
|
"gatsby-plugin-sitemap": "^2.2.19",
|
||||||
"gatsby-plugin-svgr": "^2.0.2",
|
"gatsby-plugin-svgr": "^2.0.2",
|
||||||
"gatsby-plugin-webpack-size": "^1.0.0",
|
"gatsby-plugin-webpack-size": "^1.0.0",
|
||||||
"gatsby-source-filesystem": "^2.1.33",
|
"gatsby-source-filesystem": "^2.1.35",
|
||||||
"gatsby-transformer-json": "^2.2.15",
|
"gatsby-transformer-json": "^2.2.16",
|
||||||
"gatsby-transformer-sharp": "^2.3.0",
|
"gatsby-transformer-sharp": "^2.3.2",
|
||||||
"gatsby-transformer-yaml": "^2.2.15",
|
"gatsby-transformer-yaml": "^2.2.15",
|
||||||
"giphy-js-sdk-core": "^1.0.6",
|
"giphy-js-sdk-core": "^1.0.6",
|
||||||
"graphql": "^14.5.8",
|
"graphql": "^14.5.8",
|
||||||
@ -56,19 +56,19 @@
|
|||||||
"vcf": "^2.0.6"
|
"vcf": "^2.0.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.6.4",
|
"@babel/core": "^7.7.2",
|
||||||
"@babel/node": "^7.6.3",
|
"@babel/node": "^7.7.0",
|
||||||
"@babel/preset-env": "^7.6.3",
|
"@babel/preset-env": "^7.7.1",
|
||||||
"@react-mock/localstorage": "^0.1.2",
|
"@react-mock/localstorage": "^0.1.2",
|
||||||
"@svgr/webpack": "^4.3.3",
|
"@svgr/webpack": "^4.3.3",
|
||||||
"@testing-library/jest-dom": "^4.1.2",
|
"@testing-library/jest-dom": "^4.2.3",
|
||||||
"@testing-library/react": "^9.3.0",
|
"@testing-library/react": "^9.3.2",
|
||||||
"babel-eslint": "^10.0.3",
|
"babel-eslint": "^10.0.3",
|
||||||
"babel-jest": "^24.9.0",
|
"babel-jest": "^24.9.0",
|
||||||
"babel-preset-gatsby": "^0.2.20",
|
"babel-preset-gatsby": "^0.2.20",
|
||||||
"chalk": "^2.4.2",
|
"chalk": "^2.4.2",
|
||||||
"eslint": "^6.5.1",
|
"eslint": "^6.6.0",
|
||||||
"eslint-config-prettier": "^6.4.0",
|
"eslint-config-prettier": "^6.5.0",
|
||||||
"eslint-loader": "^3.0.2",
|
"eslint-loader": "^3.0.2",
|
||||||
"eslint-plugin-graphql": "^3.1.0",
|
"eslint-plugin-graphql": "^3.1.0",
|
||||||
"eslint-plugin-prettier": "^3.1.1",
|
"eslint-plugin-prettier": "^3.1.1",
|
||||||
@ -76,15 +76,15 @@
|
|||||||
"eslint-plugin-react-hooks": "^2.2.0",
|
"eslint-plugin-react-hooks": "^2.2.0",
|
||||||
"identity-obj-proxy": "^3.0.0",
|
"identity-obj-proxy": "^3.0.0",
|
||||||
"jest": "^24.9.0",
|
"jest": "^24.9.0",
|
||||||
"jest-canvas-mock": "^2.1.2",
|
"jest-canvas-mock": "^2.2.0",
|
||||||
"js-yaml": "^3.13.1",
|
"js-yaml": "^3.13.1",
|
||||||
"lighthousebot": "git+https://github.com/GoogleChromeLabs/lighthousebot.git",
|
"lighthousebot": "git+https://github.com/GoogleChromeLabs/lighthousebot.git",
|
||||||
"node-sass": "^4.12.0",
|
"node-sass": "^4.13.0",
|
||||||
"ora": "^4.0.0",
|
"ora": "^4.0.0",
|
||||||
"prepend": "^1.0.2",
|
"prepend": "^1.0.2",
|
||||||
"prettier": "^1.18.2",
|
"prettier": "^1.18.2",
|
||||||
"prettier-stylelint": "^0.4.2",
|
"prettier-stylelint": "^0.4.2",
|
||||||
"slugify": "^1.3.5",
|
"slugify": "^1.3.6",
|
||||||
"stylelint": "^11.1.1",
|
"stylelint": "^11.1.1",
|
||||||
"stylelint-config-css-modules": "^1.5.0",
|
"stylelint-config-css-modules": "^1.5.0",
|
||||||
"stylelint-config-standard": "^19.0.0",
|
"stylelint-config-standard": "^19.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user