aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-03-30 21:55:17 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:54:58 +0200
commit3248fed6e57b7986596e21197a9583b3770fac2a (patch)
treee417f4315d4f6d2a61109ab29aac0bcb487908bd /packages/main
parentfeat(renderer): Renderer translations (diff)
downloadsophie-3248fed6e57b7986596e21197a9583b3770fac2a.tar.gz
sophie-3248fed6e57b7986596e21197a9583b3770fac2a.tar.zst
sophie-3248fed6e57b7986596e21197a9583b3770fac2a.zip
chore(deps): Bump but keep from react 18 for now
We need mui and mobx-react-like support before we can upgrade. See https://github.com/mobxjs/mobx/issues/2526 for discussion about the ramifications of concurrent rendering for mobx. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'packages/main')
-rw-r--r--packages/main/package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/main/package.json b/packages/main/package.json
index 85f9b12..ca53b8a 100644
--- a/packages/main/package.json
+++ b/packages/main/package.json
@@ -10,21 +10,21 @@
10 "dependencies": { 10 "dependencies": {
11 "@sophie/service-shared": "workspace:*", 11 "@sophie/service-shared": "workspace:*",
12 "@sophie/shared": "workspace:*", 12 "@sophie/shared": "workspace:*",
13 "chalk": "^5.0.0", 13 "chalk": "^5.0.1",
14 "deep-equal": "^2.0.5", 14 "deep-equal": "^2.0.5",
15 "electron": "17.1.0", 15 "electron": "17.3.1",
16 "fs-extra": "^10.0.1", 16 "fs-extra": "^10.0.1",
17 "i18next": "^21.6.14", 17 "i18next": "^21.6.14",
18 "json5": "^2.2.0", 18 "json5": "^2.2.1",
19 "lodash-es": "^4.17.21", 19 "lodash-es": "^4.17.21",
20 "loglevel": "^1.8.0", 20 "loglevel": "^1.8.0",
21 "loglevel-plugin-prefix": "^0.8.4", 21 "loglevel-plugin-prefix": "^0.8.4",
22 "mobx": "^6.4.1", 22 "mobx": "^6.5.0",
23 "mobx-state-tree": "^5.1.3", 23 "mobx-state-tree": "^5.1.3",
24 "ms": "^2.1.3", 24 "ms": "^2.1.3",
25 "nanoid": "^3.3.1", 25 "nanoid": "^3.3.2",
26 "os-name": "^5.0.1", 26 "os-name": "^5.0.1",
27 "slug": "^5.2.0" 27 "slug": "^5.3.0"
28 }, 28 },
29 "devDependencies": { 29 "devDependencies": {
30 "@jest/globals": "^27.5.1", 30 "@jest/globals": "^27.5.1",
@@ -33,11 +33,11 @@
33 "@types/electron-devtools-installer": "^2.2.1", 33 "@types/electron-devtools-installer": "^2.2.1",
34 "@types/lodash-es": "^4.17.6", 34 "@types/lodash-es": "^4.17.6",
35 "@types/ms": "^0.7.31", 35 "@types/ms": "^0.7.31",
36 "@types/node": "^17.0.21", 36 "@types/node": "^17.0.23",
37 "@types/slug": "^5.0.3", 37 "@types/slug": "^5.0.3",
38 "@types/source-map-support": "^0.5.4", 38 "@types/source-map-support": "^0.5.4",
39 "electron-devtools-installer": "^3.2.0", 39 "electron-devtools-installer": "^3.2.0",
40 "esbuild": "^0.14.23", 40 "esbuild": "^0.14.29",
41 "git-repo-info": "^2.1.1", 41 "git-repo-info": "^2.1.1",
42 "jest": "^27.5.1", 42 "jest": "^27.5.1",
43 "jest-mock": "^27.5.1", 43 "jest-mock": "^27.5.1",