aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-03 01:02:00 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-02-08 21:41:27 +0100
commit3b7d52abb0e7de00bdf92ee3482a4cae1f6b7d64 (patch)
tree7122ef45a1fd42c7ab835ab2f2685050de2c45b2 /yarn.lock
parentchore(deps): update electron to version 17.0.0 (diff)
downloadsophie-3b7d52abb0e7de00bdf92ee3482a4cae1f6b7d64.tar.gz
sophie-3b7d52abb0e7de00bdf92ee3482a4cae1f6b7d64.tar.zst
sophie-3b7d52abb0e7de00bdf92ee3482a4cae1f6b7d64.zip
feat: Add Profile and Service stores
In the main process, it is optional to specify the ID of a Profile or a Service. The missing ID will be filled in with a randomly generated one. Moreover, services without a profile will get a profile generated with the same name. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock17
1 files changed, 17 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock
index c131687..eba34a3 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1241,6 +1241,7 @@ __metadata:
1241 "@types/lodash-es": ^4.17.5 1241 "@types/lodash-es": ^4.17.5
1242 "@types/ms": ^0.7.31 1242 "@types/ms": ^0.7.31
1243 "@types/node": ^17.0.12 1243 "@types/node": ^17.0.12
1244 "@types/slug": ^5
1244 chalk: ^5.0.0 1245 chalk: ^5.0.0
1245 electron: 17.0.0 1246 electron: 17.0.0
1246 electron-devtools-installer: ^3.2.0 1247 electron-devtools-installer: ^3.2.0
@@ -1256,7 +1257,9 @@ __metadata:
1256 mobx: ^6.3.13 1257 mobx: ^6.3.13
1257 mobx-state-tree: ^5.1.0 1258 mobx-state-tree: ^5.1.0
1258 ms: ^2.1.3 1259 ms: ^2.1.3
1260 nanoid: ^3.1.30
1259 os-name: ^5.0.1 1261 os-name: ^5.0.1
1262 slug: ^5.2.0
1260 languageName: unknown 1263 languageName: unknown
1261 linkType: soft 1264 linkType: soft
1262 1265
@@ -1653,6 +1656,13 @@ __metadata:
1653 languageName: node 1656 languageName: node
1654 linkType: hard 1657 linkType: hard
1655 1658
1659"@types/slug@npm:^5":
1660 version: 5.0.3
1661 resolution: "@types/slug@npm:5.0.3"
1662 checksum: 17b90c7ebc57f7aeeb8d49ef17445f1edf7f704440c23e4d326169faeef0e76191548ae2bcb6ba0667da710c5e2ad7e8b96fe52d5adc531b891b37327564a967
1663 languageName: node
1664 linkType: hard
1665
1656"@types/stack-utils@npm:^2.0.0": 1666"@types/stack-utils@npm:^2.0.0":
1657 version: 2.0.1 1667 version: 2.0.1
1658 resolution: "@types/stack-utils@npm:2.0.1" 1668 resolution: "@types/stack-utils@npm:2.0.1"
@@ -8141,6 +8151,13 @@ __metadata:
8141 languageName: node 8151 languageName: node
8142 linkType: hard 8152 linkType: hard
8143 8153
8154"slug@npm:^5.2.0":
8155 version: 5.2.0
8156 resolution: "slug@npm:5.2.0"
8157 checksum: ffb75ad26199445b564c9e076df09e887fdc047c945eb050ac6bf7f4f45234fefcb030bb0fa2668884df07f809db78e5226e647a956afbd5eb6aca877ca8e276
8158 languageName: node
8159 linkType: hard
8160
8144"smart-buffer@npm:^4.0.2, smart-buffer@npm:^4.1.0": 8161"smart-buffer@npm:^4.0.2, smart-buffer@npm:^4.1.0":
8145 version: 4.2.0 8162 version: 4.2.0
8146 resolution: "smart-buffer@npm:4.2.0" 8163 resolution: "smart-buffer@npm:4.2.0"