Update deps

This commit is contained in:
sianida26 2024-05-15 11:37:38 +07:00
parent 029800c703
commit fb411c8fd3
3 changed files with 51 additions and 51 deletions

View File

@ -15,7 +15,7 @@
"bcrypt": "^5.1.1", "bcrypt": "^5.1.1",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"drizzle-orm": "^0.30.10", "drizzle-orm": "^0.30.10",
"hono": "^4.3.4", "hono": "^4.3.6",
"jsonwebtoken": "^9.0.2", "jsonwebtoken": "^9.0.2",
"moment": "^2.30.1", "moment": "^2.30.1",
"postgres": "^3.4.4", "postgres": "^3.4.4",

View File

@ -14,12 +14,12 @@
"@mantine/form": "^7.9.1", "@mantine/form": "^7.9.1",
"@mantine/hooks": "^7.9.1", "@mantine/hooks": "^7.9.1",
"@mantine/notifications": "^7.9.1", "@mantine/notifications": "^7.9.1",
"@tanstack/react-query": "^5.35.5", "@tanstack/react-query": "^5.36.0",
"@tanstack/react-router": "^1.31.26", "@tanstack/react-router": "^1.32.5",
"@tanstack/react-table": "^8.16.0", "@tanstack/react-table": "^8.17.3",
"backend": "workspace:*", "backend": "workspace:*",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"hono": "^4.3.4", "hono": "^4.3.6",
"mantine-form-zod-resolver": "^1.1.0", "mantine-form-zod-resolver": "^1.1.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
@ -27,9 +27,9 @@
"zod": "^3.23.4" "zod": "^3.23.4"
}, },
"devDependencies": { "devDependencies": {
"@tanstack/eslint-plugin-query": "^5.28.11", "@tanstack/eslint-plugin-query": "^5.35.6",
"@tanstack/router-devtools": "^1.31.26", "@tanstack/router-devtools": "^1.32.5",
"@tanstack/router-vite-plugin": "^1.31.18", "@tanstack/router-vite-plugin": "^1.32.2",
"@types/node": "^20.11.24", "@types/node": "^20.11.24",
"@types/react": "^18.2.66", "@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22", "@types/react-dom": "^18.2.22",

View File

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