File tree 8 files changed +13
-13
lines changed
contentful-slatejs-adapter
rich-text-plain-text-renderer
8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 2.7.2" ,
3
- "version" : " 14.1.1 " ,
3
+ "version" : " 14.1.2 " ,
4
4
"packages" : [
5
5
" packages/contentful-slatejs-adapter" ,
6
6
" packages/rich-text-from-markdown" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @contentful/contentful-slatejs-adapter" ,
3
- "version" : " 14.1.1 " ,
3
+ "version" : " 14.1.2 " ,
4
4
"description" : " " ,
5
5
"keywords" : [],
6
6
"main" : " dist/contentful-slatejs-adapter.es5.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @contentful/rich-text-from-markdown" ,
3
- "version" : " 14.1.1 " ,
3
+ "version" : " 14.1.2 " ,
4
4
"description" : " convert markdown to rich text" ,
5
5
"keywords" : [
6
6
" rich-text" ,
32
32
"lint" : " tslint -t codeFrame '@(src|bin)/*.ts'"
33
33
},
34
34
"dependencies" : {
35
- "@contentful/rich-text-types" : " ^14.1.1 " ,
35
+ "@contentful/rich-text-types" : " ^14.1.2 " ,
36
36
"lodash" : " ^4.17.11" ,
37
37
"remark-parse" : " ^6.0.3" ,
38
38
"unified" : " ^7.1.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @contentful/rich-text-html-renderer" ,
3
- "version" : " 14.1.1 " ,
3
+ "version" : " 14.1.2 " ,
4
4
"main" : " dist/rich-text-html-renderer.es5.js" ,
5
5
"typings" : " dist/types/index.d.ts" ,
6
6
"files" : [
24
24
"lint" : " tslint -t codeFrame '@(src|bin)/*.ts'"
25
25
},
26
26
"dependencies" : {
27
- "@contentful/rich-text-types" : " ^14.1.1 " ,
27
+ "@contentful/rich-text-types" : " ^14.1.2 " ,
28
28
"escape-html" : " ^1.0.3"
29
29
},
30
30
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @contentful/rich-text-links" ,
3
- "version" : " 14.1.1 " ,
3
+ "version" : " 14.1.2 " ,
4
4
"main" : " dist/rich-text-links.es5.js" ,
5
5
"typings" : " dist/types/index.d.ts" ,
6
6
"files" : [
24
24
"lint" : " tslint -t codeFrame '@(src|bin)/*.ts'"
25
25
},
26
26
"dependencies" : {
27
- "@contentful/rich-text-types" : " ^14.1.1 "
27
+ "@contentful/rich-text-types" : " ^14.1.2 "
28
28
},
29
29
"devDependencies" : {
30
30
"jest" : " ^24.7.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @contentful/rich-text-plain-text-renderer" ,
3
- "version" : " 14.1.1 " ,
3
+ "version" : " 14.1.2 " ,
4
4
"main" : " dist/rich-text-plain-text-renderer.es5.js" ,
5
5
"typings" : " dist/types/index.d.ts" ,
6
6
"files" : [
24
24
"lint" : " tslint -t codeFrame '@(src|bin)/*.ts'"
25
25
},
26
26
"dependencies" : {
27
- "@contentful/rich-text-types" : " ^14.1.1 "
27
+ "@contentful/rich-text-types" : " ^14.1.2 "
28
28
},
29
29
"devDependencies" : {
30
30
"jest" : " ^24.7.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @contentful/rich-text-react-renderer" ,
3
- "version" : " 14.1.1 " ,
3
+ "version" : " 14.1.2 " ,
4
4
"main" : " dist/rich-text-react-renderer.es5.js" ,
5
5
"typings" : " dist/types/index.d.ts" ,
6
6
"files" : [
24
24
"lint" : " tslint -t codeFrame '@(src|bin)/*.ts'"
25
25
},
26
26
"dependencies" : {
27
- "@contentful/rich-text-types" : " ^14.1.1 "
27
+ "@contentful/rich-text-types" : " ^14.1.2 "
28
28
},
29
29
"peerDependencies" : {
30
30
"react" : " ^16.8.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @contentful/rich-text-types" ,
3
- "version" : " 14.1.1 " ,
3
+ "version" : " 14.1.2 " ,
4
4
"main" : " dist/rich-text-types.es5.js" ,
5
5
"typings" : " dist/types/index.d.ts" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments