Skip to content

Commit 2594583

Browse files
author
Jean-Philippe Zolesio
committed
Upgrade @adobe/css-tools to version 4.0.1 (umd build should be usable in nodejs and web browser environment)
1 parent 1f65720 commit 2594583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/testing-library__jest-dom": "^5.9.1",
3636
"aria-query": "^5.0.0",
3737
"chalk": "^3.0.0",
38-
"@adobe/css-tools": "^4.0.0",
38+
"@adobe/css-tools": "^4.0.1",
3939
"css.escape": "^1.5.1",
4040
"dom-accessibility-api": "^0.5.6",
4141
"lodash": "^4.17.15",

src/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import redent from 'redent'
2-
import {parse} from '@adobe/css-tools/dist/cjs/cssTools'
32
import isEqual from 'lodash/isEqual'
3+
import {parse} from '@adobe/css-tools'
44

55
class GenericTypeError extends Error {
66
constructor(expectedString, received, matcherFn, context) {

0 commit comments

Comments
 (0)