Skip to content

Commit

Permalink
Blocks: Upgrade simple-html-tokenizer dependency (#15246)
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Apr 29, 2019
1 parent 5b3b3ab commit cafb57b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lodash": "^4.17.11",
"rememo": "^3.0.0",
"showdown": "^1.8.6",
"simple-html-tokenizer": "^0.4.1",
"simple-html-tokenizer": "^0.5.7",
"tinycolor2": "^1.4.1",
"uuid": "^3.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/src/api/validation.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies
*/
import Tokenizer from 'simple-html-tokenizer/dist/es6/tokenizer';
import { Tokenizer } from 'simple-html-tokenizer';
import {
identity,
xor,
Expand Down
3 changes: 0 additions & 3 deletions test/unit/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,4 @@ module.exports = {
'<rootDir>/.*/build/',
'<rootDir>/.*/build-module/',
],
transformIgnorePatterns: [
'node_modules/(?!(simple-html-tokenizer)/)',
],
};

0 comments on commit cafb57b

Please sign in to comment.