Upgrade dependencies (#959)

* Upgrade dev dependencies

* upgrade cypress

* upgrade patch deps

* remove explicit serialize-javascript dep

* upgrade minor dependencies

* upgrade downshift

* upgrade @reach/visually-hidden

* upgrade use-climate-change-reminder

* catch preinstall errors
main
Michael Fix 5 years ago committed by GitHub
parent 69cc845622
commit bb960977bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,65 +15,64 @@
"contrib:build": "all-contributors generate", "contrib:build": "all-contributors generate",
"cy:run": "cypress run", "cy:run": "cypress run",
"cy:open": "cypress open", "cy:open": "cypress open",
"preinstall": "node ./node_modules/use-climate-change-reminder/index.js" "preinstall": "node ./node_modules/use-climate-change-reminder/index.js || exit 0"
}, },
"dependencies": { "dependencies": {
"@next/bundle-analyzer": "^9.2.1", "@next/bundle-analyzer": "^9.2.2",
"@reach/visually-hidden": "^0.7.4", "@reach/visually-hidden": "^0.8.2",
"actionsack": "^0.0.13", "actionsack": "^0.0.13",
"axios": "^0.19.2", "axios": "^0.19.2",
"cm-show-invisibles": "^3.0.1", "cm-show-invisibles": "^3.0.1",
"codemirror": "^5.51.0", "codemirror": "^5.52.0",
"codemirror-graphql": "^0.11.6", "codemirror-graphql": "^0.11.6",
"codemirror-mode-elixir": "^1.1.2", "codemirror-mode-elixir": "^1.1.2",
"codemirror-solidity": "^0.2.2", "codemirror-solidity": "^0.2.2",
"date-fns": "^2.9.0", "date-fns": "^2.10.0",
"dom-to-image": "^2.6.0", "dom-to-image": "^2.6.0",
"downshift": "^4.0.8", "downshift": "^5.0.3",
"dropperx": "^1.0.1", "dropperx": "^1.0.1",
"eitherx": "^1.0.2", "eitherx": "^1.0.2",
"escape-goat": "^3.0.0", "escape-goat": "^3.0.0",
"firebase": "^7.7.0", "firebase": "^7.9.3",
"graphql": "^14.6.0", "graphql": "^14.6.0",
"highlight.js": "^9.18.0", "highlight.js": "^9.18.1",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"lodash.omitby": "^4.6.0", "lodash.omitby": "^4.6.0",
"match-sorter": "^4.0.2", "match-sorter": "^4.0.2",
"morphmorph": "^0.1.3", "morphmorph": "^0.1.3",
"ms": "^2.1.2", "ms": "^2.1.2",
"next": "^9.2.1", "next": "^9.2.2",
"next-offline": "^4.0.6", "next-offline": "^4.0.6",
"prettier": "^1.19.1", "prettier": "^1.19.1",
"react": "^16.12.0", "react": "^16.13.0",
"react-click-outside": "^3.0.0", "react-click-outside": "^3.0.0",
"react-codemirror2": "^6.0.0", "react-codemirror2": "^6.0.0",
"react-color": "^2.18.0", "react-color": "^2.18.0",
"react-copy-to-clipboard": "^5.0.2", "react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.12.0", "react-dom": "^16.13.0",
"react-image-crop": "^6.0.16", "react-image-crop": "^6.0.16",
"react-is": "^16.12.0", "react-is": "^16.13.0",
"react-spinner": "^0.2.7", "react-spinner": "^0.2.7",
"react-stripe-elements": "^6.0.1", "react-stripe-elements": "^6.1.0",
"react-syntax-highlight": "^15.3.1", "react-syntax-highlight": "^15.3.1",
"serialize-javascript": "^2.1.2",
"tohash": "^1.0.2", "tohash": "^1.0.2",
"use-climate-change-reminder": "^0.0.6" "use-climate-change-reminder": "^0.0.7"
}, },
"devDependencies": { "devDependencies": {
"@applitools/eyes-cypress": "^3.9.7", "@applitools/eyes-cypress": "^3.9.13",
"all-contributors-cli": "^6.13.0", "all-contributors-cli": "^6.14.0",
"babel-eslint": "^10.0.3", "babel-eslint": "^10.1.0",
"cypress": "^3.8.3", "cypress": "^4.1.0",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.0", "eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.18.0", "eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0", "eslint-plugin-react-hooks": "^2.5.0",
"husky": "^4.2.1", "husky": "^4.2.3",
"lint-staged": "^10.0.4", "lint-staged": "^10.0.8",
"now": "^16.7.3", "now": "^17.0.4",
"now-release": "^0.0.2", "now-release": "^0.0.2",
"wait-on": "^4.0.0" "wait-on": "^4.0.1"
}, },
"engines": { "engines": {
"node": "12.x" "node": "12.x"

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