Skip to content

Commit

Permalink
refactor: updated dependency prismjs (pattern-lab#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Dec 7, 2021
1 parent b414aa5 commit d3ba42f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/uikit-workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"preact-render-to-string": "^4.1.0",
"preload-webpack-plugin": "^3.0.0-beta.3",
"pretty": "^2.0.0",
"prismjs": "1.23.0",
"prismjs": "^1.25.0",
"pwa-helpers": "^0.9.1",
"react-autosuggest": "^9.4.2",
"react-dom": "^16.8.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/* eslint-disable no-param-reassign, no-unused-vars */

import Hogan from 'hogan.js';
import Normalizer from 'prismjs/plugins/normalize-whitespace/prism-normalize-whitespace.js';
import pretty from 'pretty';
import { html, render } from 'lit-html';
import { unsafeHTML } from 'lit-html/directives/unsafe-html.js';
Expand All @@ -13,6 +12,7 @@ import { panelsUtil } from './panels-util';
import { urlHandler, Dispatcher } from '../utils';
import './pl-copy-to-clipboard/pl-copy-to-clipboard';
import { PrismLanguages as Prism } from './prism-languages';
import Normalizer from 'prismjs/plugins/normalize-whitespace/prism-normalize-whitespace.js';

const normalizeWhitespace = new Normalizer({
'remove-trailing': true,
Expand Down

0 comments on commit d3ba42f

Please sign in to comment.