update dev deps

This commit is contained in:
Thomas Ruoff
2020-09-17 23:08:35 +02:00
committed by Thomas Ruoff
parent 8a16f5f1fe
commit 196c9b0e2e
2 changed files with 553 additions and 470 deletions

View File

@@ -20,16 +20,16 @@
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/jest": "^26.0.10",
"@types/jest": "^26.0.14",
"@types/mongoose": "^5.7.36",
"@types/react": "^16.9.48",
"@types/react": "^16.9.49",
"@types/uuid": "^8.3.0",
"babel-jest": "^26.3.0",
"jest": "^26.4.0",
"jest": "^26.4.2",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"swr": "^0.3.0",
"tailwindcss": "^1.6.2",
"swr": "^0.3.2",
"tailwindcss": "^1.8.10",
"typescript": "^4.0.2"
}
}