Refract/updatecritical (#69)

This commit is contained in:
Carlos Valente
2021-12-18 14:57:07 +01:00
committed by GitHub
parent 2751ed3d33
commit 1e4206fcb2
4 changed files with 4197 additions and 5869 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.21.1",
"axios": "^0.24.0",
"framer-motion": "^4.1.6",
"jotai": "^0.16.5",
"react": "17.0.2",
@@ -21,7 +21,7 @@
"react-query": "^3.13.5",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-scripts": "5.0.0",
"socket.io-client": "^4.3.2",
"typeface-open-sans": "^1.1.13",
"use-fit-text": "^2.4.0",
+8
View File
@@ -0,0 +1,8 @@
module.exports = {
stats: {
// logging: 'warn',
// errors: true,
logging: 'errors',
errors: false,
},
};
+4186 -5866
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ontime",
"version": "0.4.3",
"version": "0.4.4",
"author": "Carlos Valente",
"description": "Time keeping for live events",
"repository": "https://github.com/cpvalente/ontime",