prosemirror-paste-rules
Advanced tools
Comparing version 0.0.0-pr862.2 to 0.0.0-pr877.1
@@ -223,3 +223,3 @@ 'use strict'; | ||
} | ||
var pastePluginKey = /*#__PURE__*/new prosemirrorState.PluginKey('pasteRule'); | ||
var pastePluginKey = new prosemirrorState.PluginKey('pasteRule'); | ||
/** | ||
@@ -226,0 +226,0 @@ * @template RegexPasteRule |
@@ -219,3 +219,3 @@ import _createForOfIteratorHelper from '@babel/runtime/helpers/esm/createForOfIteratorHelper'; | ||
} | ||
var pastePluginKey = /*#__PURE__*/new PluginKey('pasteRule'); | ||
var pastePluginKey = new PluginKey('pasteRule'); | ||
/** | ||
@@ -222,0 +222,0 @@ * @template RegexPasteRule |
@@ -223,3 +223,3 @@ 'use strict'; | ||
} | ||
var pastePluginKey = /*#__PURE__*/new prosemirrorState.PluginKey('pasteRule'); | ||
var pastePluginKey = new prosemirrorState.PluginKey('pasteRule'); | ||
/** | ||
@@ -226,0 +226,0 @@ * @template RegexPasteRule |
@@ -223,3 +223,3 @@ 'use strict'; | ||
} | ||
var pastePluginKey = /*#__PURE__*/new prosemirrorState.PluginKey('pasteRule'); | ||
var pastePluginKey = new prosemirrorState.PluginKey('pasteRule'); | ||
/** | ||
@@ -226,0 +226,0 @@ * @template RegexPasteRule |
@@ -219,3 +219,3 @@ import _createForOfIteratorHelper from '@babel/runtime/helpers/esm/createForOfIteratorHelper'; | ||
} | ||
var pastePluginKey = /*#__PURE__*/new PluginKey('pasteRule'); | ||
var pastePluginKey = new PluginKey('pasteRule'); | ||
/** | ||
@@ -222,0 +222,0 @@ * @template RegexPasteRule |
{ | ||
"name": "prosemirror-paste-rules", | ||
"version": "0.0.0-pr862.2", | ||
"version": "0.0.0-pr877.1", | ||
"description": "Better handling of pasted content in your prosemirror editor.", | ||
@@ -34,7 +34,7 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/prosemirror-paste-rules", | ||
"dependencies": { | ||
"@babel/runtime": "^7.12.13", | ||
"@remirror/core-constants": "0.0.0-pr862.2", | ||
"@remirror/core-helpers": "0.0.0-pr862.2", | ||
"@babel/runtime": "^7.13.7", | ||
"@remirror/core-constants": "0.0.0-pr877.1", | ||
"@remirror/core-helpers": "0.0.0-pr877.1", | ||
"escape-string-regexp": "^4.0.0", | ||
"type-fest": "^0.20.2" | ||
"type-fest": "^0.21.2" | ||
}, | ||
@@ -51,8 +51,8 @@ "devDependencies": { | ||
"peerDependencies": { | ||
"@types/prosemirror-model": "^1.7.0", | ||
"@types/prosemirror-state": "^1.2.5", | ||
"@types/prosemirror-view": "^1.15.0", | ||
"prosemirror-model": "^1.11.0", | ||
"prosemirror-state": "^1.3.3", | ||
"prosemirror-view": "^1.14.9" | ||
"@types/prosemirror-model": "^1", | ||
"@types/prosemirror-state": "^1", | ||
"@types/prosemirror-view": "^1", | ||
"prosemirror-model": "^1", | ||
"prosemirror-state": "^1", | ||
"prosemirror-view": "^1" | ||
}, | ||
@@ -59,0 +59,0 @@ "peerDependenciesMeta": { |
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
88110
+ Added@remirror/core-constants@0.0.0-pr877.1(transitive)
+ Added@remirror/core-helpers@0.0.0-pr877.1(transitive)
+ Addedtype-fest@0.21.3(transitive)
- Removed@remirror/core-constants@0.0.0-pr862.2(transitive)
- Removed@remirror/core-helpers@0.0.0-pr862.2(transitive)
- Removedtype-fest@0.20.2(transitive)
Updated@babel/runtime@^7.13.7
Updatedtype-fest@^0.21.2