Feat/table (#105)

* feat/table add react-table
* feat/table add protected table route
* feat/table upgrade dependencies
* feat/table support parsing of new properties

Co-authored-by: DeepSource Bot <bot@deepsource.io>
This commit is contained in:
Carlos Valente
2022-04-09 22:05:56 +02:00
committed by GitHub
parent 8841a02754
commit 67ddcd8c68
146 changed files with 7423 additions and 5780 deletions
+7 -7
View File
@@ -2,17 +2,17 @@
"name": "ontime-server",
"type": "module",
"dependencies": {
"body-parser": "~1.19.0",
"dotenv": "^10.0.0",
"express": "~4.17.1",
"body-parser": "1.19.1",
"dotenv": "^16.0.0",
"express": "^4.17.2",
"express-session": "~1.17.1",
"lowdb": "3.0.0",
"multer": "^1.4.4",
"nanoid": "^3.1.30",
"node-osc": "6.1.11",
"node-xlsx": "^0.17.2",
"nanoid": "^3.2.0",
"node-osc": "6.1.12",
"node-xlsx": "^0.21.0",
"ontime-utils": "link: ../server/utils/",
"passport": "~0.4.1",
"passport": "^0.5.2",
"passport-local": "~1.0.0",
"socket.io": "^4.4.1",
"universal-analytics": "^0.4.23"