Skip to content

Commit 4a13f4b

Browse files
committedJun 16, 2023
fix: pin aria-query version and upgrade lz-string
1 parent 0ce0c70 commit 4a13f4b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,14 @@
6262
"@babel/code-frame": "^7.10.4",
6363
"@babel/runtime": "^7.12.5",
6464
"@types/aria-query": "^5.0.1",
65-
"aria-query": "^5.0.0",
65+
"aria-query": "5.1.3",
6666
"chalk": "^4.1.0",
6767
"dom-accessibility-api": "^0.5.9",
68-
"lz-string": "^1.4.4",
68+
"lz-string": "^1.5.0",
6969
"pretty-format": "^27.0.2"
7070
},
7171
"devDependencies": {
7272
"@testing-library/jest-dom": "^5.11.6",
73-
"@types/lz-string": "^1.3.34",
7473
"jest-in-case": "^1.0.2",
7574
"jest-snapshot-serializer-ansi": "^1.0.0",
7675
"jest-watch-select-projects": "^2.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.