mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-26 11:49:04 +01:00
package updates
This commit is contained in:
parent
996d7b16c8
commit
b44a220499
64
package.json
64
package.json
@ -31,32 +31,32 @@
|
||||
"dms2dec": "^1.1.0",
|
||||
"fast-exif": "^1.0.1",
|
||||
"fraction.js": "^4.0.12",
|
||||
"gatsby": "^2.13.61",
|
||||
"gatsby-image": "^2.2.8",
|
||||
"gatsby-plugin-catch-links": "^2.1.2",
|
||||
"gatsby-plugin-feed": "^2.3.6",
|
||||
"gatsby": "^2.15.9",
|
||||
"gatsby-image": "^2.2.17",
|
||||
"gatsby-plugin-catch-links": "^2.1.8",
|
||||
"gatsby-plugin-feed": "^2.3.11",
|
||||
"gatsby-plugin-lunr": "^1.5.2",
|
||||
"gatsby-plugin-manifest": "^2.2.5",
|
||||
"gatsby-plugin-manifest": "^2.2.14",
|
||||
"gatsby-plugin-matomo": "^0.7.2",
|
||||
"gatsby-plugin-meta-redirect": "^1.1.1",
|
||||
"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-offline": "^2.2.10",
|
||||
"gatsby-plugin-react-helmet": "^3.1.6",
|
||||
"gatsby-plugin-sass": "^2.1.13",
|
||||
"gatsby-plugin-sharp": "^2.2.20",
|
||||
"gatsby-plugin-sitemap": "^2.2.10",
|
||||
"gatsby-plugin-svgr": "^2.0.2",
|
||||
"gatsby-plugin-webpack-size": "^1.0.0",
|
||||
"gatsby-redirect-from": "^0.2.1",
|
||||
"gatsby-remark-autolink-headers": "^2.1.3",
|
||||
"gatsby-remark-copy-linked-files": "^2.1.5",
|
||||
"gatsby-remark-images": "^3.1.10",
|
||||
"gatsby-remark-smartypants": "^2.1.2",
|
||||
"gatsby-remark-vscode": "^1.1.2",
|
||||
"gatsby-source-filesystem": "^2.1.9",
|
||||
"gatsby-source-graphql": "^2.1.5",
|
||||
"gatsby-transformer-remark": "^2.6.13",
|
||||
"gatsby-transformer-sharp": "^2.2.6",
|
||||
"graphql": "^14.4.2",
|
||||
"gatsby-remark-autolink-headers": "^2.1.9",
|
||||
"gatsby-remark-copy-linked-files": "^2.1.17",
|
||||
"gatsby-remark-images": "^3.1.20",
|
||||
"gatsby-remark-smartypants": "^2.1.7",
|
||||
"gatsby-remark-vscode": "^1.2.0",
|
||||
"gatsby-source-filesystem": "^2.1.21",
|
||||
"gatsby-source-graphql": "^2.1.12",
|
||||
"gatsby-transformer-remark": "^2.6.21",
|
||||
"gatsby-transformer-sharp": "^2.2.13",
|
||||
"graphql": "^14.5.4",
|
||||
"intersection-observer": "^0.7.0",
|
||||
"js-scrypt": "^0.2.0",
|
||||
"load-script": "^1.0.0",
|
||||
@ -67,26 +67,26 @@
|
||||
"react-clipboard.js": "^2.0.13",
|
||||
"react-dom": "^16.9.0",
|
||||
"react-helmet": "^5.2.1",
|
||||
"react-modal": "^3.8.2",
|
||||
"react-modal": "^3.10.1",
|
||||
"react-pose": "^4.0.8",
|
||||
"react-qr-svg": "^2.2.1",
|
||||
"react-time": "^4.3.0",
|
||||
"react-transition-group": "^4.2.2",
|
||||
"react-transition-group": "^4.3.0",
|
||||
"remark": "^11.0.1",
|
||||
"remark-react": "^6.0.0",
|
||||
"slugify": "^1.3.4",
|
||||
"web3": "^1.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/node": "^7.5.5",
|
||||
"@babel/preset-env": "^7.5.5",
|
||||
"@babel/node": "^7.6.0",
|
||||
"@babel/preset-env": "^7.6.0",
|
||||
"@svgr/webpack": "^4.3.1",
|
||||
"@testing-library/jest-dom": "^4.0.0",
|
||||
"@testing-library/react": "^9.1.1",
|
||||
"babel-eslint": "^10.0.2",
|
||||
"babel-jest": "^24.8.0",
|
||||
"eslint": "^6.1.0",
|
||||
"eslint-config-prettier": "^6.0.0",
|
||||
"@testing-library/jest-dom": "^4.1.0",
|
||||
"@testing-library/react": "^9.1.4",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"babel-jest": "^24.9.0",
|
||||
"eslint": "^6.3.0",
|
||||
"eslint-config-prettier": "^6.2.0",
|
||||
"eslint-loader": "^3.0.0",
|
||||
"eslint-plugin-graphql": "^3.0.3",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.3",
|
||||
@ -94,7 +94,7 @@
|
||||
"eslint-plugin-react": "^7.14.3",
|
||||
"fs-extra": "^8.1.0",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"jest": "^24.8.0",
|
||||
"jest": "^24.9.0",
|
||||
"markdownlint-cli": "^0.18.0",
|
||||
"node-sass": "^4.12.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
@ -105,7 +105,7 @@
|
||||
"stylelint": "^10.1.0",
|
||||
"stylelint-config-css-modules": "^1.4.0",
|
||||
"stylelint-config-standard": "^18.3.0",
|
||||
"stylelint-scss": "^3.9.3",
|
||||
"stylelint-scss": "^3.10.1",
|
||||
"why-did-you-update": "^1.0.6"
|
||||
},
|
||||
"engines": {
|
||||
|
Loading…
Reference in New Issue
Block a user