Upgrade deps (#1218)

* upgrade dev deps

* upgrade minor deps

* upgrade codemirror
main
Michael Fix 4 years ago committed by GitHub
parent 4c639a2872
commit 67106603e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ import Reset from './style/Reset'
import Font from './style/Font' import Font from './style/Font'
import Typography from './style/Typography' import Typography from './style/Typography'
const CODEMIRROR_VERSION = '5.58.3' const CODEMIRROR_VERSION = '5.61.1'
export const HIGHLIGHTS_ONLY = ['shades-of-purple', 'vscode', 'a11y-dark'] export const HIGHLIGHTS_ONLY = ['shades-of-purple', 'vscode', 'a11y-dark']
const LOCAL_STYLESHEETS = ['one-light', 'one-dark', 'verminal', 'night-owl', 'nord', 'synthwave-84'] const LOCAL_STYLESHEETS = ['one-light', 'one-dark', 'verminal', 'night-owl', 'nord', 'synthwave-84']

@ -29,23 +29,23 @@
"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.1.3", "@next/bundle-analyzer": "^10.2.2",
"@reach/visually-hidden": "^0.15.0", "@reach/visually-hidden": "^0.15.0",
"actionsack": "^0.0.13", "actionsack": "^0.0.14",
"axios": "^0.21.1", "axios": "^0.21.1",
"cm-show-invisibles": "^3.1.0", "cm-show-invisibles": "^3.1.0",
"codemirror": "5.61.0", "codemirror": "5.61.1",
"codemirror-graphql": "^1.0.1", "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.21.1", "date-fns": "^2.21.3",
"dom-to-image": "^2.6.0", "dom-to-image": "^2.6.0",
"downshift": "^6.1.3", "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.4.1", "firebase": "^8.6.2",
"graphql": "^15.5.0", "graphql": "^15.5.0",
"highlight.js": "^10.7.2", "highlight.js": "^10.7.2",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
@ -53,9 +53,9 @@
"match-sorter": "^6.3.0", "match-sorter": "^6.3.0",
"morphmorph": "^0.1.3", "morphmorph": "^0.1.3",
"ms": "^2.1.3", "ms": "^2.1.3",
"next": "^10.1.3", "next": "^10.2.2",
"next-offline": "^5.0.5", "next-offline": "^5.0.5",
"prettier": "^2.2.1", "prettier": "^2.3.0",
"react": "^17.0.2", "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",
@ -67,17 +67,17 @@
"use-climate-change-reminder": "^0.0.7" "use-climate-change-reminder": "^0.0.7"
}, },
"devDependencies": { "devDependencies": {
"@applitools/eyes-cypress": "^3.21.0", "@applitools/eyes-cypress": "^3.21.1",
"all-contributors-cli": "^6.20.0", "all-contributors-cli": "^6.20.0",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"cypress": "^7.1.0", "cypress": "^7.3.0",
"eslint": "^7.24.0", "eslint": "^7.27.0",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.23.3",
"eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2", "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.4", "lint-staged": "^11.0.0",
"now": "^21.0.1", "now": "^21.0.1",
"now-release": "^0.0.2", "now-release": "^0.0.2",
"wait-on": "^5.3.0" "wait-on": "^5.3.0"

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