Upgrade Deps (#874)

* upgrade dev dependencies

* upgrade patch deps

* upgrade react to 16.10, next to 9.0.7

* remove cross-env dep

* upgrade date-fns

* upgrade firebase to 7

* upgrade codemirror to 5.49.0

* Revert "upgrade codemirror to 5.49.0"

This reverts commit e90af6f9063a4cc0ec98ca1e299a2bc476d36a8e.
main
Michael Fix 5 years ago committed by repo-ranger[bot]
parent 1090356c05
commit 32d7c177b5

@ -17,7 +17,7 @@
"cy:open": "cypress open" "cy:open": "cypress open"
}, },
"dependencies": { "dependencies": {
"@next/bundle-analyzer": "^9.0.5", "@next/bundle-analyzer": "^9.0.7",
"@reach/visually-hidden": "^0.1.4", "@reach/visually-hidden": "^0.1.4",
"actionsack": "^0.0.13", "actionsack": "^0.0.13",
"axios": "^0.19.0", "axios": "^0.19.0",
@ -25,49 +25,48 @@
"codemirror-graphql": "^0.9.0", "codemirror-graphql": "^0.9.0",
"codemirror-mode-elixir": "^1.1.2", "codemirror-mode-elixir": "^1.1.2",
"codemirror-solidity": "^0.2.1", "codemirror-solidity": "^0.2.1",
"cross-env": "^5.2.1", "date-fns": "^2.4.1",
"date-fns": "^2.2.1",
"dom-to-image": "^2.6.0", "dom-to-image": "^2.6.0",
"downshift": "^3.3.1", "downshift": "^3.3.4",
"dropperx": "^1.0.1", "dropperx": "^1.0.1",
"eitherx": "^1.0.2", "eitherx": "^1.0.2",
"escape-goat": "^2.1.0", "escape-goat": "^2.1.1",
"firebase": "^6.6.1", "firebase": "^7.0.0",
"graphql": "^14.5.5", "graphql": "^14.5.8",
"highlight.js": "^9.15.10", "highlight.js": "^9.15.10",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"lodash.omitby": "^4.6.0", "lodash.omitby": "^4.6.0",
"match-sorter": "^4.0.0", "match-sorter": "^4.0.0",
"morphmorph": "^0.1.2", "morphmorph": "^0.1.3",
"ms": "^2.1.2", "ms": "^2.1.2",
"next": "^9.0.6-canary.0", "next": "^9.0.7",
"next-offline": "^4.0.5", "next-offline": "^4.0.5",
"prettier": "^1.18.2", "prettier": "^1.18.2",
"react": "^16.9.0", "react": "^16.10.1",
"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.17.3", "react-color": "^2.17.3",
"react-copy-to-clipboard": "^5.0.1", "react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.9.0", "react-dom": "^16.10.1",
"react-image-crop": "^6.0.16", "react-image-crop": "^6.0.16",
"react-is": "^16.9.0", "react-is": "^16.10.1",
"react-spinner": "^0.2.7", "react-spinner": "^0.2.7",
"react-stripe-elements": "^5.0.0", "react-stripe-elements": "^5.0.1",
"react-syntax-highlight": "^15.3.1", "react-syntax-highlight": "^15.3.1",
"tohash": "^1.0.2" "tohash": "^1.0.2"
}, },
"devDependencies": { "devDependencies": {
"@applitools/eyes-cypress": "^3.7.5", "@applitools/eyes-cypress": "^3.8.5",
"all-contributors-cli": "^6.9.0", "all-contributors-cli": "^6.9.1",
"babel-eslint": "^10.0.3", "babel-eslint": "^10.0.3",
"cypress": "^3.4.1", "cypress": "^3.4.1",
"eslint": "^6.4.0", "eslint": "^6.4.0",
"eslint-plugin-import": "^2.18.2", "eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.14.3", "eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1", "eslint-plugin-react-hooks": "^2.1.1",
"husky": "^3.0.5", "husky": "^3.0.7",
"lint-staged": "^9.2.5", "lint-staged": "^9.4.0",
"now": "^16.2.0", "now": "^16.2.0",
"now-release": "^0.0.2", "now-release": "^0.0.2",
"wait-on": "^3.3.0" "wait-on": "^3.3.0"

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