update dependencies
This commit is contained in:
parent
ee2b9beede
commit
4bd9f122c3
|
@ -2,5 +2,8 @@
|
|||
"private": true,
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
]
|
||||
],
|
||||
"dependencies": {
|
||||
"sharp": "^0.27.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,15 +8,15 @@
|
|||
"axios": "0.21.1",
|
||||
"bytes": "3.1.0",
|
||||
"classnames": "2.2.6",
|
||||
"gatsby": "^2.32.4",
|
||||
"gatsby-image": "2.11.0",
|
||||
"gatsby-plugin-manifest": "2.12.1",
|
||||
"gatsby": "^3.0.0",
|
||||
"gatsby-image": "^3.0.0",
|
||||
"gatsby-plugin-manifest": "^3.0.0",
|
||||
"gatsby-plugin-matomo": "0.9.0",
|
||||
"gatsby-plugin-react-helmet": "3.10.0",
|
||||
"gatsby-plugin-react-helmet": "^4.0.0",
|
||||
"gatsby-plugin-remove-serviceworker": "1.0.0",
|
||||
"gatsby-plugin-robots-txt": "1.5.5",
|
||||
"gatsby-plugin-sass": "3.2.0",
|
||||
"gatsby-source-filesystem": "2.11.1",
|
||||
"gatsby-plugin-sass": "^4.0.0",
|
||||
"gatsby-source-filesystem": "^3.0.0",
|
||||
"http-status-codes": "2.1.4",
|
||||
"jsonp": "0.2.1",
|
||||
"node-sass": "5.0.0",
|
||||
|
@ -28,13 +28,13 @@
|
|||
"react-dropzone": "11.3.1",
|
||||
"react-helmet": "6.1.0",
|
||||
"react-mailchimp-form": "1.0.2",
|
||||
"react-mailchimp-subscribe": "2.1.0",
|
||||
"react-mailchimp-subscribe": "^2.1.1",
|
||||
"react-syntax-highlighter": "15.4.3",
|
||||
"react-visibility-sensor": "5.1.1",
|
||||
"skynet-js": "3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cypress": "6.5.0",
|
||||
"cypress": "^6.6.0",
|
||||
"cypress-file-upload": "5.0.2",
|
||||
"eslint": "7.21.0",
|
||||
"eslint-config-prettier": "8.1.0",
|
||||
|
|
Reference in New Issue