aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-04-24 01:19:05 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:55:02 +0200
commit6ddf97d33d5be950bc45889f7505cbfd1c1b892b (patch)
tree24db323f533ffc6ecd77a2b32e3f07adaebfddec /packages
parentchore(deps): bump nodejs to 16.14.2 (diff)
downloadsophie-6ddf97d33d5be950bc45889f7505cbfd1c1b892b.tar.gz
sophie-6ddf97d33d5be950bc45889f7505cbfd1c1b892b.tar.zst
sophie-6ddf97d33d5be950bc45889f7505cbfd1c1b892b.zip
chore(deps): upgrade dependencies
Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/main/package.json10
-rw-r--r--packages/renderer/package.json8
2 files changed, 9 insertions, 9 deletions
diff --git a/packages/main/package.json b/packages/main/package.json
index b8e00c8..dd67047 100644
--- a/packages/main/package.json
+++ b/packages/main/package.json
@@ -13,7 +13,7 @@
13 "chalk": "^5.0.1", 13 "chalk": "^5.0.1",
14 "deep-equal": "^2.0.5", 14 "deep-equal": "^2.0.5",
15 "electron": "^19.0.0-alpha.1", 15 "electron": "^19.0.0-alpha.1",
16 "fs-extra": "^10.0.1", 16 "fs-extra": "^10.1.0",
17 "i18next": "^21.6.16", 17 "i18next": "^21.6.16",
18 "json5": "^2.2.1", 18 "json5": "^2.2.1",
19 "lodash-es": "^4.17.21", 19 "lodash-es": "^4.17.21",
@@ -22,7 +22,7 @@
22 "mobx": "^6.5.0", 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.2", 25 "nanoid": "^3.3.3",
26 "os-name": "^5.0.1", 26 "os-name": "^5.0.1",
27 "slug": "^5.3.0" 27 "slug": "^5.3.0"
28 }, 28 },
@@ -30,14 +30,14 @@
30 "@jest/globals": "^27.5.1", 30 "@jest/globals": "^27.5.1",
31 "@sophie/test-utils": "workspace:*", 31 "@sophie/test-utils": "workspace:*",
32 "@types/deep-equal": "^1.0.1", 32 "@types/deep-equal": "^1.0.1",
33 "@types/electron-devtools-installer": "^2.2.1", 33 "@types/electron-devtools-installer": "^2.2.2",
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.24", 36 "@types/node": "^17.0.25",
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.36", 40 "esbuild": "^0.14.38",
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",
diff --git a/packages/renderer/package.json b/packages/renderer/package.json
index 1b207f5..2e24f35 100644
--- a/packages/renderer/package.json
+++ b/packages/renderer/package.json
@@ -12,8 +12,8 @@
12 "@emotion/react": "^11.9.0", 12 "@emotion/react": "^11.9.0",
13 "@emotion/styled": "^11.8.1", 13 "@emotion/styled": "^11.8.1",
14 "@fontsource/roboto": "^4.5.5", 14 "@fontsource/roboto": "^4.5.5",
15 "@mui/icons-material": "^5.6.1", 15 "@mui/icons-material": "^5.6.2",
16 "@mui/material": "^5.6.1", 16 "@mui/material": "^5.6.2",
17 "@sophie/shared": "workspace:*", 17 "@sophie/shared": "workspace:*",
18 "i18next": "^21.6.16", 18 "i18next": "^21.6.16",
19 "lodash-es": "^4.17.21", 19 "lodash-es": "^4.17.21",
@@ -24,8 +24,8 @@
24 "mobx-state-tree": "^5.1.3", 24 "mobx-state-tree": "^5.1.3",
25 "react": "^17.0.2", 25 "react": "^17.0.2",
26 "react-dom": "^17.0.2", 26 "react-dom": "^17.0.2",
27 "react-i18next": "^11.16.6", 27 "react-i18next": "^11.16.7",
28 "stylis": "^4.1.0", 28 "stylis": "^4.1.1",
29 "stylis-plugin-rtl": "^2.1.1" 29 "stylis-plugin-rtl": "^2.1.1"
30 }, 30 },
31 "devDependencies": { 31 "devDependencies": {