Update deps
This commit is contained in:
parent
029800c703
commit
fb411c8fd3
|
|
@ -15,7 +15,7 @@
|
|||
"bcrypt": "^5.1.1",
|
||||
"dotenv": "^16.4.5",
|
||||
"drizzle-orm": "^0.30.10",
|
||||
"hono": "^4.3.4",
|
||||
"hono": "^4.3.6",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"moment": "^2.30.1",
|
||||
"postgres": "^3.4.4",
|
||||
|
|
|
|||
|
|
@ -14,12 +14,12 @@
|
|||
"@mantine/form": "^7.9.1",
|
||||
"@mantine/hooks": "^7.9.1",
|
||||
"@mantine/notifications": "^7.9.1",
|
||||
"@tanstack/react-query": "^5.35.5",
|
||||
"@tanstack/react-router": "^1.31.26",
|
||||
"@tanstack/react-table": "^8.16.0",
|
||||
"@tanstack/react-query": "^5.36.0",
|
||||
"@tanstack/react-router": "^1.32.5",
|
||||
"@tanstack/react-table": "^8.17.3",
|
||||
"backend": "workspace:*",
|
||||
"clsx": "^2.1.1",
|
||||
"hono": "^4.3.4",
|
||||
"hono": "^4.3.6",
|
||||
"mantine-form-zod-resolver": "^1.1.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
|
|
@ -27,9 +27,9 @@
|
|||
"zod": "^3.23.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tanstack/eslint-plugin-query": "^5.28.11",
|
||||
"@tanstack/router-devtools": "^1.31.26",
|
||||
"@tanstack/router-vite-plugin": "^1.31.18",
|
||||
"@tanstack/eslint-plugin-query": "^5.35.6",
|
||||
"@tanstack/router-devtools": "^1.32.5",
|
||||
"@tanstack/router-vite-plugin": "^1.32.2",
|
||||
"@types/node": "^20.11.24",
|
||||
"@types/react": "^18.2.66",
|
||||
"@types/react-dom": "^18.2.22",
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ importers:
|
|||
version: 1.11.0
|
||||
'@hono/zod-validator':
|
||||
specifier: ^0.2.1
|
||||
version: 0.2.1(hono@4.3.4)(zod@3.23.4)
|
||||
version: 0.2.1(hono@4.3.6)(zod@3.23.4)
|
||||
'@paralleldrive/cuid2':
|
||||
specifier: ^2.2.2
|
||||
version: 2.2.2
|
||||
|
|
@ -42,8 +42,8 @@ importers:
|
|||
specifier: ^0.30.10
|
||||
version: 0.30.10(pg@8.11.5)(postgres@3.4.4)
|
||||
hono:
|
||||
specifier: ^4.3.4
|
||||
version: 4.3.4
|
||||
specifier: ^4.3.6
|
||||
version: 4.3.6
|
||||
jsonwebtoken:
|
||||
specifier: ^9.0.2
|
||||
version: 9.0.2
|
||||
|
|
@ -94,14 +94,14 @@ importers:
|
|||
specifier: ^7.9.1
|
||||
version: 7.9.1(@mantine/core@7.9.1)(@mantine/hooks@7.9.1)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@tanstack/react-query':
|
||||
specifier: ^5.35.5
|
||||
version: 5.35.5(react@18.2.0)
|
||||
specifier: ^5.36.0
|
||||
version: 5.36.0(react@18.2.0)
|
||||
'@tanstack/react-router':
|
||||
specifier: ^1.31.26
|
||||
version: 1.31.26(react-dom@18.2.0)(react@18.2.0)
|
||||
specifier: ^1.32.5
|
||||
version: 1.32.5(react-dom@18.2.0)(react@18.2.0)
|
||||
'@tanstack/react-table':
|
||||
specifier: ^8.16.0
|
||||
version: 8.16.0(react-dom@18.2.0)(react@18.2.0)
|
||||
specifier: ^8.17.3
|
||||
version: 8.17.3(react-dom@18.2.0)(react@18.2.0)
|
||||
backend:
|
||||
specifier: workspace:*
|
||||
version: link:../backend
|
||||
|
|
@ -109,8 +109,8 @@ importers:
|
|||
specifier: ^2.1.1
|
||||
version: 2.1.1
|
||||
hono:
|
||||
specifier: ^4.3.4
|
||||
version: 4.3.4
|
||||
specifier: ^4.3.6
|
||||
version: 4.3.6
|
||||
mantine-form-zod-resolver:
|
||||
specifier: ^1.1.0
|
||||
version: 1.1.0(@mantine/form@7.9.1)(zod@3.23.4)
|
||||
|
|
@ -128,14 +128,14 @@ importers:
|
|||
version: 3.23.4
|
||||
devDependencies:
|
||||
'@tanstack/eslint-plugin-query':
|
||||
specifier: ^5.28.11
|
||||
version: 5.28.11(eslint@8.57.0)(typescript@5.3.3)
|
||||
specifier: ^5.35.6
|
||||
version: 5.35.6(eslint@8.57.0)(typescript@5.3.3)
|
||||
'@tanstack/router-devtools':
|
||||
specifier: ^1.31.26
|
||||
version: 1.31.26(csstype@3.1.2)(react-dom@18.2.0)(react@18.2.0)
|
||||
specifier: ^1.32.5
|
||||
version: 1.32.5(csstype@3.1.2)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@tanstack/router-vite-plugin':
|
||||
specifier: ^1.31.18
|
||||
version: 1.31.18(vite@5.2.10)
|
||||
specifier: ^1.32.2
|
||||
version: 1.32.2(vite@5.2.10)
|
||||
'@types/node':
|
||||
specifier: ^20.11.24
|
||||
version: 20.11.24
|
||||
|
|
@ -1557,13 +1557,13 @@ packages:
|
|||
engines: {node: '>=18.14.1'}
|
||||
dev: false
|
||||
|
||||
/@hono/zod-validator@0.2.1(hono@4.3.4)(zod@3.23.4):
|
||||
/@hono/zod-validator@0.2.1(hono@4.3.6)(zod@3.23.4):
|
||||
resolution: {integrity: sha512-HFoxln7Q6JsE64qz2WBS28SD33UB2alp3aRKmcWnNLDzEL1BLsWfbdX6e1HIiUprHYTIXf5y7ax8eYidKUwyaA==}
|
||||
peerDependencies:
|
||||
hono: '>=3.9.0'
|
||||
zod: ^3.19.1
|
||||
dependencies:
|
||||
hono: 4.3.4
|
||||
hono: 4.3.6
|
||||
zod: 3.23.4
|
||||
dev: false
|
||||
|
||||
|
|
@ -2064,8 +2064,8 @@ packages:
|
|||
'@swc/counter': 0.1.3
|
||||
dev: true
|
||||
|
||||
/@tanstack/eslint-plugin-query@5.28.11(eslint@8.57.0)(typescript@5.3.3):
|
||||
resolution: {integrity: sha512-bODGLeG4WCGmHVKCh3bH1KLfq7xdi1jsRjTESV6ifCw1mZ0m2fBMxAjK42KjbhJwcvNdTlYHI+YY/aZWBk4Niw==}
|
||||
/@tanstack/eslint-plugin-query@5.35.6(eslint@8.57.0)(typescript@5.3.3):
|
||||
resolution: {integrity: sha512-XhVRLsJFJMWYNzArPzy1MWSpx2BSUnc8Zof+fvsgaAnWBy9tjNXH3DFftZoNMGA8Mw1dPIdDPkEQcSku3m80Jw==}
|
||||
peerDependencies:
|
||||
eslint: ^8.0.0
|
||||
dependencies:
|
||||
|
|
@ -2080,21 +2080,21 @@ packages:
|
|||
resolution: {integrity: sha512-rahAZXlR879P7dngDH7BZwGYiODA9D5Hqo6nUHn9GAURcqZU5IW0ZiT54dPtV5EPES7muZZmknReYueDHs7FFQ==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
/@tanstack/query-core@5.35.5:
|
||||
resolution: {integrity: sha512-OMWvlEqG01RfGj+XZb/piDzPp0eZkkHWSDHt2LvE/fd1zWburP/xwm0ghk6Iv8cuPlP+ACFkZviKXK0OVt6lhg==}
|
||||
/@tanstack/query-core@5.36.0:
|
||||
resolution: {integrity: sha512-B5BD3pg/mztDR36i77hGcyySKKeYrbM5mnogOROTBi1SUml5ByRK7PGUUl16vvubvQC+mSnqziFG/VIy/DE3FQ==}
|
||||
dev: false
|
||||
|
||||
/@tanstack/react-query@5.35.5(react@18.2.0):
|
||||
resolution: {integrity: sha512-sppX7L+PVn5GBV3In6zzj0zcKfnZRKhXbX1MfIfKo1OjIq2GMaopvAFOP0x1bRYTUk2ikrdYcQYOozX7PWkb8A==}
|
||||
/@tanstack/react-query@5.36.0(react@18.2.0):
|
||||
resolution: {integrity: sha512-BATvtM0rohwg7pRHUnxgeDiwLWRGZ8OM/4y8LImHVpecQWoH6Uhytu3Z8YV6V7hQ1sMQBFcUrGE1/e4MxR6YiA==}
|
||||
peerDependencies:
|
||||
react: ^18.0.0
|
||||
dependencies:
|
||||
'@tanstack/query-core': 5.35.5
|
||||
'@tanstack/query-core': 5.36.0
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/@tanstack/react-router@1.31.26(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-Ox03DQx/YvxaXscM4PGlG69KZBeUVkwLqAweuBY1cnPeDGkK68AcjfgWESC2n9N3YIxSi0C/REUkken/gupALA==}
|
||||
/@tanstack/react-router@1.32.5(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-3W8db+P2KAJRY+zwxDzVUS99SFbs0wT8/je8yS1i3OExXm9BRCPD8EQX8+wk3EDxrEJ0SYjkGExutzSb7m58jA==}
|
||||
engines: {node: '>=12'}
|
||||
peerDependencies:
|
||||
react: '>=16.8'
|
||||
|
|
@ -2118,26 +2118,26 @@ packages:
|
|||
react-dom: 18.2.0(react@18.2.0)
|
||||
use-sync-external-store: 1.2.2(react@18.2.0)
|
||||
|
||||
/@tanstack/react-table@8.16.0(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-rKRjnt8ostqN2fercRVOIH/dq7MAmOENCMvVlKx6P9Iokhh6woBGnIZEkqsY/vEJf1jN3TqLOb34xQGLVRuhAg==}
|
||||
/@tanstack/react-table@8.17.3(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-5gwg5SvPD3lNAXPuJJz1fOCEZYk9/GeBFH3w/hCgnfyszOIzwkwgp5I7Q4MJtn0WECp84b5STQUDdmvGi8m3nA==}
|
||||
engines: {node: '>=12'}
|
||||
peerDependencies:
|
||||
react: '>=16.8'
|
||||
react-dom: '>=16.8'
|
||||
dependencies:
|
||||
'@tanstack/table-core': 8.16.0
|
||||
'@tanstack/table-core': 8.17.3
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0(react@18.2.0)
|
||||
dev: false
|
||||
|
||||
/@tanstack/router-devtools@1.31.26(csstype@3.1.2)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-imzUDStw3oKl00rBPYofIYUEGkSQsfGFbc2Jt3i5CRzSAl/ke7IsaLqOyVKFHlkTw1bSZr2GlqLe3+a3vVnEhg==}
|
||||
/@tanstack/router-devtools@1.32.5(csstype@3.1.2)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-f02dogfO1s041Fuk7pbRKNjYfEkWkWe2lZJd6ZLwICZ2HkQwRPVzVO41gX7462hKtqnPccavu0ATpboJt44W2Q==}
|
||||
engines: {node: '>=12'}
|
||||
peerDependencies:
|
||||
react: '>=16.8'
|
||||
react-dom: '>=16.8'
|
||||
dependencies:
|
||||
'@tanstack/react-router': 1.31.26(react-dom@18.2.0)(react@18.2.0)
|
||||
'@tanstack/react-router': 1.32.5(react-dom@18.2.0)(react@18.2.0)
|
||||
clsx: 2.1.1
|
||||
date-fns: 2.30.0
|
||||
goober: 2.1.14(csstype@3.1.2)
|
||||
|
|
@ -2147,16 +2147,16 @@ packages:
|
|||
- csstype
|
||||
dev: true
|
||||
|
||||
/@tanstack/router-generator@1.30.0:
|
||||
resolution: {integrity: sha512-EOMm7wQRZURqnjL7pueIkMgCsTw/+4N1jtJUHTwaPRQcUsLHuAyy0GEMP6GMRcYqGrh7mb2HYFsVEcNd/1mn4g==}
|
||||
/@tanstack/router-generator@1.32.2:
|
||||
resolution: {integrity: sha512-x/IZSAoqjzfBA4B3VI5kjp7Uu+6JMYvrM827LwG/EhEt+/SXTFgy5IFwK6huFRz/pkExy68pFDyA5vp8ghCHeA==}
|
||||
engines: {node: '>=12'}
|
||||
dependencies:
|
||||
prettier: 3.2.5
|
||||
zod: 3.23.4
|
||||
dev: true
|
||||
|
||||
/@tanstack/router-vite-plugin@1.31.18(vite@5.2.10):
|
||||
resolution: {integrity: sha512-rNbV4JckO1UPWikypsYlJqQWABTMEjANKMzQMGX9rmPomubXJqno6cgZXgjTG5bu2fXKALlCQrkNql+olQIzMg==}
|
||||
/@tanstack/router-vite-plugin@1.32.2(vite@5.2.10):
|
||||
resolution: {integrity: sha512-1djQJlCyPIWai1SvaBCoWuJoanzgcyywLPzPVYB//kXn/iLde1xBunQT09vTJk5EXt1amqQ82htS6z3ECM0Z0g==}
|
||||
engines: {node: '>=12'}
|
||||
dependencies:
|
||||
'@babel/core': 7.24.4
|
||||
|
|
@ -2168,7 +2168,7 @@ packages:
|
|||
'@babel/template': 7.24.0
|
||||
'@babel/traverse': 7.24.1
|
||||
'@babel/types': 7.24.0
|
||||
'@tanstack/router-generator': 1.30.0
|
||||
'@tanstack/router-generator': 1.32.2
|
||||
'@types/babel__core': 7.20.5
|
||||
'@types/babel__generator': 7.6.8
|
||||
'@types/babel__template': 7.4.4
|
||||
|
|
@ -2183,8 +2183,8 @@ packages:
|
|||
/@tanstack/store@0.1.3:
|
||||
resolution: {integrity: sha512-GnolmC8Fr4mvsHE1fGQmR3Nm0eBO3KnZjDU0a+P3TeQNM/dDscFGxtA7p31NplQNW3KwBw4t1RVFmz0VeKLxcw==}
|
||||
|
||||
/@tanstack/table-core@8.16.0:
|
||||
resolution: {integrity: sha512-dCG8vQGk4js5v88/k83tTedWOwjGnIyONrKpHpfmSJB8jwFHl8GSu1sBBxbtACVAPtAQgwNxl0rw1d3RqRM1Tg==}
|
||||
/@tanstack/table-core@8.17.3:
|
||||
resolution: {integrity: sha512-mPBodDGVL+fl6d90wUREepHa/7lhsghg2A3vFpakEhrhtbIlgNAZiMr7ccTgak5qbHqF14Fwy+W1yFWQt+WmYQ==}
|
||||
engines: {node: '>=12'}
|
||||
dev: false
|
||||
|
||||
|
|
@ -5202,8 +5202,8 @@ packages:
|
|||
react-is: 16.13.1
|
||||
dev: false
|
||||
|
||||
/hono@4.3.4:
|
||||
resolution: {integrity: sha512-oh+PBwW8yElj3bUlY2dTXhuPt1MCZp6Nb04tejLwY+GXdphQH6uCpUP0dY5iLvFY5wM8fNHrMx1QeMKbhnzw9w==}
|
||||
/hono@4.3.6:
|
||||
resolution: {integrity: sha512-2IqXwrxWF4tG2AR7b5tMYn+KEnWK8UvdC/NUSbOKWj/Kj11OJqel58FxyiXLK5CcKLiL8aGtTe4lkBKXyaHMBQ==}
|
||||
engines: {node: '>=16.0.0'}
|
||||
dev: false
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user