Skip to content

Commit

Permalink
remove types/lz-string and update lz-string
Browse files Browse the repository at this point in the history
  • Loading branch information
adenj committed Apr 4, 2024
1 parent cdfc925 commit 3c95404
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .changeset/sweet-buses-taste.md
@@ -0,0 +1,5 @@
---
'playroom': patch
---

Update lz-string to 1.5.0, and removed unnecessary @types/lz-string
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -64,7 +64,6 @@
"@types/base64-url": "^2.2.0",
"@types/codemirror": "^5.60.5",
"@types/lodash": "^4.14.191",
"@types/lz-string": "^1.3.34",
"@types/prettier": "^2.7.1",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
Expand All @@ -88,7 +87,7 @@
"intersection-observer": "^0.12.2",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"lz-string": "^1.4.4",
"lz-string": "^1.5.0",
"memoize-one": "^6.0.0",
"mini-css-extract-plugin": "^2.7.2",
"parse-prop-types": "^0.3.0",
Expand Down Expand Up @@ -137,6 +136,7 @@
},
"packageManager": "pnpm@8.15.3",
"volta": {
"node": "18.19.1"
"node": "18.19.1",
"pnpm": "8.15.6"
}
}
15 changes: 4 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c95404

Please sign in to comment.