Skip to content

Commit

Permalink
fix: downgraded typescript and added @types/jest
Browse files Browse the repository at this point in the history
  • Loading branch information
joebobmiles committed Apr 4, 2023
1 parent 3173f3d commit fa5e548
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 9 deletions.
37 changes: 29 additions & 8 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 @@ -64,6 +64,7 @@
"@rollup/plugin-typescript": "^8.2.1",
"@semantic-release/git": "^10.0.1",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.0",
"@types/ws": "^7.4.7",
"eslint": "^7.30.0",
"husky": "^7.0.1",
Expand All @@ -74,7 +75,7 @@
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tslib": "^2.3.0",
"typescript": "^5.0.3",
"typescript": "^4.9.5",
"ws": "^7.5.3",
"y-websocket": "^1.3.16"
},
Expand Down

0 comments on commit fa5e548

Please sign in to comment.