mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 11:51:41 +03:00
[redux-devtools-core] Use nanoid/non-secure
As per zalmoxisus/remote-redux-devtools/issues/130
This commit is contained in:
parent
9237421e6b
commit
0f0994bdef
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "redux-devtools-core",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "Reusable functions of Redux DevTools",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import getParams from 'get-params';
|
||||
import jsan from 'jsan';
|
||||
import nanoid from 'nanoid';
|
||||
import nanoid from 'nanoid/non-secure';
|
||||
import seralizeImmutable from 'remotedev-serialize/immutable/serialize';
|
||||
|
||||
export function generateId(id) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user