@equinor/fusion-wc-markdown
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -330,5 +330,2 @@ { | ||
"description": "List of visible menu buttons", | ||
"resolveInitializer": { | ||
"module": "src/markdown-editor/element.ts" | ||
}, | ||
"fieldName": "menuItems" | ||
@@ -335,0 +332,0 @@ }, |
{ | ||
"name": "@equinor/fusion-wc-markdown", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Markdown editor created from ProseMirror markdown", | ||
@@ -30,8 +30,2 @@ "main": "lib/index.js", | ||
"customElements": "lib/custom-elements.json", | ||
"scripts": { | ||
"build": "tsc -b", | ||
"postbuild": "pnpm typedoc", | ||
"typedoc": "cem analyze --litelement --globs \"src/**/*.ts\" --outdir lib", | ||
"prepack": "pnpm build && fwc-build" | ||
}, | ||
"keywords": [], | ||
@@ -41,22 +35,22 @@ "author": "", | ||
"dependencies": { | ||
"@equinor/fusion-wc-core": "^2.0.0", | ||
"@equinor/fusion-wc-icon": "^2.3.0", | ||
"@equinor/fusion-web-theme": "^0.1.7", | ||
"lit": "3.0.2", | ||
"@equinor/fusion-web-theme": "^0.1.10", | ||
"lit": "3.1.2", | ||
"prosemirror-commands": "^1.5.2", | ||
"prosemirror-history": "^1.3.2", | ||
"prosemirror-inputrules": "^1.2.1", | ||
"prosemirror-inputrules": "^1.4.0", | ||
"prosemirror-keymap": "^1.2.2", | ||
"prosemirror-markdown": "^1.11.2", | ||
"prosemirror-model": "^1.19.3", | ||
"prosemirror-markdown": "^1.12.0", | ||
"prosemirror-model": "^1.19.4", | ||
"prosemirror-schema-basic": "^1.2.2", | ||
"prosemirror-schema-list": "^1.3.0", | ||
"prosemirror-state": "^1.4.3", | ||
"prosemirror-view": "^1.32.4" | ||
"prosemirror-view": "^1.33.1", | ||
"@equinor/fusion-wc-core": "^2.0.0", | ||
"@equinor/fusion-wc-icon": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"@custom-elements-manifest/analyzer": "^0.9.0", | ||
"@equinor/fusion-wc-builder": "^3.0.0", | ||
"@custom-elements-manifest/analyzer": "^0.9.3", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.3", | ||
"@equinor/fusion-wc-builder": "^3.0.0" | ||
}, | ||
@@ -66,3 +60,7 @@ "publishConfig": { | ||
}, | ||
"gitHead": "10f1a8a4ad375b8c188b9f3130b7bd1f7e7d261b" | ||
} | ||
"scripts": { | ||
"build": "tsc -b", | ||
"postbuild": "pnpm typedoc", | ||
"typedoc": "cem analyze --litelement --globs \"src/**/*.ts\" --outdir lib" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
72989
1656
+ Addedlit@3.1.2(transitive)
- Removedlit@3.0.2(transitive)
Updatedlit@3.1.2
Updatedprosemirror-markdown@^1.12.0
Updatedprosemirror-model@^1.19.4
Updatedprosemirror-view@^1.33.1