Skip to content

Commit 4da0f39

Browse files
authored
fix: Ensure MIT licensed lz-string is used (#1219)
* fix: Ensure MIT licensed lz-string is used * lz-string ships own types
1 parent d1ff495 commit 4da0f39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,11 @@
6565
"aria-query": "^5.0.0",
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)