2211ca0063
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]
23 lines
491 B
JSON
23 lines
491 B
JSON
{
|
|
"name": "@tldraw/bookmark-extractor",
|
|
"description": "A tiny little drawing app (merge server).",
|
|
"version": "2.0.0-alpha.11",
|
|
"private": true,
|
|
"author": {
|
|
"name": "tldraw GB Ltd.",
|
|
"email": "hello@tldraw.com"
|
|
},
|
|
"scripts": {
|
|
"lint": "yarn run -T tsx ../../scripts/lint.ts"
|
|
},
|
|
"dependencies": {
|
|
"@types/cors": "^2.8.15",
|
|
"cors": "^2.8.5",
|
|
"grabity": "^1.0.5",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"lazyrepo": "0.0.0-alpha.27",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|