Skip to content

Commit

Permalink
Upgrade @adobe/css-tools to version 4.0.1 (umd build should be usable…
Browse files Browse the repository at this point in the history
… in nodejs and web browser environment)
  • Loading branch information
Jean-Philippe Zolesio committed Aug 4, 2022
1 parent 1f65720 commit 2594583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/testing-library__jest-dom": "^5.9.1",
"aria-query": "^5.0.0",
"chalk": "^3.0.0",
"@adobe/css-tools": "^4.0.0",
"@adobe/css-tools": "^4.0.1",
"css.escape": "^1.5.1",
"dom-accessibility-api": "^0.5.6",
"lodash": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import redent from 'redent'
import {parse} from '@adobe/css-tools/dist/cjs/cssTools'
import isEqual from 'lodash/isEqual'
import {parse} from '@adobe/css-tools'

class GenericTypeError extends Error {
constructor(expectedString, received, matcherFn, context) {
Expand Down

0 comments on commit 2594583

Please sign in to comment.