mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-24 02:05:25 +00:00
bump deps (#685)
This commit is contained in:
parent
a823acd09c
commit
dc1bd48919
2 changed files with 909 additions and 649 deletions
|
|
@ -83,8 +83,8 @@
|
|||
"@radix-ui/react-toast": "^1.2.2",
|
||||
"@radix-ui/react-toggle": "^1.1.0",
|
||||
"@radix-ui/react-tooltip": "^1.1.4",
|
||||
"@react-email/components": "^0.0.33",
|
||||
"@react-email/render": "^1.0.5",
|
||||
"@react-email/components": "^1.0.2",
|
||||
"@react-email/render": "^2.0.0",
|
||||
"@replit/codemirror-lang-csharp": "^6.2.0",
|
||||
"@replit/codemirror-lang-nix": "^6.0.1",
|
||||
"@replit/codemirror-lang-solidity": "^6.0.2",
|
||||
|
|
@ -190,6 +190,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3",
|
||||
"@react-email/preview-server": "5.1.0",
|
||||
"@tanstack/eslint-plugin-query": "^5.74.7",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
|
|
@ -209,7 +210,7 @@
|
|||
"jsdom": "^25.0.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss": "^8",
|
||||
"react-email": "3.0.3",
|
||||
"react-email": "^5.1.0",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"tsx": "^4.19.2",
|
||||
"typescript": "^5",
|
||||
|
|
|
|||
Loading…
Reference in a new issue