@remirror/pm
Advanced tools
Comparing version 1.0.0-next.1 to 1.0.0-next.3
# @remirror/pm | ||
## 1.0.0-next.3 | ||
> 2020-07-11 | ||
### Patch Changes | ||
- e90bc748: Update prosemirror dependencies to latest versions. | ||
## 1.0.0-next.1 | ||
@@ -4,0 +12,0 @@ |
152
package.json
{ | ||
"name": "@remirror/pm", | ||
"version": "1.0.0-next.1", | ||
"description": "A bundled library containing all the core prosemirror libraries required for using remirror", | ||
"homepage": "https://github.com/remirror/remirror/tree/next/packages/@remirror/pm", | ||
"repository": "https://github.com/remirror/remirror/tree/master/packages/@remirror/pm", | ||
"license": "MIT", | ||
"contributors": [ | ||
"Ifiok Jr. <ifiokotung@gmail.com>" | ||
], | ||
"sideEffects": false, | ||
"files": [ | ||
"dist", | ||
"commands", | ||
"dropcursor", | ||
"gapcursor", | ||
"history", | ||
"inputrules", | ||
"keymap", | ||
"model", | ||
"schema-list", | ||
"state", | ||
"suggest", | ||
"transform", | ||
"tables", | ||
"view" | ||
], | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.4", | ||
"@types/prosemirror-commands": "^1.0.1", | ||
"@types/prosemirror-dropcursor": "^1.0.0", | ||
"@types/prosemirror-gapcursor": "^1.0.1", | ||
"@types/prosemirror-history": "^1.0.1", | ||
"@types/prosemirror-inputrules": "^1.0.2", | ||
"@types/prosemirror-keymap": "^1.0.2", | ||
"@types/prosemirror-model": "^1.7.2", | ||
"@types/prosemirror-schema-list": "^1.0.1", | ||
"@types/prosemirror-state": "^1.2.5", | ||
"@types/prosemirror-transform": "^1.1.1", | ||
"@types/prosemirror-view": "^1.15.0", | ||
"prosemirror-commands": "^1.1.4", | ||
"prosemirror-dropcursor": "^1.3.2", | ||
"prosemirror-gapcursor": "^1.1.5", | ||
"prosemirror-history": "^1.1.3", | ||
"prosemirror-inputrules": "^1.1.2", | ||
"prosemirror-keymap": "^1.1.4", | ||
"prosemirror-model": "^1.10.0", | ||
"prosemirror-schema-list": "^1.1.2", | ||
"prosemirror-state": "^1.3.3", | ||
"prosemirror-suggest": "^1.0.0-next.1", | ||
"prosemirror-tables": "^1.1.0", | ||
"prosemirror-transform": "^1.2.6", | ||
"prosemirror-view": "^1.15.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"meta": { | ||
"sizeLimit": "250 KB" | ||
}, | ||
"preconstruct": { | ||
"entrypoints": [ | ||
"commands", | ||
"dropcursor", | ||
"gapcursor", | ||
"history", | ||
"inputrules", | ||
"keymap", | ||
"model", | ||
"schema-list", | ||
"state", | ||
"suggest", | ||
"tables", | ||
"transform", | ||
"view" | ||
] | ||
} | ||
"name": "@remirror/pm", | ||
"version": "1.0.0-next.3", | ||
"description": "A bundled library containing all the core prosemirror libraries required for using remirror", | ||
"homepage": "https://github.com/remirror/remirror/tree/next/packages/@remirror/pm", | ||
"repository": "https://github.com/remirror/remirror/tree/master/packages/@remirror/pm", | ||
"license": "MIT", | ||
"contributors": [ | ||
"Ifiok Jr. <ifiokotung@gmail.com>" | ||
], | ||
"sideEffects": false, | ||
"files": [ | ||
"dist", | ||
"commands", | ||
"dropcursor", | ||
"gapcursor", | ||
"history", | ||
"inputrules", | ||
"keymap", | ||
"model", | ||
"schema-list", | ||
"state", | ||
"suggest", | ||
"transform", | ||
"tables", | ||
"view" | ||
], | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.4", | ||
"@types/prosemirror-commands": "^1.0.2", | ||
"@types/prosemirror-dropcursor": "^1.0.0", | ||
"@types/prosemirror-gapcursor": "^1.0.1", | ||
"@types/prosemirror-history": "^1.0.1", | ||
"@types/prosemirror-inputrules": "^1.0.2", | ||
"@types/prosemirror-keymap": "^1.0.3", | ||
"@types/prosemirror-model": "^1.7.2", | ||
"@types/prosemirror-schema-list": "^1.0.1", | ||
"@types/prosemirror-state": "^1.2.5", | ||
"@types/prosemirror-transform": "^1.1.1", | ||
"@types/prosemirror-view": "^1.15.0", | ||
"prosemirror-commands": "^1.1.4", | ||
"prosemirror-dropcursor": "^1.3.2", | ||
"prosemirror-gapcursor": "^1.1.5", | ||
"prosemirror-history": "^1.1.3", | ||
"prosemirror-inputrules": "^1.1.2", | ||
"prosemirror-keymap": "^1.1.4", | ||
"prosemirror-model": "^1.11.0", | ||
"prosemirror-schema-list": "^1.1.2", | ||
"prosemirror-state": "^1.3.3", | ||
"prosemirror-suggest": "^1.0.0-next.1", | ||
"prosemirror-tables": "^1.1.0", | ||
"prosemirror-transform": "^1.2.7", | ||
"prosemirror-view": "^1.15.2" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"meta": { | ||
"sizeLimit": "250 KB" | ||
}, | ||
"preconstruct": { | ||
"entrypoints": [ | ||
"commands", | ||
"dropcursor", | ||
"gapcursor", | ||
"history", | ||
"inputrules", | ||
"keymap", | ||
"model", | ||
"schema-list", | ||
"state", | ||
"suggest", | ||
"tables", | ||
"transform", | ||
"view" | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20640
95
+ Addedprosemirror-view@1.36.0(transitive)
- Removedprosemirror-view@1.37.0(transitive)
Updatedprosemirror-model@^1.11.0
Updatedprosemirror-transform@^1.2.7
Updatedprosemirror-view@^1.15.2