Upgrade deps (#1140)

* upgrade dev deps

* upgrade codemirror
main
Michael Fix 4 years ago committed by GitHub
parent 886e020fc7
commit 3be5cfa073
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.2' const CODEMIRROR_VERSION = '5.58.3'
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,13 +29,13 @@
"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.0.0", "@next/bundle-analyzer": "^10.0.3",
"@reach/visually-hidden": "^0.11.1", "@reach/visually-hidden": "^0.12.0",
"actionsack": "^0.0.13", "actionsack": "^0.0.13",
"axios": "^0.21.0", "axios": "^0.21.0",
"cm-show-invisibles": "^3.1.0", "cm-show-invisibles": "^3.1.0",
"codemirror": "5.58.2", "codemirror": "5.58.3",
"codemirror-graphql": "^0.12.3", "codemirror-graphql": "^0.12.4",
"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.16.1", "date-fns": "^2.16.1",
@ -45,23 +45,23 @@
"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.0.0", "firebase": "^8.1.1",
"graphql": "^15.4.0", "graphql": "^15.4.0",
"highlight.js": "^10.3.1", "highlight.js": "^10.4.0",
"kind-of": "^6.0.3", "kind-of": "^6.0.3",
"lodash": "^4.17.20", "lodash": "^4.17.20",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"lodash.omitby": "^4.6.0", "lodash.omitby": "^4.6.0",
"match-sorter": "^5.0.0", "match-sorter": "^6.0.1",
"morphmorph": "^0.1.3", "morphmorph": "^0.1.3",
"ms": "^2.1.2", "ms": "^2.1.2",
"next": "^10.0.0", "next": "^10.0.3",
"next-offline": "^5.0.2", "next-offline": "^5.0.3",
"prettier": "^2.1.2", "prettier": "^2.2.1",
"react": "^17.0.1", "react": "^17.0.1",
"react-click-outside": "^3.0.0", "react-click-outside": "^3.0.0",
"react-codemirror2": "^7.2.1", "react-codemirror2": "^7.2.1",
"react-color": "^2.18.1", "react-color": "^2.19.3",
"react-copy-to-clipboard": "^5.0.2", "react-copy-to-clipboard": "^5.0.2",
"react-dom": "^17.0.1", "react-dom": "^17.0.1",
"react-image-crop": "^6.0.16", "react-image-crop": "^6.0.16",
@ -74,18 +74,18 @@
"yargs-parser": "^20.2.4" "yargs-parser": "^20.2.4"
}, },
"devDependencies": { "devDependencies": {
"@applitools/eyes-cypress": "^3.15.3", "@applitools/eyes-cypress": "^3.16.1",
"all-contributors-cli": "^6.19.0", "all-contributors-cli": "^6.19.0",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"cypress": "^5.5.0", "cypress": "^6.0.1",
"eslint": "^7.12.0", "eslint": "^7.14.0",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5", "eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.3.0", "husky": "^4.3.0",
"lint-staged": "^10.5.0", "lint-staged": "^10.5.2",
"now": "^20.1.2", "now": "^21.0.1",
"now-release": "^0.0.2", "now-release": "^0.0.2",
"wait-on": "^5.2.0" "wait-on": "^5.2.0"
}, },

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