Skip to content

Commit

Permalink
chore: Update dependencies across packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Aug 23, 2024
1 parent d599b0d commit 0297cae
Show file tree
Hide file tree
Showing 4 changed files with 300 additions and 1,426 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@nx/devkit": "19.6.1",
"@nx/workspace": "19.6.1",
"@types/tar": "^6.1.13",
"axios": "^1.7.4",
"axios": "^1.7.5",
"crypto-js": "^4.2.0",
"deepmerge": "^4.3.1",
"rxjs-for-await": "^1.0.0",
Expand Down Expand Up @@ -77,7 +77,7 @@
"jest-environment-jsdom": "29.7.0",
"nx": "19.6.1",
"prettier": "3.3.3",
"ts-jest": "29.2.4",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslint": "~6.1.3",
"typescript": "5.5.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"license": "MIT",
"main": "src/index.js",
"devDependencies": {
"@react-email/components": "0.0.22",
"react-email": "2.1.6"
"@react-email/components": "0.0.23",
"react-email": "3.0.1"
},
"peerDependencies": {
"@nx/devkit": "^19.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/shadcn-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.429.0",
"lucide-react": "^0.435.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
Expand Down
Loading

0 comments on commit 0297cae

Please sign in to comment.