|
4 | 4 | "author": "PulseSync <contact@pulsesync.dev>", |
5 | 5 | "description": "PulseSync app for desktops", |
6 | 6 | "homepage": "https://pulsesync.dev", |
7 | | - "version": "2.10.2-beta", |
| 7 | + "version": "2.10.3-beta", |
8 | 8 | "main": ".vite/main/index.js", |
9 | 9 | "scripts": { |
10 | 10 | "start": "electron-forge start", |
|
24 | 24 | "keywords": [], |
25 | 25 | "license": "GPL-3.0+", |
26 | 26 | "devDependencies": { |
27 | | - "@aws-sdk/client-s3": "^3.986.0", |
| 27 | + "@aws-sdk/client-s3": "^3.990.0", |
28 | 28 | "@electron-forge/cli": "^7.11.1", |
29 | 29 | "@electron-forge/maker-deb": "^7.11.1", |
30 | 30 | "@electron-forge/maker-dmg": "^7.11.1", |
31 | 31 | "@electron-forge/maker-rpm": "^7.11.1", |
32 | 32 | "@electron-forge/maker-squirrel": "^7.11.1", |
33 | 33 | "@electron-forge/maker-zip": "^7.11.1", |
34 | 34 | "@electron-forge/plugin-vite": "^7.11.1", |
35 | | - "@sentry/vite-plugin": "^4.9.1", |
36 | 35 | "@types/adm-zip": "^0.5.7", |
37 | 36 | "@types/electron": "^1.6.12", |
38 | 37 | "@types/fs-extra": "^11.0.4", |
39 | 38 | "@types/glob": "^9.0.0", |
40 | 39 | "@types/lodash.debounce": "^4.0.9", |
41 | 40 | "@types/node": "^25.2.3", |
42 | 41 | "@types/plist": "^3.0.5", |
43 | | - "@types/react": "^19.2.13", |
| 42 | + "@types/react": "^19.2.14", |
44 | 43 | "@types/react-dom": "^19.2.3", |
45 | 44 | "@types/react-modal": "^3.16.3", |
46 | 45 | "@types/react-transition-group": "^4.4.12", |
|
54 | 53 | "@types/unzipper": "^0.10.11", |
55 | 54 | "@types/uuid": "^11.0.0", |
56 | 55 | "@types/yazl": "^3.3.0", |
57 | | - "@typescript-eslint/eslint-plugin": "^8.55.0", |
58 | | - "@typescript-eslint/parser": "^8.55.0", |
| 56 | + "@typescript-eslint/eslint-plugin": "^8.56.0", |
| 57 | + "@typescript-eslint/parser": "^8.56.0", |
59 | 58 | "@vitejs/plugin-react-swc": "^4.2.3", |
60 | | - "electron": "40.2.1", |
| 59 | + "electron": "40.4.1", |
61 | 60 | "electron-builder": "^26.7.0", |
62 | 61 | "eslint": "^10.0.0", |
63 | 62 | "eslint-plugin-import": "^2.32.0", |
|
80 | 79 | "@emotion/styled": "^11.14.1", |
81 | 80 | "@mui/joy": "^5.0.0-beta.52", |
82 | 81 | "@radix-ui/react-tooltip": "^1.2.8", |
83 | | - "@reduxjs/toolkit": "^2.11.2", |
84 | | - "@sentry/electron": "^7.7.1", |
85 | 82 | "@xhayper/discord-rpc": "^1.3.0", |
86 | 83 | "acorn": "^8.15.0", |
87 | 84 | "acorn-walk": "^8.3.4", |
|
98 | 95 | "formik": "^2.4.9", |
99 | 96 | "framer-motion": "^12.34.0", |
100 | 97 | "fs-extra": "^11.3.3", |
101 | | - "glob": "^13.0.1", |
| 98 | + "glob": "^13.0.3", |
102 | 99 | "graphql": "^16.12.0", |
103 | 100 | "graphql-ws": "^6.0.7", |
104 | | - "i18next": "^25.8.4", |
| 101 | + "i18next": "^25.8.10", |
105 | 102 | "lodash.debounce": "^4.0.8", |
106 | 103 | "log4js": "^6.9.1", |
107 | 104 | "net": "^1.0.2", |
|
115 | 112 | "react-loading-skeleton": "^3.5.0", |
116 | 113 | "react-markdown": "^10.1.0", |
117 | 114 | "react-modal": "^3.16.3", |
118 | | - "react-redux": "^9.2.0", |
119 | 115 | "react-router-dom": "^7.13.0", |
120 | 116 | "react-transition-group": "^4.4.5", |
121 | 117 | "rehype-raw": "^7.0.0", |
|
129 | 125 | "source-map-support": "^0.5.21", |
130 | 126 | "stream-browserify": "^3.0.0", |
131 | 127 | "string-similarity": "^4.0.4", |
132 | | - "systeminformation": "^5.30.7", |
133 | | - "tar": "^7.5.7", |
| 128 | + "systeminformation": "^5.31.0", |
| 129 | + "tar": "^7.5.9", |
134 | 130 | "url": "^0.11.4", |
135 | 131 | "uuid": "^13.0.0", |
136 | 132 | "yaml": "^2.8.2", |
|
146 | 142 | "forge": "./forge.config.ts" |
147 | 143 | }, |
148 | 144 | "buildInfo": { |
149 | | - "VERSION": "2.10.2-beta", |
150 | | - "BRANCH": "897313a", |
151 | | - "BUILD_TIME": "10.02.2026, 18:09:31" |
| 145 | + "VERSION": "2.10.3-beta", |
| 146 | + "BRANCH": "1247fa6", |
| 147 | + "BUILD_TIME": "16.02.2026, 21:24:59" |
152 | 148 | }, |
153 | 149 | "optionalDependencies": { |
154 | 150 | "bufferutil": "^4.1.0", |
|
0 commit comments