Upgrade deps (#1208)

* upgrade dev deps

* upgrade main deps
main
Michael Fix 4 years ago committed by GitHub
parent 6fe46d721c
commit d2e3597023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,58 +29,58 @@
"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.5", "@next/bundle-analyzer": "^10.1.3",
"@reach/visually-hidden": "^0.12.0", "@reach/visually-hidden": "^0.15.0",
"actionsack": "^0.0.13", "actionsack": "^0.0.13",
"axios": "^0.21.1", "axios": "^0.21.1",
"cm-show-invisibles": "^3.1.0", "cm-show-invisibles": "^3.1.0",
"codemirror": "5.58.3", "codemirror": "5.61.0",
"codemirror-graphql": "^0.12.4", "codemirror-graphql": "^1.0.1",
"codemirror-mode-elixir": "^1.1.2", "codemirror-mode-elixir": "^1.1.2",
"codemirror-solidity": "^0.2.3", "codemirror-solidity": "^0.2.3",
"date-fns": "^2.16.1", "date-fns": "^2.21.1",
"dom-to-image": "^2.6.0", "dom-to-image": "^2.6.0",
"downshift": "^6.0.15", "downshift": "^6.1.3",
"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.2.3", "firebase": "^8.4.1",
"graphql": "^15.4.0", "graphql": "^15.5.0",
"highlight.js": "^10.5.0", "highlight.js": "^10.7.2",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"lodash.omitby": "^4.6.0", "lodash.omitby": "^4.6.0",
"match-sorter": "^6.1.0", "match-sorter": "^6.3.0",
"morphmorph": "^0.1.3", "morphmorph": "^0.1.3",
"ms": "^2.1.3", "ms": "^2.1.3",
"next": "^10.0.5", "next": "^10.1.3",
"next-offline": "^5.0.3", "next-offline": "^5.0.5",
"prettier": "^2.2.1", "prettier": "^2.2.1",
"react": "^17.0.1", "react": "^17.0.2",
"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-dom": "^17.0.1", "react-dom": "^17.0.2",
"react-image-crop": "^6.0.16", "react-image-crop": "^6.0.16",
"react-mailchimp-subscribe": "^2.1.0", "react-mailchimp-subscribe": "^2.1.3",
"tohash": "^1.0.2", "tohash": "^1.0.2",
"use-climate-change-reminder": "^0.0.7" "use-climate-change-reminder": "^0.0.7"
}, },
"devDependencies": { "devDependencies": {
"@applitools/eyes-cypress": "^3.18.5", "@applitools/eyes-cypress": "^3.21.0",
"all-contributors-cli": "^6.19.0", "all-contributors-cli": "^6.20.0",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"cypress": "^6.3.0", "cypress": "^7.1.0",
"eslint": "^7.18.0", "eslint": "^7.24.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.22.0", "eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.3.8", "husky": "^4.3.8",
"lint-staged": "^10.5.3", "lint-staged": "^10.5.4",
"now": "^21.0.1", "now": "^21.0.1",
"now-release": "^0.0.2", "now-release": "^0.0.2",
"wait-on": "^5.2.1" "wait-on": "^5.3.0"
}, },
"resolutions": { "resolutions": {
"kind-of": "^6.0.3", "kind-of": "^6.0.3",

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