Skip to content

Commit

Permalink
Bumped to latest rc, updated deps, minor fix in date picker
Browse files Browse the repository at this point in the history
  • Loading branch information
ransome1 committed Feb 12, 2025
1 parent a37720f commit 344c982
Show file tree
Hide file tree
Showing 3 changed files with 435 additions and 406 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sleek",
"productName": "sleek",
"version": "2.0.17-rc.2",
"version": "2.0.17-rc.3",
"description": "todo.txt manager for Linux, Windows and MacOS, free and open-source (FOSS)",
"synopsis": "todo.txt manager for Linux, Windows and MacOS, free and open-source (FOSS)",
"keywords": [
Expand Down Expand Up @@ -45,10 +45,10 @@
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^6.4.0",
"@mui/material": "^6.4.0",
"@mui/icons-material": "^6.4.4",
"@mui/material": "^6.4.4",
"@mui/system": "^6.4.0",
"@mui/x-date-pickers": "^7.24.0",
"@mui/x-date-pickers": "^7.26.0",
"chokidar": "^4.0.3",
"dayjs": "^1.11.13",
"electron-store": "^10.0.0",
Expand All @@ -60,30 +60,30 @@
"react-i18next": "^15.3.0",
"react-markdown": "^9.0.1",
"react-string-replace": "^1.1.1",
"remark-gfm": "^4.0.0",
"remark-gfm": "^4.0.1",
"sugar": "^2.0.6"
},
"devDependencies": {
"@electron-toolkit/eslint-config-prettier": "^2.0.0",
"@electron-toolkit/eslint-config-prettier": "^3.0.0",
"@electron-toolkit/eslint-config-ts": "^2.0.0",
"@electron-toolkit/tsconfig": "^1.0.1",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/parser": "^8.20.0",
"@typescript-eslint/parser": "^8.24.0",
"@vitejs/plugin-react": "^4.3.1",
"electron": "^34.0.0",
"electron": "^34.1.1",
"electron-builder": "^25.1.8",
"electron-vite": "^2.3.0",
"eslint": "^8.57.0",
"eslint": "^9.20.1",
"eslint-plugin-react": "^7.34.3",
"material-ui-popup-state": "^5.3.3",
"peggy": "^4.2.0",
"prettier": "^3.3.2",
"prettier": "^3.5.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sass": "^1.83.4",
"sass": "^1.84.0",
"typescript": "^5.5.2",
"vite": "^6.0.7"
"vite": "^6.1.0"
}
}
6 changes: 4 additions & 2 deletions src/renderer/Dialog/DatePicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@
background: Variables.$mid-grey;
}
}
.darkTheme {
}
.darkTheme {
.MuiPickersLayout-root {
button.MuiPickersDay-today {
color: black;
color: Variables.$darker-grey;
}
}
}
Loading

0 comments on commit 344c982

Please sign in to comment.