Label studio & sidebar & mobile fixes
This commit is contained in:
parent
9e68be7225
commit
7071f0c64a
18 changed files with 652 additions and 582 deletions
|
|
@ -9,12 +9,12 @@
|
|||
"lint": "eslint index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "7.22.15",
|
||||
"@babel/core": "7.22.17",
|
||||
"@babel/preset-env": "7.22.15",
|
||||
"@babel/preset-typescript": "7.22.15"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.48.0"
|
||||
"eslint": "^8.49.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@rushstack/eslint-patch": "^1.3.3",
|
||||
"@typescript-eslint/eslint-plugin": "^6.6.0",
|
||||
"@typescript-eslint/parser": "^6.6.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
||||
"@typescript-eslint/parser": "^6.7.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-config-xo-space": "^0.34.0",
|
||||
"eslint-plugin-cypress": "^2.14.0",
|
||||
|
|
@ -28,8 +28,8 @@
|
|||
"typescript": "^4.9.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.48.0",
|
||||
"jest": "^29.6.4",
|
||||
"eslint": "^8.49.0",
|
||||
"jest": "^29.7.0",
|
||||
"typescript": "^5.2.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@types/jest": "^29.5.4",
|
||||
"jest": "^29.6.4",
|
||||
"jest": "^29.7.0",
|
||||
"jest-junit": "^16.0.0"
|
||||
},
|
||||
"peerDependencies": {}
|
||||
|
|
|
|||
|
|
@ -9,14 +9,14 @@
|
|||
"@emotion/react": "^11.11.1",
|
||||
"@emotion/server": "^11.11.0",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@fontsource/playfair-display": "^5.0.11",
|
||||
"@fontsource/playfair-display": "^5.0.12",
|
||||
"@fontsource/poppins": "^5.0.8",
|
||||
"@fontsource/roboto": "^5.0.8",
|
||||
"@mui/icons-material": "^5",
|
||||
"@mui/lab": "^5.0.0-alpha.143",
|
||||
"@mui/material": "^5",
|
||||
"@mui/x-data-grid-pro": "^6.12.1",
|
||||
"@mui/x-date-pickers-pro": "^6.12.1",
|
||||
"@mui/x-data-grid-pro": "^6.13.0",
|
||||
"@mui/x-date-pickers-pro": "^6.13.0",
|
||||
"@opensearch-project/opensearch": "^2.3.1",
|
||||
"date-fns": "^2.30.0",
|
||||
"http-proxy-middleware": "^2.0.6",
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
"next-http-proxy-middleware": "^1.2.5",
|
||||
"nodemailer": "^6.9.5",
|
||||
"react": "18.2.0",
|
||||
"react-cookie": "^6.1.0",
|
||||
"react-cookie": "^6.1.1",
|
||||
"react-cookie-consent": "^8.0.1",
|
||||
"react-dom": "18.2.0",
|
||||
"react-iframe": "^1.8.5",
|
||||
|
|
@ -38,12 +38,12 @@
|
|||
"uuid": "^9.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.15",
|
||||
"@types/node": "^20.5.9",
|
||||
"@babel/core": "^7.22.17",
|
||||
"@types/node": "^20.6.0",
|
||||
"@types/react": "18.2.21",
|
||||
"@types/uuid": "^9.0.3",
|
||||
"babel-loader": "^9.1.3",
|
||||
"eslint": "^8.48.0",
|
||||
"eslint": "^8.49.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-next": "^13.4.19",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -56,7 +56,7 @@
|
|||
"lodash": "^4.17.21",
|
||||
"next-auth": "^4.23.1",
|
||||
"pg-promise": "^11.5.4",
|
||||
"pino": "^8.15.0",
|
||||
"pino": "^8.15.1",
|
||||
"pino-pretty": "^10.2.0",
|
||||
"prom-client": "^14.x.x",
|
||||
"uuid": "^9.0.0"
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@
|
|||
"@digiresilience/montar": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.22.15",
|
||||
"@babel/core": "7.22.17",
|
||||
"@babel/preset-env": "7.22.15",
|
||||
"@babel/preset-typescript": "7.22.15",
|
||||
"eslint": "^8.48.0",
|
||||
"eslint": "^8.49.0",
|
||||
"pino-pretty": "^10.2.0",
|
||||
"prettier": "^3.0.3",
|
||||
"ts-node": "^10.9.1",
|
||||
|
|
|
|||
|
|
@ -16,12 +16,12 @@
|
|||
"pg-promise": "^11.5.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.22.15",
|
||||
"@babel/core": "7.22.17",
|
||||
"@babel/preset-env": "7.22.15",
|
||||
"@babel/preset-typescript": "7.22.15",
|
||||
"@types/jest": "^29.5.4",
|
||||
"eslint": "^8.48.0",
|
||||
"jest": "^29.6.4",
|
||||
"eslint": "^8.49.0",
|
||||
"jest": "^29.7.0",
|
||||
"jest-junit": "^16.0.0",
|
||||
"pino-pretty": "^10.2.0",
|
||||
"prettier": "^3.0.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue