Skip to content

Commit

Permalink
upstream v0.41.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
RobMayer committed Apr 5, 2024
1 parent 1b4eacc commit 436bed4
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 176 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsx-in-ttpg",
"license": "UNLICENSE",
"version": "2.2.2",
"version": "2.2.3",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --no-splitting",
"clean": "rm -rf ./dist",
Expand All @@ -14,10 +14,10 @@
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"peerDependencies": {
"@tabletop-playground/api": "^0.39.0"
"@tabletop-playground/api": "^0.41.0"
},
"devDependencies": {
"tsup": "^8.0.1",
"typescript": "^5.3.3"
"tsup": "^8.0.2",
"typescript": "^5.4.4"
}
}
Loading

0 comments on commit 436bed4

Please sign in to comment.