Skip to content

Commit

Permalink
fix: missing tslib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Oct 5, 2023
1 parent 69a8ee0 commit b26dbc5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
11 changes: 5 additions & 6 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"dependencies": {
"fast-glob": "^3.1.0",
"jest-file-snapshot": "^0.3.7",
"pretty-format": "^27.3.1"
"pretty-format": "^27.3.1",
"tslib": "^1.10.0"
},
"peerDependencies": {
"@marko/testing-library": "2 - 6",
Expand Down

0 comments on commit b26dbc5

Please sign in to comment.