Upgrade deps (#1123)

* upgrade dev deps

* upgrade minor dependencies

* upgrade downshift

* upgrade React to 17

* upgrade match-sorter

* upgrade firebase
main
Michael Fix 4 years ago committed by GitHub
parent 640590a689
commit 9cf9815bf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
import React from 'react'
import Downshift from 'downshift'
import matchSorter from 'match-sorter'
import { matchSorter } from 'match-sorter'
import VisuallyHidden from '@reach/visually-hidden'
import { Down as ArrowDown } from './svg/Arrows'
import CheckMark from './svg/Checkmark'

@ -1,4 +1,4 @@
import * as firebase from 'firebase/app'
import firebase from 'firebase/app'
import 'firebase/auth'
if (firebase.apps.length === 0) {

@ -17,41 +17,41 @@
"preinstall": "node ./node_modules/use-climate-change-reminder/index.js || exit 0"
},
"dependencies": {
"@next/bundle-analyzer": "^9.5.0",
"@reach/visually-hidden": "^0.10.4",
"@next/bundle-analyzer": "^9.5.5",
"@reach/visually-hidden": "^0.11.1",
"actionsack": "^0.0.13",
"axios": "^0.19.2",
"cm-show-invisibles": "^3.0.1",
"codemirror": "^5.53.2",
"codemirror-graphql": "^0.12.0",
"axios": "^0.21.0",
"cm-show-invisibles": "^3.1.0",
"codemirror": "^5.58.2",
"codemirror-graphql": "^0.12.3",
"codemirror-mode-elixir": "^1.1.2",
"codemirror-solidity": "^0.2.2",
"date-fns": "^2.14.0",
"codemirror-solidity": "^0.2.3",
"date-fns": "^2.16.1",
"dom-to-image": "^2.6.0",
"downshift": "^5.4.5",
"downshift": "^6.0.6",
"dropperx": "^1.0.1",
"eitherx": "^1.0.2",
"email-validator": "^2.0.4",
"escape-goat": "^3.0.0",
"firebase": "^7.17.1",
"graphql": "^15.2.0",
"highlight.js": "^10.1.1",
"firebase": "^8.0.0",
"graphql": "^15.4.0",
"highlight.js": "^10.3.1",
"kind-of": "^6.0.3",
"lodash": "^4.17.19",
"lodash": "^4.17.20",
"lodash.debounce": "^4.0.8",
"lodash.omitby": "^4.6.0",
"match-sorter": "^4.1.0",
"match-sorter": "^5.0.0",
"morphmorph": "^0.1.3",
"ms": "^2.1.2",
"next": "^9.5.4",
"next": "^9.5.5",
"next-offline": "^5.0.2",
"prettier": "^2.0.5",
"react": "^16.13.1",
"prettier": "^2.1.2",
"react": "^17.0.1",
"react-click-outside": "^3.0.0",
"react-codemirror2": "^7.1.0",
"react-color": "^2.18.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-dom": "^17.0.1",
"react-image-crop": "^6.0.16",
"react-mailchimp-subscribe": "^2.1.0",
"react-stripe-elements": "^6.1.2",
@ -60,18 +60,18 @@
"use-climate-change-reminder": "^0.0.7"
},
"devDependencies": {
"@applitools/eyes-cypress": "^3.13.4",
"all-contributors-cli": "^6.17.2",
"@applitools/eyes-cypress": "^3.15.3",
"all-contributors-cli": "^6.19.0",
"babel-eslint": "^10.1.0",
"cypress": "^5.1.0",
"eslint": "^7.9.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.2",
"cypress": "^5.5.0",
"eslint": "^7.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.3.0",
"lint-staged": "^10.3.0",
"now": "^20.1.0",
"lint-staged": "^10.5.0",
"now": "^20.1.2",
"now-release": "^0.0.2",
"wait-on": "^5.2.0"
},

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