Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build start failing #1

Open
wants to merge 1 commit into
base: cc-master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/check-lists/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'
import { Value } from 'slate'
import { css } from 'emotion'

Expand Down
2 changes: 1 addition & 1 deletion examples/code-highlighting/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'
import { Value } from 'slate'

import Prism from 'prismjs'
Expand Down
2 changes: 1 addition & 1 deletion examples/composition/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'
import { Value } from 'slate'

import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion examples/embeds/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'
import { Value } from 'slate'

import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion examples/emojis/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'
import { Value } from 'slate'

import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion examples/forced-layout/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'
import { Block, Value } from 'slate'

import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion examples/history/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Value } from 'slate'
import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'

import React from 'react'
import initialValue from './value.json'
Expand Down
2 changes: 1 addition & 1 deletion examples/hovering-menu/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'
import { Value } from 'slate'

import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion examples/huge-document/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable no-console */

import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'
import { Value } from 'slate'

import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion examples/images/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Editor, getEventTransfer } from 'slate-react'
import { Editor, getEventTransfer } from '@concord-consortium/slate-react'
import { Block, Value } from 'slate'

import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion examples/input-tester/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'
import { Value } from 'slate'

import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion examples/links/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Editor, getEventTransfer } from 'slate-react'
import { Editor, getEventTransfer } from '@concord-consortium/slate-react'
import { Value } from 'slate'

import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion examples/markdown-preview/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Plain from 'slate-plain-serializer'
import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'

import Prism from 'prismjs'
import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion examples/markdown-shortcuts/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'
import { Value } from 'slate'

import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion examples/mentions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The list of characters was extracted from Wikipedia:
https://en.wikipedia.org/wiki/List_of_Star_Wars_characters
*/

import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'
import { Value } from 'slate'
import React from 'react'

Expand Down
2 changes: 1 addition & 1 deletion examples/paste-html/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Html from 'slate-html-serializer'
import { Editor, getEventTransfer } from 'slate-react'
import { Editor, getEventTransfer } from '@concord-consortium/slate-react'
import { Value } from 'slate'

import React from 'react'
Expand Down
4 changes: 2 additions & 2 deletions examples/placeholder/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Editor } from 'slate-react'
import PlaceholderPlugin from 'slate-react-placeholder'
import { Editor } from '@concord-consortium/slate-react'
import PlaceholderPlugin from '@concord-consortium/slate-react-placeholder'
import { Value } from 'slate'
import initialValue from './value.json'

Expand Down
2 changes: 1 addition & 1 deletion examples/plain-text/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Plain from 'slate-plain-serializer'
import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'

import React from 'react'

Expand Down
2 changes: 1 addition & 1 deletion examples/plugins/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Plain from 'slate-plain-serializer'
import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'

import React from 'react'
import CollapseOnEscape from './collapse-on-escape'
Expand Down
2 changes: 1 addition & 1 deletion examples/read-only/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Plain from 'slate-plain-serializer'
import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'

import React from 'react'

Expand Down
2 changes: 1 addition & 1 deletion examples/rich-text/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'
import { Value } from 'slate'

import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion examples/rtl/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'
import { Value } from 'slate'

import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion examples/search-highlighting/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'
import { Value } from 'slate'

import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion examples/syncing-operations/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'
import { Value } from 'slate'

import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion examples/tables/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Plain from 'slate-plain-serializer'
import { Editor, getEventTransfer } from 'slate-react'
import { Editor, getEventTransfer } from '@concord-consortium/slate-react'
import { Value } from 'slate'

import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion examples/versions/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Value } from 'slate'
import { Editor } from 'slate-react'
import { Editor } from '@concord-consortium/slate-react'
import React from 'react'
import { List } from 'immutable'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"to-snake-case": "^1.0.0",
"uglifyjs-webpack-plugin": "^1.1.8",
"webpack": "^3.11.0",
"webpack-cli": "1.5.3",
"webpack-cli": "^3.0.0",
"webpack-dev-server": "2.11.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-react/src/plugins/react/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Debug from 'debug'

import { IS_ANDROID } from 'slate-dev-environment'
import PlaceholderPlugin from 'slate-react-placeholder'
import PlaceholderPlugin from '@concord-consortium/slate-react-placeholder'
import EditorPropsPlugin from './editor-props'
import RenderingPlugin from './rendering'
import CommandsPlugin from './commands'
Expand Down
Loading