Skip to content

Commit

Permalink
fix: Ensure MIT licensed lz-string is used (#1219)
Browse files Browse the repository at this point in the history
* fix: Ensure MIT licensed lz-string is used

* lz-string ships own types
  • Loading branch information
eps1lon committed Mar 8, 2023
1 parent d1ff495 commit 4da0f39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,11 @@
"aria-query": "^5.0.0",
"chalk": "^4.1.0",
"dom-accessibility-api": "^0.5.9",
"lz-string": "^1.4.4",
"lz-string": "^1.5.0",
"pretty-format": "^27.0.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.6",
"@types/lz-string": "^1.3.34",
"jest-in-case": "^1.0.2",
"jest-snapshot-serializer-ansi": "^1.0.0",
"jest-watch-select-projects": "^2.0.0",
Expand Down

0 comments on commit 4da0f39

Please sign in to comment.