update all deps

This commit is contained in:
Thomas Ruoff
2021-02-25 00:13:48 +01:00
parent d4c71c40ca
commit 5754dc3b2c
2 changed files with 132 additions and 354 deletions

View File

@@ -13,20 +13,20 @@
"@types/jest": "^26.0.20",
"autoprefixer": "^10.2.4",
"json-fs-store": "^1.0.1",
"next": "latest",
"next": "^10.0.7",
"postcss": "^8.2.6",
"react": "^16.12.0",
"react": "^17.0.1",
"react-collapsible": "^2.8.3",
"react-dom": "^16.12.0",
"react-dom": "^17.0.1",
"tailwindcss": "^2.0.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/uuid": "^8.3.0",
"typescript": "4.0"
"typescript": "^4.2.2"
},
"license": "MIT"
}