File tree 7 files changed +17
-17
lines changed
textcomplete-contenteditable
7 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs" ,
3
3
"private" : true ,
4
- "version" : " 0.1.5 " ,
4
+ "version" : " 0.1.6 " ,
5
5
"scripts" : {
6
6
"build" : " rm -fr dist cache && parcel build index.pug --public-url /textcomplete" ,
7
7
"format:eslint" : " eslint --fix '**/*.ts' '**/*.tsx'" ,
11
11
"start" : " parcel index.pug"
12
12
},
13
13
"dependencies" : {
14
- "@textcomplete/codemirror" : " ^0.1.5 " ,
15
- "@textcomplete/contenteditable" : " ^0.1.5 " ,
16
- "@textcomplete/core" : " ^0.1.5 " ,
17
- "@textcomplete/textarea" : " ^0.1.5 " ,
14
+ "@textcomplete/codemirror" : " ^0.1.6 " ,
15
+ "@textcomplete/contenteditable" : " ^0.1.6 " ,
16
+ "@textcomplete/core" : " ^0.1.6 " ,
17
+ "@textcomplete/textarea" : " ^0.1.6 " ,
18
18
"codemirror" : " ^5.54.0" ,
19
19
"prism-react-renderer" : " ^1.1.1" ,
20
20
"react" : " ^16.13.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.1.5 " ,
2
+ "version" : " 0.1.6 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
5
"command" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @textcomplete/codemirror" ,
3
- "version" : " 0.1.5 " ,
3
+ "version" : " 0.1.6 " ,
4
4
"description" : " Textcomplete editor for CodeMirror" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
19
19
"@types/codemirror" : " ^0.0.96"
20
20
},
21
21
"devDependencies" : {
22
- "@textcomplete/core" : " ^0.1.5 " ,
22
+ "@textcomplete/core" : " ^0.1.6 " ,
23
23
"@typescript-eslint/eslint-plugin" : " ^3.2.0" ,
24
24
"@typescript-eslint/parser" : " ^3.2.0" ,
25
25
"codemirror" : " ^5.54" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @textcomplete/contenteditable" ,
3
- "version" : " 0.1.5 " ,
3
+ "version" : " 0.1.6 " ,
4
4
"description" : " Textcomplete editor for contenteditable" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
16
16
"lint" : " eslint 'src/**/*.ts'"
17
17
},
18
18
"dependencies" : {
19
- "@textcomplete/utils" : " ^0.1.5 "
19
+ "@textcomplete/utils" : " ^0.1.6 "
20
20
},
21
21
"devDependencies" : {
22
- "@textcomplete/core" : " ^0.1.5 " ,
22
+ "@textcomplete/core" : " ^0.1.6 " ,
23
23
"@typescript-eslint/eslint-plugin" : " ^3.2.0" ,
24
24
"@typescript-eslint/parser" : " ^3.2.0" ,
25
25
"eslint" : " ^7.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @textcomplete/core" ,
3
- "version" : " 0.1.5 " ,
3
+ "version" : " 0.1.6 " ,
4
4
"description" : " Textcomplete core." ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @textcomplete/textarea" ,
3
- "version" : " 0.1.5 " ,
3
+ "version" : " 0.1.6 " ,
4
4
"description" : " Textcomplete editor for HTMLTextAreaElement" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
16
16
"lint" : " eslint 'src/**/*.ts'"
17
17
},
18
18
"dependencies" : {
19
- "@textcomplete/core" : " ^0.1.5 " ,
20
- "@textcomplete/utils" : " ^0.1.5 " ,
19
+ "@textcomplete/core" : " ^0.1.6 " ,
20
+ "@textcomplete/utils" : " ^0.1.6 " ,
21
21
"@types/textarea-caret" : " ^3.0.0" ,
22
22
"textarea-caret" : " ^3.1.0" ,
23
23
"undate" : " ^0.3.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @textcomplete/utils" ,
3
- "version" : " 0.1.5 " ,
3
+ "version" : " 0.1.6 " ,
4
4
"description" : " Utility functions for Textcomplete editors" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
16
16
"lint" : " eslint 'src/**/*.ts'"
17
17
},
18
18
"devDependencies" : {
19
- "@textcomplete/core" : " ^0.1.5 " ,
19
+ "@textcomplete/core" : " ^0.1.6 " ,
20
20
"@typescript-eslint/eslint-plugin" : " ^3.2.0" ,
21
21
"@typescript-eslint/parser" : " ^3.2.0" ,
22
22
"eslint" : " ^7.2.0" ,
You can’t perform that action at this time.
0 commit comments