Upgrade deps (#1160)

* upgrade deps

* upgrade deps

* remove unused deps
main
Michael Fix 4 years ago committed by GitHub
parent 4741d6adc8
commit f2588f91a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@
"preinstall": "node ./node_modules/use-climate-change-reminder/index.js || exit 0" "preinstall": "node ./node_modules/use-climate-change-reminder/index.js || exit 0"
}, },
"dependencies": { "dependencies": {
"@next/bundle-analyzer": "^10.0.3", "@next/bundle-analyzer": "^10.0.5",
"@reach/visually-hidden": "^0.12.0", "@reach/visually-hidden": "^0.12.0",
"actionsack": "^0.0.13", "actionsack": "^0.0.13",
"axios": "^0.21.1", "axios": "^0.21.1",
@ -40,29 +40,28 @@
"codemirror-solidity": "^0.2.3", "codemirror-solidity": "^0.2.3",
"date-fns": "^2.16.1", "date-fns": "^2.16.1",
"dom-to-image": "^2.6.0", "dom-to-image": "^2.6.0",
"downshift": "^6.0.6", "downshift": "^6.0.15",
"dropperx": "^1.0.1", "dropperx": "^1.0.1",
"eitherx": "^1.0.2", "eitherx": "^1.0.2",
"email-validator": "^2.0.4", "email-validator": "^2.0.4",
"escape-goat": "^3.0.0", "escape-goat": "^3.0.0",
"firebase": "^8.1.1", "firebase": "^8.2.3",
"graphql": "^15.4.0", "graphql": "^15.4.0",
"highlight.js": "^10.5.0", "highlight.js": "^10.5.0",
"kind-of": "^6.0.3", "kind-of": "^6.0.3",
"lodash": "^4.17.20", "lodash": "^4.17.20",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"lodash.omitby": "^4.6.0", "lodash.omitby": "^4.6.0",
"match-sorter": "^6.0.1", "match-sorter": "^6.1.0",
"morphmorph": "^0.1.3", "morphmorph": "^0.1.3",
"ms": "^2.1.2", "ms": "^2.1.3",
"next": "^10.0.3", "next": "^10.0.5",
"next-offline": "^5.0.3", "next-offline": "^5.0.3",
"prettier": "^2.2.1", "prettier": "^2.2.1",
"react": "^17.0.1", "react": "^17.0.1",
"react-click-outside": "^3.0.0", "react-click-outside": "^3.0.0",
"react-codemirror2": "^7.2.1", "react-codemirror2": "^7.2.1",
"react-color": "^2.19.3", "react-color": "^2.19.3",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^17.0.1", "react-dom": "^17.0.1",
"react-image-crop": "^6.0.16", "react-image-crop": "^6.0.16",
"react-mailchimp-subscribe": "^2.1.0", "react-mailchimp-subscribe": "^2.1.0",
@ -74,20 +73,20 @@
"yargs-parser": "^20.2.4" "yargs-parser": "^20.2.4"
}, },
"devDependencies": { "devDependencies": {
"@applitools/eyes-cypress": "^3.16.1", "@applitools/eyes-cypress": "^3.18.4",
"all-contributors-cli": "^6.19.0", "all-contributors-cli": "^6.19.0",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"cypress": "^6.0.1", "cypress": "^6.2.1",
"eslint": "^7.14.0", "eslint": "^7.18.0",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5", "eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.3.0", "husky": "^4.3.8",
"lint-staged": "^10.5.2", "lint-staged": "^10.5.3",
"now": "^21.0.1", "now": "^21.0.1",
"now-release": "^0.0.2", "now-release": "^0.0.2",
"wait-on": "^5.2.0" "wait-on": "^5.2.1"
}, },
"lint-staged": { "lint-staged": {
"*.js": [ "*.js": [

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save