prosemirror-flat-list
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -147,3 +147,3 @@ import type { Attrs } from 'prosemirror-model'; | ||
* Returns a command function that wraps the selection in a list with the given | ||
* type an attributes, or change the list kind if the selection is already in | ||
* type and attributes, or change the list kind if the selection is already in | ||
* another kind of list, or unwrap the selected list if otherwise. | ||
@@ -170,3 +170,3 @@ * | ||
* Returns a command function that wraps the selection in a list with the given | ||
* type an attributes. | ||
* type and attributes. | ||
* | ||
@@ -173,0 +173,0 @@ * @public @group Commands |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.36.4" | ||
"packageVersion": "7.38.2" | ||
} | ||
] | ||
} |
{ | ||
"name": "prosemirror-flat-list", | ||
"type": "module", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "Powerful list support for ProseMirror", | ||
@@ -41,7 +41,7 @@ "author": "ocavue <ocavue@gmail.com>", | ||
"prosemirror-state": "^1.4.3", | ||
"prosemirror-transform": "^1.7.5", | ||
"prosemirror-view": "^1.31.7" | ||
"prosemirror-transform": "^1.8.0", | ||
"prosemirror-view": "^1.32.3" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.36.4", | ||
"@microsoft/api-extractor": "^7.38.2", | ||
"@remirror/core": "^2.0.19", | ||
@@ -53,5 +53,5 @@ "@remirror/extension-blockquote": "^2.0.14", | ||
"@remirror/preset-core": "^2.0.16", | ||
"@types/dedent": "^0.7.0", | ||
"@types/node": "^18.17.4", | ||
"@vitest/coverage-v8": "^0.34.1", | ||
"@types/dedent": "^0.7.1", | ||
"@types/node": "^18.18.8", | ||
"@vitest/coverage-v8": "^0.34.6", | ||
"dedent": "^1.5.1", | ||
@@ -63,7 +63,7 @@ "execa": "^8.0.1", | ||
"npm-run-all": "^4.1.5", | ||
"postcss": "^8.4.27", | ||
"postcss-nesting": "^11.3.0", | ||
"postcss": "^8.4.31", | ||
"postcss-nesting": "^12.0.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"rehype-stringify": "^9.0.3", | ||
"rehype-stringify": "^9.0.4", | ||
"remark-gfm": "^3.0.1", | ||
@@ -74,6 +74,6 @@ "remark-parse": "^10.0.2", | ||
"tsup": "^7.2.0", | ||
"typescript": "^5.1.6", | ||
"typescript": "^5.2.2", | ||
"unified": "^10.1.2", | ||
"vite": "^4.4.9", | ||
"vitest": "^0.34.1" | ||
"vite": "^4.5.0", | ||
"vitest": "^0.34.6" | ||
}, | ||
@@ -80,0 +80,0 @@ "typedocOptions": { |
Sorry, the diff of this file is not supported yet
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
130863
8
4047
Updatedprosemirror-transform@^1.8.0
Updatedprosemirror-view@^1.32.3