Skip to content

Commit

Permalink
ops: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshpastakia committed Oct 24, 2024
1 parent 8dce1f1 commit 56bbb38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/draw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,18 @@
"@tldraw/assets": "^3.3.1",
"@tldraw/editor": "^3.3.1",
"@tldraw/tldraw": "^3.3.1",
"classnames": "^2.5.1"
"classnames": "^2.5.1",
"dom-to-image": "^2.6.0"
},
"peerDependencies": {
"i18next": "^23.15.1",
"react": ">=18.0.0 <20.0.0",
"react-dom": ">=18.0.0 <20.0.0",
"react-i18next": "^15.0.2"
},
"devDependencies": {
"@types/dom-to-image": "^2.6.7"
},
"engines": {
"node": ">=18.12.0",
"npm": ">=8.19.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
"types": "dist/types/index.d.ts",
"directories": {
"src": "src",
"styles": "css",
"test": "tests"
},
"files": [
"css",
"src",
"dist"
],
Expand Down

0 comments on commit 56bbb38

Please sign in to comment.