Revert "Update dependencies (#1613)" (#1617)

This reverts commit b6716a3750.

Not sure why, but this introduced a `/// <references />` comment in the
tldraw/tldraw api-report.md file that doesn't show up when you build
from brivate. Reverting for now.

### Change Type

- [x] `dependencies` — Changes to package dependencies[^1]


### Test Plan

-

### Release Notes

-
This commit is contained in:
alex 2023-06-19 10:49:44 +01:00 committed by GitHub
parent 4b8491d388
commit 38d74a9ff0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 731 additions and 341 deletions

View file

@ -40,11 +40,11 @@
"@tldraw/ui": "workspace:*",
"@tldraw/utils": "workspace:*",
"@types/fs-extra": "^11.0.1",
"@types/node": "18.15.0",
"@types/node": "^17.0.14",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.6",
"@types/react-router-dom": "^5.1.8",
"concurrently": "^8.1.0",
"concurrently": "7.0.0",
"create-serve": "1.0.1",
"dotenv": "^16.0.3",
"esbuild": "^0.18.3",