Skip to content

Commit

Permalink
chore(repo): update package deps, move demo to test
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Sep 19, 2023
1 parent a025250 commit 135d5ea
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 344 deletions.
5 changes: 2 additions & 3 deletions packages/heading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@
"react": "^18.2.0"
},
"dependencies": {
"@radix-ui/react-slot": "1.0.2",
"react": "18.2.0"
"@radix-ui/react-slot": "1.0.2"
},
"types": "./dist/index.d.ts",
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"react": "^18.2.0"
},
"dependencies": {
"md-to-react-email": "4.0.0"
"md-to-react-email": "^4.1.0"
},
"types": "./dist/index.d.ts",
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"tailwind"
],
"dependencies": {
"html-react-parser": "4.0.0",
"html-react-parser": "^4.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"tw-to-css": "0.0.11"
},
"types": "./dist/index.d.ts",
"sideEffects": false
}
}
Loading

0 comments on commit 135d5ea

Please sign in to comment.