Skip to content

Commit

Permalink
Depdendency updates. Fix issue with tldraw-cli.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitschpatrol committed Sep 28, 2024
1 parent da7680f commit 0ce1ada
Show file tree
Hide file tree
Showing 2 changed files with 551 additions and 503 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://ericmika.com"
},
"license": "MIT",
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": "^18.19.0 || >=20.5.0",
"pnpm": ">=9.0.0"
Expand Down Expand Up @@ -49,22 +49,22 @@
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"@kitschpatrol/tldraw-cli": "^4.6.16",
"@kitschpatrol/tldraw-cli": "^4.6.19",
"@types/mdast": "^4.0.4",
"@types/node": "18.19.0",
"@types/unist": "^3.0.3",
"@types/which": "^3.0.4",
"@types/yargs": "^17.0.33",
"cosmiconfig": "^9.0.0",
"cosmiconfig-typescript-loader": "^5.0.0",
"execa": "^9.3.1",
"execa": "^9.4.0",
"globby": "^14.0.2",
"read-pkg": "^9.0.1",
"which": "^4.0.0"
},
"devDependencies": {
"@kitschpatrol/shared-config": "^4.7.9",
"bumpp": "^9.5.2",
"@kitschpatrol/shared-config": "^4.7.10",
"bumpp": "^9.6.0",
"chalk": "^5.3.0",
"chevrotain": "^11.0.3",
"find-up": "^7.0.0",
Expand All @@ -78,9 +78,9 @@
"pretty-ms": "^9.1.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-mdat": "^0.7.2",
"remark-mdat": "^0.7.3",
"to-vfile": "^8.0.0",
"tsup": "^8.2.4",
"tsup": "^8.3.0",
"type-fest": "^4.26.1",
"typescript": "^5.6.2",
"untildify": "^5.0.0",
Expand Down
Loading

0 comments on commit 0ce1ada

Please sign in to comment.