update deps
This commit is contained in:
parent
1014e7546d
commit
cb3800cb9a
|
@ -54,10 +54,6 @@ typings/
|
||||||
# dotenv environment variable files
|
# dotenv environment variable files
|
||||||
.env*
|
.env*
|
||||||
|
|
||||||
# gatsby files
|
|
||||||
.cache/
|
|
||||||
public
|
|
||||||
|
|
||||||
# Mac files
|
# Mac files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
# gatsby files
|
||||||
|
.cache/
|
||||||
|
public
|
|
@ -4,29 +4,29 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"author": "Nebulous",
|
"author": "Nebulous",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "0.21.0",
|
"axios": "0.21.1",
|
||||||
"bytes": "3.1.0",
|
"bytes": "3.1.0",
|
||||||
"classnames": "2.2.6",
|
"classnames": "2.2.6",
|
||||||
"fontsource-metropolis": "3.0.1",
|
"fontsource-metropolis": "4.0.0",
|
||||||
"gatsby": "2.29.3",
|
"gatsby": "2.31.1",
|
||||||
"gatsby-image": "2.5.0",
|
"gatsby-image": "2.10.0",
|
||||||
"gatsby-plugin-manifest": "2.6.1",
|
"gatsby-plugin-manifest": "2.11.0",
|
||||||
"gatsby-plugin-matomo": "0.8.3",
|
"gatsby-plugin-matomo": "0.8.3",
|
||||||
"gatsby-plugin-react-helmet": "3.7.0",
|
"gatsby-plugin-react-helmet": "3.9.0",
|
||||||
"gatsby-plugin-remove-serviceworker": "1.0.0",
|
"gatsby-plugin-remove-serviceworker": "1.0.0",
|
||||||
"gatsby-plugin-robots-txt": "1.5.3",
|
"gatsby-plugin-robots-txt": "1.5.5",
|
||||||
"gatsby-plugin-sass": "2.5.1",
|
"gatsby-plugin-sass": "3.1.0",
|
||||||
"gatsby-plugin-sharp": "2.11.2",
|
"gatsby-plugin-sharp": "2.13.1",
|
||||||
"gatsby-source-filesystem": "2.4.0",
|
"gatsby-source-filesystem": "2.10.0",
|
||||||
"gatsby-transformer-sharp": "2.9.0",
|
"gatsby-transformer-sharp": "2.11.0",
|
||||||
"http-status-codes": "2.1.4",
|
"http-status-codes": "2.1.4",
|
||||||
"jsonp": "0.2.1",
|
"jsonp": "0.2.1",
|
||||||
"node-sass": "4.14.1",
|
"node-sass": "5.0.0",
|
||||||
"path-browserify": "1.0.1",
|
"path-browserify": "1.0.1",
|
||||||
"prop-types": "15.7.2",
|
"prop-types": "15.7.2",
|
||||||
"react": "16.14.0",
|
"react": "17.0.1",
|
||||||
"react-countup": "4.3.3",
|
"react-countup": "4.3.3",
|
||||||
"react-dom": "16.14.0",
|
"react-dom": "17.0.1",
|
||||||
"react-dropzone": "11.2.4",
|
"react-dropzone": "11.2.4",
|
||||||
"react-helmet": "6.1.0",
|
"react-helmet": "6.1.0",
|
||||||
"react-mailchimp-form": "1.0.2",
|
"react-mailchimp-form": "1.0.2",
|
||||||
|
@ -36,15 +36,15 @@
|
||||||
"skynet-js": "2.4.0"
|
"skynet-js": "2.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cypress": "5.5.0",
|
"cypress": "6.3.0",
|
||||||
"cypress-file-upload": "4.1.1",
|
"cypress-file-upload": "5.0.2",
|
||||||
"eslint": "7.18.0",
|
"eslint": "7.18.0",
|
||||||
"eslint-config-prettier": "6.15.0",
|
"eslint-config-prettier": "7.2.0",
|
||||||
"eslint-plugin-cypress": "2.11.2",
|
"eslint-plugin-cypress": "2.11.2",
|
||||||
"eslint-plugin-react": "7.21.5",
|
"eslint-plugin-react": "7.22.0",
|
||||||
"husky": "4.3.0",
|
"husky": "4.3.0",
|
||||||
"lint-staged": "10.5.3",
|
"lint-staged": "10.5.3",
|
||||||
"prettier": "2.1.2"
|
"prettier": "2.2.1"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"sia",
|
"sia",
|
||||||
|
|
Reference in New Issue