Skip to content

Commit

Permalink
chore: upgrade typescript and related packages (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
wschurman authored Jul 1, 2024
1 parent d7cc0c2 commit 5ab1f79
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 64 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarn.lock -diff linguist-generated
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
},
"devDependencies": {
"@expo/batcher": "^1.0.0",
"@expo/entity": "file:packages/entity",
"@expo/results": "^1.0.0",
"@types/invariant": "^2.2.37",
"@types/jest": "^29.5.12",
Expand All @@ -35,11 +34,11 @@
"lru-cache": "^6.0.0",
"nullthrows": "^1.1.1",
"pg": "8.12.0",
"prettier": "^3.3.0",
"ts-jest": "^29.1.4",
"prettier": "^3.3.2",
"ts-jest": "^29.1.5",
"ts-mockito": "^2.6.1",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"typedoc": "^0.26.2",
"typescript": "^5.5.2",
"uuid": "^8.3.0"
},
"dependencies": {
Expand Down
140 changes: 81 additions & 59 deletions yarn.lock

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

0 comments on commit 5ab1f79

Please sign in to comment.