Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CKEditor 5 Custom Build
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Daniel Kaufmann
CKEditor 5 Custom Build
Commits
540d161c
Commit
540d161c
authored
Dec 04, 2019
by
Marek Lewandowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Internal: Updated dependencies. [skip ci]
parent
b96ea207
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
22 deletions
+22
-22
package.json
package.json
+22
-22
No files found.
package.json
View file @
540d161c
...
@@ -25,30 +25,30 @@
...
@@ -25,30 +25,30 @@
"build"
"build"
],
],
"devDependencies"
:
{
"devDependencies"
:
{
"
@ckeditor/ckeditor5-adapter-ckfinder
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-adapter-ckfinder
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-alignment
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-alignment
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-autoformat
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-autoformat
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-basic-styles
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-basic-styles
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-block-quote
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-block-quote
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-ckfinder
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-ckfinder
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-core
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-core
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-dev-utils
"
:
"^12.0.0"
,
"
@ckeditor/ckeditor5-dev-utils
"
:
"^12.0.0"
,
"
@ckeditor/ckeditor5-dev-webpack-plugin
"
:
"^8.0.0"
,
"
@ckeditor/ckeditor5-dev-webpack-plugin
"
:
"^8.0.0"
,
"
@ckeditor/ckeditor5-easy-image
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-easy-image
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-editor-decoupled
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-editor-decoupled
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-essentials
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-essentials
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-font
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-font
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-heading
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-heading
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-highlight
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-highlight
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-image
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-image
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-indent
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-indent
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-link
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-link
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-list
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-list
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-media-embed
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-media-embed
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-paragraph
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-paragraph
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-paste-from-office
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-paste-from-office
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-table
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-table
"
:
"^1
6
.0.0"
,
"
@ckeditor/ckeditor5-theme-lark
"
:
"^1
5
.0.0"
,
"
@ckeditor/ckeditor5-theme-lark
"
:
"^1
6
.0.0"
,
"
eslint
"
:
"^5.5.0"
,
"
eslint
"
:
"^5.5.0"
,
"
eslint-config-ckeditor5
"
:
"^2.0.0"
,
"
eslint-config-ckeditor5
"
:
"^2.0.0"
,
"
husky
"
:
"^1.3.1"
,
"
husky
"
:
"^1.3.1"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment