Skip to content

Commit

Permalink
3850 - fix build failing (finally!)
Browse files Browse the repository at this point in the history
  • Loading branch information
inoyakaigor committed Jun 6, 2024
1 parent a109642 commit 4767248
Show file tree
Hide file tree
Showing 3 changed files with 4,918 additions and 4,383 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"resolutions": {
"jest": "^29.5.0",
"typescript": "^5.0.2",
"typescript": "5.5.0-dev.20240603",
"recast": "^0.23.1"
},
"repository": {
Expand Down Expand Up @@ -68,7 +68,7 @@
"tape": "^5.0.1",
"ts-jest": "^29.0.5",
"tsdx": "^0.14.1",
"typescript": "^5.5.0-beta"
"typescript": "5.5.0-dev.20240603"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"target": "es6",
"module": "esnext",
"moduleResolution": "node",
"lib": ["es6", "ESNext"],
"lib": ["es6", "esnext"],
"downlevelIteration": true,
"alwaysStrict": true,
"sourceMap": true,
Expand Down
Loading

0 comments on commit 4767248

Please sign in to comment.