Upgrade dependencies (#942)

* upgrade dev deps

* upgrade minor deps

* upgrade major deps

* remove git add from lint-staged
main
Michael Fix 5 years ago committed by GitHub
parent 235b38eb63
commit fd5c0cffd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,30 +17,30 @@
"cy:open": "cypress open" "cy:open": "cypress open"
}, },
"dependencies": { "dependencies": {
"@next/bundle-analyzer": "^9.1.7", "@next/bundle-analyzer": "^9.2.1",
"@reach/visually-hidden": "^0.7.2", "@reach/visually-hidden": "^0.7.4",
"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.50.2", "codemirror": "^5.51.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.1", "codemirror-solidity": "^0.2.2",
"date-fns": "^2.9.0", "date-fns": "^2.9.0",
"dom-to-image": "^2.6.0", "dom-to-image": "^2.6.0",
"downshift": "^4.0.4", "downshift": "^4.0.8",
"dropperx": "^1.0.1", "dropperx": "^1.0.1",
"eitherx": "^1.0.2", "eitherx": "^1.0.2",
"escape-goat": "^2.1.1", "escape-goat": "^3.0.0",
"firebase": "^7.6.2", "firebase": "^7.7.0",
"graphql": "^14.5.8", "graphql": "^14.6.0",
"highlight.js": "^9.17.1", "highlight.js": "^9.18.0",
"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-canary.7", "next": "^9.2.1",
"next-offline": "^4.0.6", "next-offline": "^4.0.6",
"prettier": "^1.19.1", "prettier": "^1.19.1",
"react": "^16.12.0", "react": "^16.12.0",
@ -58,20 +58,20 @@
"tohash": "^1.0.2" "tohash": "^1.0.2"
}, },
"devDependencies": { "devDependencies": {
"@applitools/eyes-cypress": "^3.9.4", "@applitools/eyes-cypress": "^3.9.7",
"all-contributors-cli": "^6.12.0", "all-contributors-cli": "^6.13.0",
"babel-eslint": "^10.0.3", "babel-eslint": "^10.0.3",
"cypress": "^3.8.2", "cypress": "^3.8.3",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.0", "eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.17.0", "eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^2.3.0", "eslint-plugin-react-hooks": "^2.3.0",
"husky": "^4.0.7", "husky": "^4.2.1",
"lint-staged": "^9.5.0", "lint-staged": "^10.0.4",
"now": "^16.7.3", "now": "^16.7.3",
"now-release": "^0.0.2", "now-release": "^0.0.2",
"wait-on": "^3.3.0" "wait-on": "^4.0.0"
}, },
"engines": { "engines": {
"node": "12.x" "node": "12.x"
@ -79,12 +79,10 @@
"lint-staged": { "lint-staged": {
"*.js": [ "*.js": [
"npm run lint", "npm run lint",
"prettier --config .prettierrc --write", "prettier --config .prettierrc --write"
"git add"
], ],
".all-contributorsrc": [ ".all-contributorsrc": [
"npm run contrib:build", "npm run contrib:build"
"git add"
] ]
}, },
"greenkeeper": { "greenkeeper": {

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