Skip to content
Snippets Groups Projects
Commit 243e7ec7 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore(deps): upgrade libraries

parent cc1f73b1
No related branches found
No related tags found
2 merge requests!167chore(release): Ecolyo 3.1.0,!161chore(deps): upgrade libraries
Pipeline #104871 passed
...@@ -26,12 +26,12 @@ ...@@ -26,12 +26,12 @@
] ]
}, },
"dependencies": { "dependencies": {
"@emotion/react": "^11.11.1", "@emotion/react": "^11.13.0",
"@emotion/styled": "^11.11.0", "@emotion/styled": "^11.13.0",
"@mui/lab": "^5.0.0-alpha.144", "@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.15.21", "@mui/material": "^5.16.5",
"@mui/styles": "^5.15.21", "@mui/styles": "^5.16.5",
"@tanstack/react-query": "^5.49.2", "@tanstack/react-query": "^5.51.11",
"@types/draft-js": "^0.11.4", "@types/draft-js": "^0.11.4",
"@types/draftjs-to-html": "^0.8.1", "@types/draftjs-to-html": "^0.8.1",
"@types/html-to-draftjs": "^1.4.0", "@types/html-to-draftjs": "^1.4.0",
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
"ag-grid-community": "^31.3.1", "ag-grid-community": "^31.3.1",
"ag-grid-react": "^31.3.1", "ag-grid-react": "^31.3.1",
"axios": "^1.7.2", "axios": "^1.7.2",
"dayjs": "^1.11.11", "dayjs": "^1.11.12",
"draft-js": "^0.11.7", "draft-js": "^0.11.7",
"draft-js-export-html": "^1.4.1", "draft-js-export-html": "^1.4.1",
"draftjs-to-html": "^0.9.1", "draftjs-to-html": "^0.9.1",
...@@ -50,26 +50,26 @@ ...@@ -50,26 +50,26 @@
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"react-draft-wysiwyg": "^1.15.0", "react-draft-wysiwyg": "^1.15.0",
"react-router-dom": "^6.24.0", "react-router-dom": "^6.25.1",
"react-toastify": "^10.0.0", "react-toastify": "^10.0.0",
"sass": "^1.77.6", "sass": "^1.77.8",
"typescript": "^5.5.2", "typescript": "^5.5.4",
"vite": "^5.3.2", "vite": "^5.3.5",
"vite-plugin-svgr": "^4.0.0", "vite-plugin-svgr": "^4.0.0",
"vite-tsconfig-paths": "^4.2.1", "vite-tsconfig-paths": "^4.2.1",
"web-vitals": "^3.0.0" "web-vitals": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.14.9", "@types/node": "^20.14.12",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.14.1", "@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.14.1", "@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-basic-ssl": "^1.0.1", "@vitejs/plugin-basic-ssl": "^1.0.1",
"eslint": "^8.49.0", "eslint": "^8.49.0",
"eslint-plugin-react": "7.34.3", "eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.3.2", "prettier": "^3.3.3",
"prettier-eslint": "^16.0.0" "prettier-eslint": "^16.0.0"
} }
} }
...@@ -14,11 +14,11 @@ ...@@ -14,11 +14,11 @@
left: -2rem; left: -2rem;
} }
.text { .text {
@include text-large();
color: white; color: white;
font-weight: 600; font-weight: 600;
min-width: 150px; min-width: 150px;
text-align: center; text-align: center;
@include text-large();
} }
.arrow { .arrow {
cursor: pointer; cursor: pointer;
......
...@@ -49,30 +49,30 @@ $main-spacing: 4px; ...@@ -49,30 +49,30 @@ $main-spacing: 4px;
@include baseButton(); @include baseButton();
} }
.btnCancel { .btnCancel {
@include baseButton();
background: $text-grey; background: $text-grey;
color: $dark-light; color: $dark-light;
opacity: 0.7; opacity: 0.7;
@include baseButton();
&:hover { &:hover {
background: darken($text-grey, 20%); background: darken($text-grey, 20%);
} }
} }
.btnCancel2 { .btnCancel2 {
@include baseButton();
border: 1px solid $text-dark; border: 1px solid $text-dark;
background: transparent; background: transparent;
color: white; color: white;
@include baseButton();
&:hover { &:hover {
background: darken($grey-dark, 5%); background: darken($grey-dark, 5%);
} }
} }
.btnDelete { .btnDelete {
@include baseButton();
display: inline-block; display: inline-block;
margin-left: auto; margin-left: auto;
background: $grey-dark; background: $grey-dark;
color: $gold; color: $gold;
border: 1px solid $text-dark; border: 1px solid $text-dark;
@include baseButton();
&:hover { &:hover {
background: $dark-light; background: $dark-light;
color: $text-grey; color: $text-grey;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment