@testing-library/jest-dom
Advanced tools
Comparing version 5.16.4 to 5.16.5
@@ -23,6 +23,6 @@ "use strict"; | ||
var _parse = _interopRequireDefault(require("css/lib/parse")); | ||
var _isEqual = _interopRequireDefault(require("lodash/isEqual")); | ||
var _cssTools = require("@adobe/css-tools"); | ||
class GenericTypeError extends Error { | ||
@@ -110,3 +110,3 @@ constructor(expectedString, received, matcherFn, context) { | ||
function parseCSS(css, ...args) { | ||
const ast = (0, _parse.default)(`selector { ${css} }`, { | ||
const ast = (0, _cssTools.parse)(`selector { ${css} }`, { | ||
silent: true | ||
@@ -113,0 +113,0 @@ }).stylesheet; |
{ | ||
"name": "@testing-library/jest-dom", | ||
"version": "5.16.4", | ||
"version": "5.16.5", | ||
"description": "Custom jest matchers to test the state of the DOM", | ||
@@ -38,3 +38,3 @@ "main": "dist/index.js", | ||
"chalk": "^3.0.0", | ||
"css": "^3.0.0", | ||
"@adobe/css-tools": "^4.0.1", | ||
"css.escape": "^1.5.1", | ||
@@ -41,0 +41,0 @@ "dom-accessibility-api": "^0.5.6", |
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
125648
+ Added@adobe/css-tools@^4.0.1
+ Added@adobe/css-tools@4.4.0(transitive)
- Removedcss@^3.0.0
- Removedatob@2.1.2(transitive)
- Removedcss@3.0.0(transitive)
- Removeddecode-uri-component@0.2.2(transitive)
- Removedinherits@2.0.4(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedsource-map-resolve@0.6.0(transitive)