Skip to content

Commit

Permalink
Update Typescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
lexisother committed May 29, 2024
1 parent c28181e commit 376631a
Show file tree
Hide file tree
Showing 2 changed files with 834 additions and 675 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5"
"typescript": "^5.4.5"
},
"scripts": {
"check": "tsc --noEmit",
Expand All @@ -33,10 +33,10 @@
},
"types": "crosscode-ccloader-all.d.ts",
"typesVersions": {
"*": {
"crosscode-ccloader-all.js": [
"./crosscode-ccloader-all.d.ts"
]
}
"*": {
"crosscode-ccloader-all.js": [
"./crosscode-ccloader-all.d.ts"
]
}
}
}
Loading

0 comments on commit 376631a

Please sign in to comment.