@aws/mynah-ui
Advanced tools
Comparing version 4.21.3 to 4.21.4
@@ -40,2 +40,6 @@ import { ExtendedHTMLElement } from '../../../helper/dom'; | ||
readonly updateContextItems: (contextItems: string[]) => void; | ||
readonly getCursorLine: () => { | ||
cursorLine: number; | ||
totalLines: number; | ||
}; | ||
} |
@@ -6,32 +6,2 @@ /*! | ||
import { ExtendedHTMLElement } from '../helper/dom'; | ||
import 'prismjs/components/prism-markup.min'; | ||
import 'prismjs/components/prism-xml-doc.min'; | ||
import 'prismjs/components/prism-css.min'; | ||
import 'prismjs/components/prism-clike.min'; | ||
import 'prismjs/components/prism-javascript.min'; | ||
import 'prismjs/components/prism-typescript.min'; | ||
import 'prismjs/components/prism-jsx.min'; | ||
import 'prismjs/components/prism-diff.min'; | ||
import 'prismjs/components/prism-tsx.min'; | ||
import 'prismjs/components/prism-lua.min'; | ||
import 'prismjs/components/prism-java.min'; | ||
import 'prismjs/components/prism-json.min'; | ||
import 'prismjs/components/prism-markdown.min'; | ||
import 'prismjs/components/prism-mongodb.min'; | ||
import 'prismjs/components/prism-c.min'; | ||
import 'prismjs/components/prism-bash.min'; | ||
import 'prismjs/components/prism-go.min'; | ||
import 'prismjs/components/prism-csharp.min'; | ||
import 'prismjs/components/prism-objectivec.min'; | ||
import 'prismjs/components/prism-python.min'; | ||
import 'prismjs/components/prism-regex.min'; | ||
import 'prismjs/components/prism-swift.min'; | ||
import 'prismjs/components/prism-scala.min'; | ||
import 'prismjs/components/prism-scss.min'; | ||
import 'prismjs/components/prism-less.min'; | ||
import 'prismjs/components/prism-ruby.min'; | ||
import 'prismjs/components/prism-rust.min'; | ||
import 'prismjs/plugins/line-numbers/prism-line-numbers.js'; | ||
import 'prismjs/plugins/keep-markup/prism-keep-markup.js'; | ||
import 'prismjs/plugins/diff-highlight/prism-diff-highlight.min'; | ||
import { CodeBlockActions, CodeSelectionType, OnCodeBlockActionFunction } from '../static'; | ||
@@ -38,0 +8,0 @@ import '../styles/components/_syntax-highlighter.scss'; |
@@ -25,10 +25,1 @@ /*! | ||
*/ | ||
/** | ||
* Prism: Lightweight, robust, elegant syntax highlighting | ||
* | ||
* @license MIT <https://opensource.org/licenses/MIT> | ||
* @author Lea Verou <https://lea.verou.me> | ||
* @namespace | ||
* @public | ||
*/ |
{ | ||
"name": "@aws/mynah-ui", | ||
"displayName": "AWS Mynah UI", | ||
"version": "4.21.3", | ||
"version": "4.21.4", | ||
"description": "AWS Toolkit VSCode and Intellij IDE Extension Mynah UI", | ||
@@ -25,3 +25,3 @@ "publisher": "Amazon Web Services", | ||
"start:example": "cd ./example && npm install && npm run build && cd .. && npm run watch:web", | ||
"dev": "npm run clean && npm install && npm run build && npm run start:example", | ||
"dev": "npm ci && npm run build && cd ./ui-tests && npm install && cd .. && npm run start:example", | ||
"lint-fix": "npx eslint \"./**\" --fix", | ||
@@ -40,5 +40,5 @@ "lint": "npx eslint \"./**\"", | ||
"escape-html": "^1.0.3", | ||
"highlight.js": "^11.11.0", | ||
"just-clone": "^6.2.0", | ||
"marked": "^14.1.0", | ||
"prismjs": "1.29.0", | ||
"sanitize-html": "^2.12.1", | ||
@@ -49,5 +49,5 @@ "unescape-html": "^1.1.0" | ||
"escape-html": "^1.0.3", | ||
"highlight.js": "^11.11.0", | ||
"just-clone": "^6.2.0", | ||
"marked": "^12.0.2", | ||
"prismjs": "1.29.0", | ||
"marked": "^14.1.0", | ||
"sanitize-html": "^2.12.1", | ||
@@ -65,3 +65,2 @@ "unescape-html": "^1.1.0" | ||
"@types/node": "17.0.29", | ||
"@types/prismjs": "^1.26.2", | ||
"@types/sanitize-html": "^2.11.0", | ||
@@ -68,0 +67,0 @@ "@typescript-eslint/eslint-plugin": "^5.34.0", |
Sorry, the diff of this file is too big to display
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 too big to display
Sorry, the diff of this file is not supported yet
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
32568229
39
209
3
17284
+ Addedhighlight.js@^11.11.0
+ Addedhighlight.js@11.11.1(transitive)
- Removedprismjs@1.29.0
- Removedprismjs@1.29.0(transitive)