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]
65 lines
1.2 KiB
JSON
65 lines
1.2 KiB
JSON
{
|
|
"name": "@tldraw/assets",
|
|
"description": "A tiny little drawing app (assets).",
|
|
"version": "2.0.0-beta.4",
|
|
"author": {
|
|
"name": "tldraw Inc.",
|
|
"email": "hello@tldraw.com"
|
|
},
|
|
"homepage": "https://tldraw.dev",
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tldraw/tldraw"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tldraw/tldraw/issues"
|
|
},
|
|
"keywords": [
|
|
"tldraw",
|
|
"drawing",
|
|
"app",
|
|
"development",
|
|
"whiteboard",
|
|
"canvas",
|
|
"infinite"
|
|
],
|
|
"files": [
|
|
"embed-icons",
|
|
"icons",
|
|
"fonts",
|
|
"translations",
|
|
"imports.js",
|
|
"imports.d.ts",
|
|
"imports.vite.js",
|
|
"imports.vite.d.ts",
|
|
"selfHosted.js",
|
|
"selfHosted.d.ts",
|
|
"types.d.ts",
|
|
"urls.js",
|
|
"urls.d.ts",
|
|
"utils.js",
|
|
"utils.d.ts"
|
|
],
|
|
"scripts": {
|
|
"pack-tarball": "yarn pack",
|
|
"lint": "yarn run -T tsx ../../scripts/lint.ts"
|
|
},
|
|
"dependencies": {
|
|
"@tldraw/utils": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"lazyrepo": "0.0.0-alpha.27",
|
|
"ts-node-dev": "^1.1.8",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"jest": {
|
|
"preset": "config/jest/node",
|
|
"setupFiles": [
|
|
"raf/polyfill"
|
|
],
|
|
"moduleNameMapper": {
|
|
"^~(.*)": "<rootDir>/src/$1"
|
|
}
|
|
}
|
|
}
|