@remirror/extension-paragraph
Advanced tools
Comparing version 1.0.0-next.1 to 1.0.0-next.2
# @remirror/extension-paragraph | ||
## 1.0.0-next.2 | ||
> 2020-07-05 | ||
### Patch Changes | ||
- Updated dependencies [undefined] | ||
- @remirror/core@1.0.0-next.2 | ||
## 1.0.0-next.1 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@remirror/extension-paragraph", | ||
"version": "1.0.0-next.1", | ||
"description": "Group your words into paragraphs and render each statement a harmonious symphony.", | ||
"keywords": [ | ||
"remirror", | ||
"extension", | ||
"paragraph", | ||
"text-editor" | ||
], | ||
"homepage": "https://github.com/remirror/remirror/tree/next/packages/@remirror/extension-paragraph", | ||
"repository": "https://github.com/remirror/remirror/tree/master/packages/@remirror/extension-paragraph", | ||
"license": "MIT", | ||
"contributors": [ | ||
"Ifiok Jr. <ifiokotung@gmail.com>" | ||
], | ||
"sideEffects": false, | ||
"main": "dist/extension-paragraph.cjs.js", | ||
"module": "dist/extension-paragraph.esm.js", | ||
"types": "dist/extension-paragraph.cjs.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.4" | ||
}, | ||
"devDependencies": { | ||
"@remirror/core": "1.0.0-next.1", | ||
"@remirror/pm": "1.0.0-next.1" | ||
}, | ||
"peerDependencies": { | ||
"@remirror/core": "^1.0.0-next.1", | ||
"@remirror/pm": "^1.0.0-next.1" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"meta": { | ||
"sizeLimit": "5 KB" | ||
} | ||
"name": "@remirror/extension-paragraph", | ||
"version": "1.0.0-next.2", | ||
"description": "Group your words into paragraphs and render each statement a harmonious symphony.", | ||
"keywords": [ | ||
"remirror", | ||
"extension", | ||
"paragraph", | ||
"text-editor" | ||
], | ||
"homepage": "https://github.com/remirror/remirror/tree/next/packages/@remirror/extension-paragraph", | ||
"repository": "https://github.com/remirror/remirror/tree/master/packages/@remirror/extension-paragraph", | ||
"license": "MIT", | ||
"contributors": [ | ||
"Ifiok Jr. <ifiokotung@gmail.com>" | ||
], | ||
"sideEffects": false, | ||
"main": "dist/extension-paragraph.cjs.js", | ||
"module": "dist/extension-paragraph.esm.js", | ||
"types": "dist/extension-paragraph.cjs.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.4" | ||
}, | ||
"devDependencies": { | ||
"@remirror/core": "1.0.0-next.2", | ||
"@remirror/pm": "1.0.0-next.1" | ||
}, | ||
"peerDependencies": { | ||
"@remirror/core": "^1.0.0-next.2", | ||
"@remirror/pm": "^1.0.0-next.1" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"meta": { | ||
"sizeLimit": "5 KB" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
24292
0