1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-13 00:10:37 +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

@ -2,7 +2,7 @@ import { _ } from '../../../../locale';
import PluginService, { PluginSettings, defaultPluginSetting } from '../../../../services/plugins/PluginService';
import type * as React from 'react';
import shim from '../../../../shim';
import produce from 'immer';
import { produce } from 'immer';
import { ItemEvent, OnPluginSettingChangeHandler } from './types';
const useOnDeleteHandler = (