yarn upgrade --latest

This commit is contained in:
Jannis Mattheis 2020-05-08 12:20:35 +02:00
parent f80c9d2270
commit 1ee817dc2b
2 changed files with 3463 additions and 2841 deletions

View File

@ -9,23 +9,23 @@
"@material-ui/icons": "^4.9.1", "@material-ui/icons": "^4.9.1",
"axios": "^0.19.0", "axios": "^0.19.0",
"codemirror": "^5.43.0", "codemirror": "^5.43.0",
"detect-browser": "^3.0.0", "detect-browser": "^5.1.0",
"js-base64": "^2.5.1", "js-base64": "^2.5.1",
"mobx": "^5.1.1", "mobx": "^5.1.1",
"mobx-react": "^5.2.8", "mobx-react": "^6.2.2",
"mobx-utils": "^5.0.2", "mobx-utils": "^5.0.2",
"notifyjs": "^3.0.0", "notifyjs": "^3.0.0",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",
"react": "^16.4.2", "react": "^16.4.2",
"react-codemirror2": "^5.1.0", "react-codemirror2": "^7.1.0",
"react-dom": "^16.4.2", "react-dom": "^16.4.2",
"react-infinite": "^0.13.0", "react-infinite": "^0.13.0",
"react-markdown": "^4.0.6", "react-markdown": "^4.0.6",
"react-router": "^4.3.1", "react-router": "^5.1.2",
"react-router-dom": "^4.3.1", "react-router-dom": "^5.1.2",
"react-timeago": "^4.1.9", "react-timeago": "^4.1.9",
"remove-markdown": "^0.3.0", "remove-markdown": "^0.3.0",
"typeface-roboto": "0.0.54" "typeface-roboto": "0.0.75"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
@ -38,30 +38,30 @@
"testformat": "prettier \"src/**/*.{ts,tsx}\" --list-different" "testformat": "prettier \"src/**/*.{ts,tsx}\" --list-different"
}, },
"devDependencies": { "devDependencies": {
"@types/codemirror": "0.0.71", "@types/codemirror": "0.0.91",
"@types/detect-browser": "^2.0.1", "@types/detect-browser": "^4.0.0",
"@types/get-port": "^4.0.0", "@types/get-port": "^4.0.0",
"@types/jest": "^23.3.1", "@types/jest": "^25.2.1",
"@types/js-base64": "^2.3.1", "@types/js-base64": "^2.3.1",
"@types/node": "^10.9.0", "@types/node": "^13.13.5",
"@types/notifyjs": "^3.0.0", "@types/notifyjs": "^3.0.0",
"@types/puppeteer": "^2.0.1", "@types/puppeteer": "^2.0.1",
"@types/react": "^16.4.11", "@types/react": "^16.4.11",
"@types/react-dom": "^16.0.7", "@types/react-dom": "^16.0.7",
"@types/react-infinite": "0.0.33", "@types/react-infinite": "0.0.34",
"@types/react-router-dom": "^4.3.0", "@types/react-router-dom": "^5.1.5",
"@types/remove-markdown": "^0.1.1", "@types/remove-markdown": "^0.1.1",
"@types/rimraf": "^2.0.2", "@types/rimraf": "^3.0.0",
"get-port": "^4.0.0", "get-port": "^5.1.1",
"prettier": "^1.14.2", "prettier": "^2.0.5",
"puppeteer": "^3.0.4", "puppeteer": "^3.0.4",
"react-scripts": "3.1.1", "react-scripts": "^3.4.1",
"rimraf": "^2.6.2", "rimraf": "^3.0.2",
"tree-kill": "^1.2.0", "tree-kill": "^1.2.0",
"tslint": "^5.20.0", "tslint": "^6.1.2",
"tslint-sonarts": "^1.7.0", "tslint-sonarts": "^1.7.0",
"typescript": "3.6.2", "typescript": "3.8.3",
"wait-on": "^3.0.1" "wait-on": "^5.0.0"
}, },
"eslintConfig": { "eslintConfig": {
"extends": "react-app" "extends": "react-app"

File diff suppressed because it is too large Load Diff