Skip to content

Commit

Permalink
Vendor nanoid
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Aug 14, 2023
1 parent 77f55b5 commit 617ba89
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/core/rpc/WebWorkerRpcDriver.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Rpc from 'librpc-web-mod'
import { nanoid } from 'nanoid'
import { nanoid } from '@jbrowse/core/util/nanoid'

// locals
import BaseRpcDriver, { RpcDriverConstructorArgs } from './BaseRpcDriver'
Expand Down
2 changes: 1 addition & 1 deletion packages/core/util/types/mst.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { nanoid } from 'nanoid'
import { nanoid } from '@jbrowse/core/util/nanoid'
import { types } from 'mobx-state-tree'
import propTypes from 'prop-types'
import { PropTypes as MxPropTypes } from 'mobx-react'
Expand Down
2 changes: 1 addition & 1 deletion packages/product-core/src/Session/BaseSession.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { nanoid } from 'nanoid'
import { nanoid } from '@jbrowse/core/util/nanoid'
import PluginManager from '@jbrowse/core/PluginManager'
import {
IAnyStateTreeNode,
Expand Down
2 changes: 1 addition & 1 deletion products/jbrowse-web/src/SessionLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PluginLoader, {
} from '@jbrowse/core/PluginLoader'
import PluginManager from '@jbrowse/core/PluginManager'
import { openLocation } from '@jbrowse/core/util/io'
import { nanoid } from 'nanoid'
import { nanoid } from '@jbrowse/core/util/nanoid'

// locals
import { readSessionFromDynamo } from './sessionSharing'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
DialogContentText,
} from '@mui/material'
import { Dialog } from '@jbrowse/core/ui'
import { nanoid } from 'nanoid'
import { nanoid } from '@jbrowse/core/util/nanoid'
import factoryReset from '../factoryReset'
import { SessionLoaderModel } from '../SessionLoader'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
DialogContentText,
DialogActions,
} from '@mui/material'
import { nanoid } from 'nanoid'
import { nanoid } from '@jbrowse/core/util/nanoid'
import { SessionLoaderModel } from '../SessionLoader'

import WarningIcon from '@mui/icons-material/Warning'
Expand Down

0 comments on commit 617ba89

Please sign in to comment.