bump typescript / api-extractor (#2949)

This PR bumps TypeScript to 5.3.3 and API extractor. We started getting
some weird behavior in CI due to different versions of the two
libraries, ie where the CI api.jsons would differ from those built
locally.

### Change Type

- [x] `dependencies` — Changes to package dependencies[^1]
This commit is contained in:
Steve Ruiz 2024-02-25 11:43:17 +00:00 committed by GitHub
parent ad902be5e6
commit 2211ca0063
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 423 additions and 281 deletions

View file

@ -82,7 +82,7 @@
"sqlite": "^5.0.1",
"sqlite3": "^5.1.6",
"tsx": "^4.0.0",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"unist-util-is": "^6.0.0",
"unist-util-visit": "^5.0.0",
"vectra": "^0.4.4",

View file

@ -18,6 +18,6 @@
},
"devDependencies": {
"lazyrepo": "0.0.0-alpha.27",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}

View file

@ -40,7 +40,7 @@
"concurrently": "^8.2.2",
"lazyrepo": "0.0.0-alpha.27",
"picocolors": "^1.0.0",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"wrangler": "3.16.0"
},
"jest": {

View file

@ -15,7 +15,7 @@
"@cloudflare/workers-types": "^4.20230821.0",
"@types/node": "~20.11",
"discord-api-types": "^0.37.67",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"wrangler": "3.16.0"
}
}

View file

@ -147,7 +147,7 @@
"ts-loader": "^9.2.5",
"tslib": "^2.6.2",
"tsx": "^4.0.0",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"vsce": "^2.15.0",
"webpack": "^5.0.0"
},