feat: upgrade minor and bug versions of dependencies

This commit is contained in:
dennis.ludwig
2021-09-28 10:40:18 +02:00
parent 8bf898c486
commit bce561a0ac
11 changed files with 213 additions and 103 deletions

View File

@@ -21,40 +21,41 @@
"build:scripts": "tsc --project tsconfig.scripts.json",
"test": "react-scripts test",
"ts:check": "tsc --noEmit",
"lint": "yarn ts:check"
"lint": "yarn ts:check && eslint src/**/*.tsx"
},
"dependencies": {
"@types/fs-extra": "^9.0.11",
"@types/fs-extra": "^9.0.13",
"@types/marked": "^2.0.3",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.7",
"@types/walk": "^2.3.0",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.0",
"@types/walk": "^2.3.1",
"classnames": "^2.3.1",
"front-matter": "^4.0.2",
"fs-extra": "^10.0.0",
"highlight.js": "^11.0.0",
"highlight.js": "^11.2.0",
"marked": "^2.0.7",
"moment": "^2.29.1",
"query-string": "^7.0.0",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-router-dom": "^5.2.0",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"sass": "^1.34.0",
"typescript": "^4.1.2",
"walk": "^2.3.14"
"sass": "^1.42.1",
"typescript": "4.3.5",
"walk": "^2.3.15"
},
"devDependencies": {
"@testing-library/dom": "^8.6.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"prettier": "^2.3.0"
"lint-staged": "^11.1.2",
"prettier": "^2.4.1"
},
"eslintConfig": {
"extends": [