Skip to content

Commit

Permalink
Upgrade dependencies (#1824)
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam authored Jun 24, 2024
1 parent 65371a4 commit 0fa7470
Show file tree
Hide file tree
Showing 2 changed files with 544 additions and 416 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"@emotion/styled": "11.11.5",
"@mdi/js": "7.4.47",
"@mdi/react": "1.6.1",
"@mui/icons-material": "5.15.18",
"@mui/material": "5.15.18",
"@mui/icons-material": "5.15.20",
"@mui/material": "5.15.20",
"@octokit/core": "5.1.0",
"@sentry/electron": "4.14.0",
"@superwf/mobx-react-router": "7.4.0",
Expand All @@ -75,13 +75,13 @@
"classnames": "2.5.1",
"color": "4.2.3",
"csstype": "3.1.3",
"darkreader": "4.9.85",
"darkreader": "4.9.86",
"dbus-next": "0.10.2",
"debug": "4.3.4",
"debug": "4.3.5",
"electron-dl": "3.5.2",
"electron-find": "1.0.7",
"electron-react-titlebar": "1.2.1",
"electron-updater": "6.1.8",
"electron-updater": "6.2.1",
"electron-window-state": "5.0.3",
"fast-folder-size": "2.2.0",
"fs-extra": "11.2.0",
Expand All @@ -95,7 +95,7 @@
"macos-version": "5.2.1",
"markdown-to-jsx": "7.4.7",
"minimist": "1.2.8",
"mobx": "6.12.3",
"mobx": "6.12.4",
"mobx-localstorage": "1.2.0",
"mobx-react": "7.6.0",
"mobx-react-form": "6.9.4",
Expand All @@ -118,15 +118,15 @@
"react-modal": "3.16.1",
"react-router-dom": "6.23.1",
"react-sortable-hoc": "2.0.0",
"react-tooltip": "5.26.4",
"react-tooltip": "5.27.0",
"react-topbar-progress-indicator": "4.1.1",
"react-transition-group": "4.4.5",
"route-parser": "0.0.5",
"sanitize-filename": "1.6.3",
"semver": "7.6.2",
"sqlite3": "5.1.6",
"tar": "6.2.1",
"tslib": "2.6.2",
"tslib": "2.6.3",
"useragent-generator": "1.1.1-amkt-22079-finish.0",
"uuid": "9.0.1",
"validator": "13.12.0"
Expand All @@ -143,10 +143,10 @@
"@types/color": "3.0.6",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.4",
"@types/lodash": "4.17.5",
"@types/minimist": "1.2.5",
"@types/ms": "0.7.34",
"@types/node": "20.12.12",
"@types/node": "20.14.8",
"@types/prop-types": "15.7.12",
"@types/react": "18.3.3",
"@types/react-color": "3.0.12",
Expand All @@ -156,7 +156,7 @@
"@types/semver": "7.5.8",
"@types/tar": "6.1.13",
"@types/uuid": "9.0.8",
"@types/validator": "13.11.10",
"@types/validator": "13.12.0",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"all-contributors-cli": "6.26.1",
Expand Down Expand Up @@ -185,10 +185,10 @@
"husky": "9.0.11",
"is-ci": "3.0.1",
"jest": "29.7.0",
"prettier": "3.2.5",
"prettier": "3.3.2",
"preval-build-info": "1.0.3",
"rimraf": "5.0.7",
"simple-git": "3.24.0",
"simple-git": "3.25.0",
"tiny-glob": "0.2.9",
"ts-node": "10.9.2",
"typescript": "5.4.5",
Expand Down Expand Up @@ -228,7 +228,7 @@
},
"optionalDependencies": {
"macos-notification-state": "github:ferdium/macos-notification-state#7d740bcea260feb08197bd210912133e72853d93",
"node-mac-permissions": "2.3.0"
"node-mac-permissions": "2.4.0"
},
"browserslist": [
"last 2 Chrome versions"
Expand Down
Loading

0 comments on commit 0fa7470

Please sign in to comment.