Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent dcd763e commit 8fcdea9
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
10 changes: 5 additions & 5 deletions apps/hiyasakamishiro/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"@serwist/next": "9.0.11",
"@tabler/icons-react": "3.24.0",
"next": "14.2.20",
"react": "^18",
"react-dom": "^18",
"react-tabs": "6.0.2",
"@tabler/icons-react": "3.28.1",
"next": "15.1.5",
"react": "^19.0.0-rc-02c0e824-20241028",
"react-dom": "^19.0.0-rc-02c0e824-20241028",
"react-tabs": "6.1.0",
"ress": "5.0.2",
"web-push": "3.6.7"
},
Expand Down
38 changes: 19 additions & 19 deletions apps/liver/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"dependencies": {
"@clerk/localizations": "3.6.1",
"@clerk/nextjs": "6.2.0",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@mui/icons-material": "6.1.7",
"@mui/material": "6.1.7",
"@prisma/client": "5.21.1",
"@clerk/localizations": "3.9.11",
"@clerk/nextjs": "6.9.14",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@mui/icons-material": "6.4.0",
"@mui/material": "6.4.0",
"@prisma/client": "5.22.0",
"@t3-oss/env-nextjs": "0.11.1",
"@tiptap/core": "2.9.1",
"@tiptap/extension-heading": "2.9.1",
"@tiptap/extension-image": "2.9.1",
"@tiptap/extension-table": "2.9.1",
"@tiptap/pm": "2.9.1",
"@tiptap/react": "2.9.1",
"@tiptap/starter-kit": "2.9.1",
"@tiptap/core": "2.11.2",
"@tiptap/extension-heading": "2.11.2",
"@tiptap/extension-image": "2.11.2",
"@tiptap/extension-table": "2.11.2",
"@tiptap/pm": "2.11.2",
"@tiptap/react": "2.11.2",
"@tiptap/starter-kit": "2.11.2",
"@vercel/postgres": "0.10.0",
"mui-tiptap": "1.13.0",
"next": "14.2.18",
"react": "18.3.1",
"react-dom": "18.3.1",
"mui-tiptap": "1.17.0",
"next": "15.1.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"ress": "5.0.2",
"zod": "3.23.8"
"zod": "3.24.1"
},
"devDependencies": {
"@types/node": "22.9.0",
Expand Down
20 changes: 10 additions & 10 deletions apps/user/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"dependencies": {
"@clerk/localizations": "3.6.1",
"@clerk/nextjs": "6.2.0",
"@emotion/react": "11.13.3",
"@prisma/client": "5.21.1",
"@clerk/localizations": "3.9.11",
"@clerk/nextjs": "6.9.14",
"@emotion/react": "11.14.0",
"@prisma/client": "5.22.0",
"@t3-oss/env-nextjs": "0.11.1",
"@tabler/icons-react": "3.22.0",
"@tabler/icons-react": "3.28.1",
"@vercel/postgres": "0.10.0",
"hamburger-react": "2.5.1",
"next": "14.2.18",
"react": "18.3.1",
"react-dom": "18.3.1",
"hamburger-react": "2.5.2",
"next": "15.1.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-modern-drawer": "1.4.0",
"ress": "5.0.2",
"use-show-window-size": "0.0.1",
"usehooks-ts": "3.1.0",
"zod": "3.23.8"
"zod": "3.24.1"
},
"devDependencies": {
"@types/node": "22.9.0",
Expand Down

0 comments on commit 8fcdea9

Please sign in to comment.