updated dependencies
This commit is contained in:
parent
ba6fc1b3de
commit
c240684618
2 changed files with 178 additions and 127 deletions
|
@ -24,13 +24,13 @@
|
|||
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
||||
"@fortawesome/react-fontawesome": "^0.1.14",
|
||||
"@testing-library/jest-dom": "^5.14.1",
|
||||
"@testing-library/react": "^11.2.7",
|
||||
"@testing-library/user-event": "^13.1.9",
|
||||
"date-fns": "^2.22.1",
|
||||
"@testing-library/react": "^12.0.0",
|
||||
"@testing-library/user-event": "^13.2.1",
|
||||
"date-fns": "^2.23.0",
|
||||
"gray-matter": "^4.0.3",
|
||||
"local-storage-fallback": "^4.1.2",
|
||||
"markdown-toc": "^1.2.0",
|
||||
"marked": "^2.1.1",
|
||||
"marked": "^2.1.3",
|
||||
"query-string": "^7.0.1",
|
||||
"react": "^17.0.2",
|
||||
"react-date-range": "^1.3.0",
|
||||
|
@ -41,24 +41,24 @@
|
|||
"react-scripts": "^4.0.3",
|
||||
"react-tooltip": "^4.2.21",
|
||||
"styled-components": "^5.3.0",
|
||||
"web-vitals": "^2.0.1"
|
||||
"web-vitals": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.23",
|
||||
"@types/node": "^15.12.4",
|
||||
"@types/react": "^17.0.11",
|
||||
"@types/react-dom": "^17.0.8",
|
||||
"@types/styled-components": "^5.1.10",
|
||||
"@typescript-eslint/eslint-plugin": "^4.28.0",
|
||||
"@typescript-eslint/parser": "^4.28.0",
|
||||
"eslint": "^7.29.0",
|
||||
"@types/jest": "^26.0.24",
|
||||
"@types/node": "^16.4.3",
|
||||
"@types/react": "^17.0.15",
|
||||
"@types/react-dom": "^17.0.9",
|
||||
"@types/styled-components": "^5.1.11",
|
||||
"@typescript-eslint/eslint-plugin": "^4.28.4",
|
||||
"@typescript-eslint/parser": "^4.28.4",
|
||||
"eslint": "^7.31.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-json": "^3.0.0",
|
||||
"eslint-plugin-react": "^7.24.0",
|
||||
"prettier": "^2.3.1",
|
||||
"ts-node": "^10.0.0",
|
||||
"prettier": "^2.3.2",
|
||||
"ts-node": "^10.1.0",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"typescript": "^4.3.4"
|
||||
"typescript": "^4.3.5"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue