Skip to content

Commit

Permalink
upgrade pnpm, electron and other deps (#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam authored Feb 10, 2024
1 parent baa2b62 commit 83a1325
Show file tree
Hide file tree
Showing 4 changed files with 573 additions and 552 deletions.
1 change: 1 addition & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ mac:
extendInfo:
NSCameraUsageDescription: "This app requires camera access for video chats"
NSMicrophoneUsageDescription: "This app requires microphone access for voice chats"
NSFocusStatusUsageDescription: "This app requires focus access for DND functionality"

win:
artifactName: "${productName}-${os}-Installer-${version}-${arch}.${ext}"
Expand Down
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"private": true,
"engines": {
"node": "20.11.0",
"pnpm": "8.14.1"
"pnpm": "8.15.1"
},
"engine-strict": true,
"volta": {
"node": "20.11.0",
"pnpm": "8.14.1"
"pnpm": "8.15.1"
},
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@8.15.1",
"scripts": {
"prepare": "is-ci || husky install",
"start": "electron ./build",
Expand Down Expand Up @@ -63,25 +63,25 @@
"@adonisjs/session": "1.1.0",
"@adonisjs/shield": "1.1.0",
"@adonisjs/validator": "5.1.0",
"@electron/remote": "2.1.1",
"@electron/remote": "2.1.2",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@krisdages/electron-process-manager": "3.0.0",
"@mdi/js": "7.3.67",
"@mdi/js": "7.4.47",
"@mdi/react": "1.6.1",
"@mui/icons-material": "5.14.19",
"@mui/material": "5.14.19",
"@octokit/core": "5.0.2",
"@mui/icons-material": "5.15.9",
"@mui/material": "5.15.9",
"@octokit/core": "5.1.0",
"@sentry/electron": "4.14.0",
"@superwf/mobx-react-router": "7.4.0",
"auto-launch": "5.0.6",
"classnames": "2.3.2",
"classnames": "2.5.1",
"color": "4.2.3",
"csstype": "3.1.3",
"darkreader": "4.9.75",
"darkreader": "4.9.77",
"dbus-next": "0.10.2",
"debug": "4.3.4",
"electron-dl": "3.5.1",
"electron-dl": "3.5.2",
"electron-find": "1.0.7",
"electron-react-titlebar": "1.2.1",
"electron-updater": "6.1.7",
Expand All @@ -96,13 +96,13 @@
"languagedetect": "2.0.0",
"lodash": "4.17.21",
"macos-version": "5.2.1",
"markdown-to-jsx": "7.3.2",
"markdown-to-jsx": "7.4.1",
"minimist": "1.2.8",
"mobx": "6.12.0",
"mobx-localstorage": "1.2.0",
"mobx-react": "7.6.0",
"mobx-react-form": "6.6.0",
"moment": "2.29.4",
"mobx-react-form": "6.9.3",
"moment": "2.30.1",
"ms": "2.1.3",
"normalize-url": "6.1.0",
"os-name": "4.0.1",
Expand All @@ -115,18 +115,18 @@
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-electron-web-view": "2.0.1",
"react-intl": "6.5.5",
"react-intl": "6.6.2",
"react-jss": "10.10.0",
"react-loader-spinner": "5.4.5",
"react-modal": "3.16.1",
"react-router-dom": "6.20.1",
"react-router-dom": "6.22.0",
"react-sortable-hoc": "2.0.0",
"react-tooltip": "5.24.0",
"react-tooltip": "5.26.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.5.4",
"semver": "7.6.0",
"sqlite3": "5.1.6",
"tar": "6.2.0",
"tslib": "2.6.2",
Expand All @@ -136,37 +136,37 @@
},
"devDependencies": {
"@biomejs/biome": "1.4.1",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@electron/notarize": "1.2.3",
"@formatjs/cli": "6.2.4",
"@formatjs/cli": "6.2.7",
"@jest/types": "29.6.3",
"@types/auto-launch": "5.0.5",
"@types/color": "3.0.6",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.11",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.202",
"@types/minimist": "1.2.5",
"@types/ms": "0.7.34",
"@types/node": "20.11.0",
"@types/node": "20.11.17",
"@types/prop-types": "15.7.11",
"@types/react": "18.2.47",
"@types/react": "18.2.55",
"@types/react-color": "3.0.11",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"@types/react-loader": "2.4.8",
"@types/react-transition-group": "4.4.10",
"@types/route-parser": "0.1.7",
"@types/semver": "7.5.6",
"@types/tar": "6.1.10",
"@types/uuid": "9.0.7",
"@types/validator": "13.11.8",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@types/tar": "6.1.11",
"@types/uuid": "9.0.8",
"@types/validator": "13.11.9",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"all-contributors-cli": "6.26.1",
"chalk": "5.3.0",
"concurrently": "8.2.2",
"cross-env": "7.0.3",
"electron": "28.1.3",
"electron": "28.2.2",
"electron-builder": "24.9.1",
"esbuild": "0.16.17",
"esbuild-plugin-copy": "2.1.1",
Expand All @@ -185,10 +185,10 @@
"eslint-plugin-sonar": "0.12.0",
"eslint-plugin-unicorn": "50.0.1",
"gulp-livereload": "4.0.2",
"husky": "8.0.3",
"husky": "9.0.10",
"is-ci": "3.0.1",
"jest": "29.7.0",
"prettier": "3.2.1",
"prettier": "3.2.5",
"preval-build-info": "1.0.3",
"rimraf": "5.0.5",
"simple-git": "3.22.0",
Expand Down
Loading

0 comments on commit 83a1325

Please sign in to comment.