|
12 | 12 | "make": "electron-forge make", |
13 | 13 | "publish": "electron-forge publish", |
14 | 14 | "lint": "biome lint ./src", |
15 | | - "safeFix": "biome check --write ./src", |
16 | | - "unsafeFix": "biome check --write-unsafe ./src", |
| 15 | + "safeFix": "biome check --fix ./src", |
| 16 | + "unsafeFix": "biome check --fix --unsafe ./src", |
17 | 17 | "test": "npm run testFrontend && npm run testBackend", |
18 | 18 | "testFrontend": "vitest run --config vite.renderer.config.ts --dir src/__tests__/react", |
19 | 19 | "testBackend": "vitest run --config vite.main.config.ts --dir src/__tests__/node", |
|
27 | 27 | "docs:nodeSpec": "typedoc --plugin typedoc-plugin-markdown --name \"Node Spec examples\" --readme src/common/index.md --entryDocument index.md --out docs src/common/*" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | | - "@biomejs/biome": "^1.8.3", |
| 30 | + "@biomejs/biome": "^1.9.0", |
31 | 31 | "@electron-forge/cli": "^7.4.0", |
32 | 32 | "@electron-forge/maker-deb": "^7.4.0", |
33 | 33 | "@electron-forge/maker-dmg": "^7.4.0", |
|
49 | 49 | "@storybook/react-vite": "^8.3.0", |
50 | 50 | "@storybook/test": "^8.3.0", |
51 | 51 | "@storybook/theming": "^8.0.8", |
52 | | - "@testing-library/react": "^14.0.0", |
| 52 | + "@testing-library/react": "^16.0.1", |
53 | 53 | "@testing-library/webdriverio": "^3.2.1", |
54 | 54 | "@types/du": "^1.0.3", |
55 | | - "@types/mixpanel-browser": "^2.47.3", |
56 | | - "@types/node": "20.12.7", |
| 55 | + "@types/mixpanel-browser": "^2.50.0", |
| 56 | + "@types/node": "^22.5.4", |
57 | 57 | "@types/pidusage": "^2.0.5", |
58 | | - "@types/react": "^18.2.74", |
59 | | - "@types/react-dom": "^18.2.24", |
| 58 | + "@types/react": "^18.3.5", |
| 59 | + "@types/react-dom": "^18.3.0", |
60 | 60 | "@types/throttle-debounce": "^5.0.0", |
61 | | - "@types/uuid": "^9.0.3", |
62 | | - "@vanilla-extract/vite-plugin": "^4.0.9", |
| 61 | + "@types/uuid": "^10.0.0", |
| 62 | + "@vanilla-extract/vite-plugin": "^4.0.15", |
63 | 63 | "@wdio/cli": "^9.0.9", |
64 | 64 | "@wdio/local-runner": "^9.0.9", |
65 | 65 | "@wdio/mocha-framework": "^9.0.8", |
|
69 | 69 | "electron-devtools-installer": "^3.2.0", |
70 | 70 | "electron-extension-installer": "^1.2.0", |
71 | 71 | "electron-mock-ipc": "^0.3.12", |
72 | | - "happy-dom": "^14.7.1", |
73 | | - "husky": "^9.0.11", |
| 72 | + "happy-dom": "^15.7.4", |
| 73 | + "husky": "^9.1.6", |
74 | 74 | "storybook": "^8.3.0", |
75 | 75 | "ts-node": "^10.9.2", |
76 | | - "typedoc": "^0.25.13", |
77 | | - "typedoc-plugin-markdown": "^3.17.1", |
| 76 | + "typedoc": "^0.26.7", |
| 77 | + "typedoc-plugin-markdown": "^4.2.7", |
78 | 78 | "typescript": "^4.5.4", |
79 | 79 | "vite": "^5.4.5", |
80 | 80 | "vite-plugin-svgr": "^4.2.0", |
|
83 | 83 | "wdio-wait-for": "^3.0.11" |
84 | 84 | }, |
85 | 85 | "dependencies": { |
86 | | - "@reduxjs/toolkit": "^2.2.3", |
87 | | - "@sentry/electron": "^4.10.0", |
88 | | - "@vanilla-extract/css": "^1.14.2", |
| 86 | + "@reduxjs/toolkit": "^2.2.7", |
| 87 | + "@sentry/electron": "^5.4.0", |
| 88 | + "@vanilla-extract/css": "^1.15.5", |
89 | 89 | "@vscode/sudo-prompt": "^9.3.1", |
90 | 90 | "await-sleep": "0.0.1", |
91 | 91 | "check-disk-space": "^3.4.0", |
92 | | - "cron": "^3.1.4", |
| 92 | + "cron": "^3.1.7", |
93 | 93 | "docker-cli-js": "^2.10.0", |
94 | 94 | "dotenv": "^16.0.3", |
95 | 95 | "du": "^1.0.0", |
|
98 | 98 | "electron-store": "^8.1.0", |
99 | 99 | "highcharts": "^11.4.8", |
100 | 100 | "highcharts-react-official": "^3.2.1", |
101 | | - "i18next": "^23.11.2", |
102 | | - "i18next-browser-languagedetector": "^7.0.1", |
| 101 | + "i18next": "^23.15.1", |
| 102 | + "i18next-browser-languagedetector": "^8.0.0", |
103 | 103 | "i18next-cli-language-detector": "^1.1.8", |
104 | 104 | "iconv-lite": "^0.6.3", |
105 | | - "mixpanel-browser": "^2.47.0", |
| 105 | + "mixpanel-browser": "^2.55.1", |
106 | 106 | "moment": "^2.30.1", |
107 | 107 | "pidusage": "^3.0.2", |
108 | 108 | "react": "^18.3.1", |
|
111 | 111 | "react-redux": "^9.1.2", |
112 | 112 | "react-router-dom": "^6.26.2", |
113 | 113 | "react-select": "^5.8.0", |
114 | | - "systeminformation": "^5.21.24", |
115 | | - "throttle-debounce": "^5.0.0", |
| 114 | + "systeminformation": "^5.23.5", |
| 115 | + "throttle-debounce": "^5.0.2", |
116 | 116 | "tiny-typed-emitter": "^2.1.0", |
117 | 117 | "update-electron-app": "^3.0.0", |
118 | 118 | "uuid": "^10.0.0", |
119 | | - "winston": "^3.13.0", |
120 | | - "winston-transport": "^4.7.0" |
| 119 | + "winston": "^3.14.2", |
| 120 | + "winston-transport": "^4.7.1" |
121 | 121 | }, |
122 | 122 | "author": { |
123 | 123 | "name": "NiceNode LLC", |
|
0 commit comments