Merge branch 'dev' into ajnart/fix-duplicate-users

This commit is contained in:
Thomas Camlong
2024-05-12 01:02:07 +02:00
committed by GitHub
26 changed files with 552 additions and 2661 deletions

View File

@@ -34,9 +34,9 @@
"@mantine/modals": "^7.9.1",
"@mantine/tiptap": "^7.9.1",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^5.35.1",
"@tanstack/react-query-devtools": "^5.35.1",
"@tanstack/react-query-next-experimental": "5.35.1",
"@tanstack/react-query": "^5.35.5",
"@tanstack/react-query-devtools": "^5.35.5",
"@tanstack/react-query-next-experimental": "5.35.5",
"@trpc/client": "11.0.0-rc.366",
"@trpc/next": "next",
"@trpc/react-query": "next",
@@ -53,7 +53,7 @@
"postcss-preset-mantine": "^1.15.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"sass": "^1.77.0",
"sass": "^1.77.1",
"superjson": "2.2.1",
"use-deep-compare-effect": "^1.8.1"
},
@@ -63,12 +63,12 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/chroma-js": "2.4.4",
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"tsx": "4.9.3",
"tsx": "4.10.0",
"typescript": "^5.4.5"
},
"eslintConfig": {

View File

@@ -38,7 +38,7 @@
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"tsx": "4.9.3",
"tsx": "4.10.0",
"typescript": "^5.4.5"
},
"eslintConfig": {