1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

Desktop,CLI,Mobile: Update immer to v9.0.21 (#12182)

This commit is contained in:
Henry Heino
2025-04-29 05:49:57 -07:00
committed by GitHub
parent 262c343f21
commit b93a125f95
22 changed files with 25 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
import produce from 'immer';
import { produce } from 'immer';
import Setting from '../../../models/Setting';
import shim from '../../../shim';
import PluginService, { defaultPluginSetting, DefaultPluginsInfo, Plugins, PluginSettings } from '../PluginService';