aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-20 18:06:23 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-02-08 21:43:15 +0100
commitd24734ac4cd1c6ddda5ba39f033ce9eaa4dcda01 (patch)
treeb696243e5bf35ee19237c149da3d779239e2a7d7 /yarn.lock
parentfix: Do not access localStorage in service-preload (diff)
downloadsophie-d24734ac4cd1c6ddda5ba39f033ce9eaa4dcda01.tar.gz
sophie-d24734ac4cd1c6ddda5ba39f033ce9eaa4dcda01.tar.zst
sophie-d24734ac4cd1c6ddda5ba39f033ce9eaa4dcda01.zip
feat: Add RuntimeService store
Stores transient state for services shared between the main and renderer processes. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock
index e6f05ba..8a0bf4e 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1291,13 +1291,18 @@ __metadata:
1291 "@emotion/react": ^11.7.1 1291 "@emotion/react": ^11.7.1
1292 "@emotion/styled": ^11.6.0 1292 "@emotion/styled": ^11.6.0
1293 "@fontsource/roboto": ^4.5.2 1293 "@fontsource/roboto": ^4.5.2
1294 "@jest/globals": ^27.4.6
1294 "@mui/icons-material": ^5.3.1 1295 "@mui/icons-material": ^5.3.1
1295 "@mui/material": ^5.3.1 1296 "@mui/material": ^5.3.1
1296 "@sophie/shared": "workspace:*" 1297 "@sophie/shared": "workspace:*"
1298 "@types/jest": ^27.4.0
1297 "@types/lodash-es": ^4.17.5 1299 "@types/lodash-es": ^4.17.5
1298 "@types/react": ^17.0.38 1300 "@types/react": ^17.0.38
1299 "@types/react-dom": ^17.0.11 1301 "@types/react-dom": ^17.0.11
1300 "@vitejs/plugin-react": ^1.1.4 1302 "@vitejs/plugin-react": ^1.1.4
1303 jest: ^27.4.7
1304 jest-mock: ^27.4.6
1305 jsdom: ^19.0.0
1301 lodash-es: ^4.17.21 1306 lodash-es: ^4.17.21
1302 loglevel: ^1.8.0 1307 loglevel: ^1.8.0
1303 loglevel-plugin-prefix: ^0.8.4 1308 loglevel-plugin-prefix: ^0.8.4