Dependency version bumps (#512)

* fix(package): update react-image-crop to version 5.0.0

* dependency version bumps

* prettier to devDeps
main
Michael Fix 6 years ago committed by GitHub
parent 1067ab3429
commit b1ce565b28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,22 +20,21 @@
}, },
"dependencies": { "dependencies": {
"axios": "^0.18.0", "axios": "^0.18.0",
"codemirror": "^5.36.0", "codemirror": "^5.40.2",
"codemirror-graphql": "^0.7.1", "codemirror-graphql": "^0.7.1",
"codemirror-mode-elixir": "^1.1.1", "codemirror-mode-elixir": "^1.1.1",
"dom-to-image": "^2.5.2", "dom-to-image": "^2.5.2",
"downshift": "^2.0.0", "downshift": "^2.2.3",
"dropperx": "0.2.1", "dropperx": "0.2.1",
"graphql": "^0.13.2", "graphql": "^14.0.2",
"highlight.js": "^9.12.0", "highlight.js": "^9.12.0",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"match-sorter": "^2.2.0", "match-sorter": "^2.3.0",
"morphmorph": "^0.1.0", "morphmorph": "^0.1.0",
"ms": "^2.0.0", "ms": "^2.0.0",
"next": "^7.0.0", "next": "^7.0.0",
"next-offline": "^3.0.0", "next-offline": "^3.0.1",
"prettier": "^1.8.1", "react": "^16.5.2",
"react": "16.3.*",
"react-addons-shallow-compare": "^15.6.2", "react-addons-shallow-compare": "^15.6.2",
"react-click-outside": "^3.0.0", "react-click-outside": "^3.0.0",
"react-codemirror2": "^5.1.0", "react-codemirror2": "^5.1.0",
@ -43,8 +42,8 @@
"react-copy-to-clipboard": "^5.0.1", "react-copy-to-clipboard": "^5.0.1",
"react-dnd": "^5.0.0", "react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.0", "react-dnd-html5-backend": "^5.0.0",
"react-dom": "16.3.*", "react-dom": "^16.5.2",
"react-image-crop": "^4.0.0", "react-image-crop": "^6.0.0",
"react-spinner": "^0.2.7", "react-spinner": "^0.2.7",
"react-syntax-highlight": "^15.3.1", "react-syntax-highlight": "^15.3.1",
"resize-observer-polyfill": "^1.5.0", "resize-observer-polyfill": "^1.5.0",
@ -53,16 +52,17 @@
}, },
"devDependencies": { "devDependencies": {
"all-contributors-cli": "^5.0.0", "all-contributors-cli": "^5.0.0",
"babel-eslint": "^10.0.0", "babel-eslint": "^10.0.1",
"cypress": "^3.0.0", "cypress": "^3.0.0",
"eslint": "^5.0.0", "eslint": "^5.6.0",
"eslint-plugin-import": "^2.11.0", "eslint-plugin-import": "^2.11.0",
"eslint-plugin-react": "^7.7.0", "eslint-plugin-react": "^7.7.0",
"hex2rgb": "^2.2.0", "hex2rgb": "^2.2.0",
"husky": "^1.0.0", "husky": "^1.0.1",
"lint-staged": "^7.0.4", "lint-staged": "^7.3.0",
"now": "^11.1.7", "now": "^11.4.6",
"webpack": "^3.10.0" "prettier": "^1.14.3",
"webpack": "^4.20.2"
}, },
"lint-staged": { "lint-staged": {
"*.js": [ "*.js": [

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