Upgrade dependencies (#1374)

* upgrade dev deps

* update minor deps
main
Mike Fix 3 years ago committed by GitHub
parent 3205105de4
commit 031edd9835
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.65.1' const CODEMIRROR_VERSION = '5.65.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']

@ -34,27 +34,27 @@
"axios": "^0.27.2", "axios": "^0.27.2",
"chrome-aws-lambda": "^8.0.2", "chrome-aws-lambda": "^8.0.2",
"cm-show-invisibles": "^3.1.0", "cm-show-invisibles": "^3.1.0",
"codemirror": "5.65.1", "codemirror": "5.65.3",
"codemirror-graphql": "^1.2.11", "codemirror-graphql": "^1.3.0",
"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.27.0", "date-fns": "^2.28.0",
"downshift": "^6.1.7", "downshift": "^6.1.7",
"dropperx": "^1.0.1", "dropperx": "^1.0.1",
"eitherx": "^1.0.3", "eitherx": "^1.0.3",
"email-validator": "^2.0.4", "email-validator": "^2.0.4",
"escape-goat": "^4.0.0", "escape-goat": "^4.0.0",
"firebase": "^8.9.1", "firebase": "^8.9.1",
"graphql": "^16.1.0", "graphql": "^16.5.0",
"highlight.js": "^10.7.2", "highlight.js": "^10.7.2",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"lodash.omitby": "^4.6.0", "lodash.omitby": "^4.6.0",
"match-sorter": "^6.3.1", "match-sorter": "^6.3.1",
"morphmorph": "^0.1.3", "morphmorph": "^0.1.3",
"ms": "^2.1.3", "ms": "^2.1.3",
"next": "^12.1.0", "next": "^12.1.6",
"next-pwa": "^5.4.4", "next-pwa": "^5.5.2",
"prettier": "^2.5.1", "prettier": "^2.6.2",
"puppeteer-core": "^9.0.0", "puppeteer-core": "^9.0.0",
"react": "^17.0.2", "react": "^17.0.2",
"react-click-outside": "^3.0.0", "react-click-outside": "^3.0.0",
@ -65,20 +65,20 @@
"tohash": "^1.0.2" "tohash": "^1.0.2"
}, },
"devDependencies": { "devDependencies": {
"@applitools/eyes-cypress": "^3.23.6", "@applitools/eyes-cypress": "^3.25.7",
"all-contributors-cli": "^6.20.0", "all-contributors-cli": "^6.20.0",
"cypress": "^9.3.1", "cypress": "^9.6.1",
"eslint": "^8.7.0", "eslint": "^8.15.0",
"eslint-config-next": "^12.0.8", "eslint-config-next": "^12.1.6",
"eslint-plugin-import": "^2.25.4", "eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0", "eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-react-hooks": "^4.5.0",
"husky": "^4.3.8", "husky": "^4.3.8",
"lint-staged": "^11.2.3", "lint-staged": "^11.2.3",
"now-release": "^0.0.2", "now-release": "^0.0.2",
"vercel": "^23.1.2", "vercel": "^24.2.3",
"wait-on": "^6.0.0" "wait-on": "^6.0.1"
}, },
"resolutions": { "resolutions": {
"@grpc/grpc-js": "^1.6.7", "@grpc/grpc-js": "^1.6.7",
@ -86,7 +86,6 @@
"glob-parent": "^6.0.2", "glob-parent": "^6.0.2",
"kind-of": "^6.0.3", "kind-of": "^6.0.3",
"lodash": "^4.17.2", "lodash": "^4.17.2",
"node-fetch": "^2.6.7",
"serialize-javascript": "^6.0.0", "serialize-javascript": "^6.0.0",
"sharp": "^0.30.4" "sharp": "^0.30.4"
}, },

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