This re-fetch is useless AF and wastes DB calls. Remove!
This commit is contained in:
parent
d6fdaf76d8
commit
7f646db188
3 changed files with 193 additions and 179 deletions
22
package.json
22
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sprintpadawan",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "Plan. Sprint. Repeat.",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -15,25 +15,25 @@
|
|||
"@next-auth/prisma-adapter": "^1.0.6",
|
||||
"@prisma/client": "4.14.1",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"@tanstack/react-query": "^4.29.11",
|
||||
"@trpc/client": "10.28.0",
|
||||
"@trpc/next": "10.28.0",
|
||||
"@trpc/react-query": "10.28.0",
|
||||
"@trpc/server": "10.28.0",
|
||||
"@tanstack/react-query": "^4.29.12",
|
||||
"@trpc/client": "10.28.1",
|
||||
"@trpc/next": "10.28.1",
|
||||
"@trpc/react-query": "10.28.1",
|
||||
"@trpc/server": "10.28.1",
|
||||
"@types/json2csv": "^5.0.3",
|
||||
"@types/next-pwa": "^5.6.4",
|
||||
"ably": "^1.2.40",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"daisyui": "^2.51.6",
|
||||
"daisyui": "^2.52.0",
|
||||
"fms-ts": "^0.1.7",
|
||||
"json2csv": "6.0.0-alpha.2",
|
||||
"next": "^13.4.4",
|
||||
"next-auth": "^4.22.1",
|
||||
"next-pwa": "^5.6.0",
|
||||
"postcss": "^8.4.23",
|
||||
"postcss": "^8.4.24",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-icons": "^4.8.0",
|
||||
"react-icons": "^4.9.0",
|
||||
"redicache-ts": "^0.1.1",
|
||||
"superjson": "1.12.3",
|
||||
"tailwindcss": "^3.3.2",
|
||||
|
@ -44,8 +44,8 @@
|
|||
"@types/node": "^20.2.5",
|
||||
"@types/react": "^18.2.7",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
||||
"@typescript-eslint/parser": "^5.59.7",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.8",
|
||||
"@typescript-eslint/parser": "^5.59.8",
|
||||
"eslint": "^8.41.0",
|
||||
"eslint-config-next": "^13.4.4",
|
||||
"prisma": "4.14.1",
|
||||
|
|
342
pnpm-lock.yaml
generated
342
pnpm-lock.yaml
generated
|
@ -14,20 +14,20 @@ dependencies:
|
|||
specifier: ^0.5.9
|
||||
version: 0.5.9(tailwindcss@3.3.2)
|
||||
'@tanstack/react-query':
|
||||
specifier: ^4.29.11
|
||||
version: 4.29.11(react-dom@18.2.0)(react@18.2.0)
|
||||
specifier: ^4.29.12
|
||||
version: 4.29.12(react-dom@18.2.0)(react@18.2.0)
|
||||
'@trpc/client':
|
||||
specifier: 10.28.0
|
||||
version: 10.28.0(@trpc/server@10.28.0)
|
||||
specifier: 10.28.1
|
||||
version: 10.28.1(@trpc/server@10.28.1)
|
||||
'@trpc/next':
|
||||
specifier: 10.28.0
|
||||
version: 10.28.0(@tanstack/react-query@4.29.11)(@trpc/client@10.28.0)(@trpc/react-query@10.28.0)(@trpc/server@10.28.0)(next@13.4.4)(react-dom@18.2.0)(react@18.2.0)
|
||||
specifier: 10.28.1
|
||||
version: 10.28.1(@tanstack/react-query@4.29.12)(@trpc/client@10.28.1)(@trpc/react-query@10.28.1)(@trpc/server@10.28.1)(next@13.4.4)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@trpc/react-query':
|
||||
specifier: 10.28.0
|
||||
version: 10.28.0(@tanstack/react-query@4.29.11)(@trpc/client@10.28.0)(@trpc/server@10.28.0)(react-dom@18.2.0)(react@18.2.0)
|
||||
specifier: 10.28.1
|
||||
version: 10.28.1(@tanstack/react-query@4.29.12)(@trpc/client@10.28.1)(@trpc/server@10.28.1)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@trpc/server':
|
||||
specifier: 10.28.0
|
||||
version: 10.28.0
|
||||
specifier: 10.28.1
|
||||
version: 10.28.1
|
||||
'@types/json2csv':
|
||||
specifier: ^5.0.3
|
||||
version: 5.0.3
|
||||
|
@ -39,10 +39,10 @@ dependencies:
|
|||
version: 1.2.40
|
||||
autoprefixer:
|
||||
specifier: ^10.4.14
|
||||
version: 10.4.14(postcss@8.4.23)
|
||||
version: 10.4.14(postcss@8.4.24)
|
||||
daisyui:
|
||||
specifier: ^2.51.6
|
||||
version: 2.51.6(autoprefixer@10.4.14)(postcss@8.4.23)
|
||||
specifier: ^2.52.0
|
||||
version: 2.52.0(autoprefixer@10.4.14)(postcss@8.4.24)
|
||||
fms-ts:
|
||||
specifier: ^0.1.7
|
||||
version: 0.1.7
|
||||
|
@ -59,8 +59,8 @@ dependencies:
|
|||
specifier: ^5.6.0
|
||||
version: 5.6.0(@babel/core@7.22.1)(next@13.4.4)(webpack@5.84.1)
|
||||
postcss:
|
||||
specifier: ^8.4.23
|
||||
version: 8.4.23
|
||||
specifier: ^8.4.24
|
||||
version: 8.4.24
|
||||
react:
|
||||
specifier: 18.2.0
|
||||
version: 18.2.0
|
||||
|
@ -68,8 +68,8 @@ dependencies:
|
|||
specifier: 18.2.0
|
||||
version: 18.2.0(react@18.2.0)
|
||||
react-icons:
|
||||
specifier: ^4.8.0
|
||||
version: 4.8.0(react@18.2.0)
|
||||
specifier: ^4.9.0
|
||||
version: 4.9.0(react@18.2.0)
|
||||
redicache-ts:
|
||||
specifier: ^0.1.1
|
||||
version: 0.1.1
|
||||
|
@ -97,11 +97,11 @@ devDependencies:
|
|||
specifier: ^18.2.4
|
||||
version: 18.2.4
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: ^5.59.7
|
||||
version: 5.59.7(@typescript-eslint/parser@5.59.7)(eslint@8.41.0)(typescript@5.0.4)
|
||||
specifier: ^5.59.8
|
||||
version: 5.59.8(@typescript-eslint/parser@5.59.8)(eslint@8.41.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: ^5.59.7
|
||||
version: 5.59.7(eslint@8.41.0)(typescript@5.0.4)
|
||||
specifier: ^5.59.8
|
||||
version: 5.59.8(eslint@8.41.0)(typescript@5.0.4)
|
||||
eslint:
|
||||
specifier: ^8.41.0
|
||||
version: 8.41.0
|
||||
|
@ -184,10 +184,10 @@ packages:
|
|||
'@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1)
|
||||
'@babel/helper-module-transforms': 7.22.1
|
||||
'@babel/helpers': 7.22.3
|
||||
'@babel/parser': 7.22.3
|
||||
'@babel/parser': 7.22.4
|
||||
'@babel/template': 7.21.9
|
||||
'@babel/traverse': 7.22.1
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/traverse': 7.22.4
|
||||
'@babel/types': 7.22.4
|
||||
convert-source-map: 1.9.0
|
||||
debug: 4.3.4
|
||||
gensync: 1.0.0-beta.2
|
||||
|
@ -201,7 +201,7 @@ packages:
|
|||
resolution: {integrity: sha512-C17MW4wlk//ES/CJDL51kPNwl+qiBQyN7b9SKyVp11BLGFeSPoVaHrv+MNt8jwQFhQWowW88z1eeBx3pFz9v8A==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/types': 7.22.4
|
||||
'@jridgewell/gen-mapping': 0.3.3
|
||||
'@jridgewell/trace-mapping': 0.3.18
|
||||
jsesc: 2.5.2
|
||||
|
@ -211,14 +211,14 @@ packages:
|
|||
resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/types': 7.22.4
|
||||
dev: false
|
||||
|
||||
/@babel/helper-builder-binary-assignment-operator-visitor@7.22.3:
|
||||
resolution: {integrity: sha512-ahEoxgqNoYXm0k22TvOke48i1PkavGu0qGCmcq9ugi6gnmvKNaMjKBSrZTnWUi1CFEeNAUiVba0Wtzm03aSkJg==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/types': 7.22.4
|
||||
dev: false
|
||||
|
||||
/@babel/helper-compilation-targets@7.22.1(@babel/core@7.22.1):
|
||||
|
@ -230,7 +230,7 @@ packages:
|
|||
'@babel/compat-data': 7.22.3
|
||||
'@babel/core': 7.22.1
|
||||
'@babel/helper-validator-option': 7.21.0
|
||||
browserslist: 4.21.5
|
||||
browserslist: 4.21.7
|
||||
lru-cache: 5.1.1
|
||||
semver: 6.3.0
|
||||
dev: false
|
||||
|
@ -293,28 +293,28 @@ packages:
|
|||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/template': 7.21.9
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/types': 7.22.4
|
||||
dev: false
|
||||
|
||||
/@babel/helper-hoist-variables@7.18.6:
|
||||
resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/types': 7.22.4
|
||||
dev: false
|
||||
|
||||
/@babel/helper-member-expression-to-functions@7.22.3:
|
||||
resolution: {integrity: sha512-Gl7sK04b/2WOb6OPVeNy9eFKeD3L6++CzL3ykPOWqTn08xgYYK0wz4TUh2feIImDXxcVW3/9WQ1NMKY66/jfZA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/types': 7.22.4
|
||||
dev: false
|
||||
|
||||
/@babel/helper-module-imports@7.21.4:
|
||||
resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/types': 7.22.4
|
||||
dev: false
|
||||
|
||||
/@babel/helper-module-transforms@7.22.1:
|
||||
|
@ -327,8 +327,8 @@ packages:
|
|||
'@babel/helper-split-export-declaration': 7.18.6
|
||||
'@babel/helper-validator-identifier': 7.19.1
|
||||
'@babel/template': 7.21.9
|
||||
'@babel/traverse': 7.22.1
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/traverse': 7.22.4
|
||||
'@babel/types': 7.22.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
@ -337,7 +337,7 @@ packages:
|
|||
resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/types': 7.22.4
|
||||
dev: false
|
||||
|
||||
/@babel/helper-plugin-utils@7.21.5:
|
||||
|
@ -355,7 +355,7 @@ packages:
|
|||
'@babel/helper-annotate-as-pure': 7.18.6
|
||||
'@babel/helper-environment-visitor': 7.22.1
|
||||
'@babel/helper-wrap-function': 7.20.5
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/types': 7.22.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
@ -368,8 +368,8 @@ packages:
|
|||
'@babel/helper-member-expression-to-functions': 7.22.3
|
||||
'@babel/helper-optimise-call-expression': 7.18.6
|
||||
'@babel/template': 7.21.9
|
||||
'@babel/traverse': 7.22.1
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/traverse': 7.22.4
|
||||
'@babel/types': 7.22.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
@ -378,21 +378,21 @@ packages:
|
|||
resolution: {integrity: sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/types': 7.22.4
|
||||
dev: false
|
||||
|
||||
/@babel/helper-skip-transparent-expression-wrappers@7.20.0:
|
||||
resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/types': 7.22.4
|
||||
dev: false
|
||||
|
||||
/@babel/helper-split-export-declaration@7.18.6:
|
||||
resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/types': 7.22.4
|
||||
dev: false
|
||||
|
||||
/@babel/helper-string-parser@7.21.5:
|
||||
|
@ -416,8 +416,8 @@ packages:
|
|||
dependencies:
|
||||
'@babel/helper-function-name': 7.21.0
|
||||
'@babel/template': 7.21.9
|
||||
'@babel/traverse': 7.22.1
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/traverse': 7.22.4
|
||||
'@babel/types': 7.22.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
@ -427,8 +427,8 @@ packages:
|
|||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/template': 7.21.9
|
||||
'@babel/traverse': 7.22.1
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/traverse': 7.22.4
|
||||
'@babel/types': 7.22.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
@ -442,12 +442,12 @@ packages:
|
|||
js-tokens: 4.0.0
|
||||
dev: false
|
||||
|
||||
/@babel/parser@7.22.3:
|
||||
resolution: {integrity: sha512-vrukxyW/ep8UD1UDzOYpTKQ6abgjFoeG6L+4ar9+c5TN9QnlqiOi6QK7LSR5ewm/ERyGkT/Ai6VboNrxhbr9Uw==}
|
||||
/@babel/parser@7.22.4:
|
||||
resolution: {integrity: sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/types': 7.22.4
|
||||
dev: false
|
||||
|
||||
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.22.1):
|
||||
|
@ -1223,8 +1223,8 @@ packages:
|
|||
'@babel/helper-plugin-utils': 7.21.5
|
||||
dev: false
|
||||
|
||||
/@babel/preset-env@7.22.2(@babel/core@7.22.1):
|
||||
resolution: {integrity: sha512-UPNK9pgphMULvA2EMKIWHU90C47PKyuvQ8pE1MzH7l9PgFcRabdrHhlePpBuWxYZQ+TziP2nycKoI5C1Yhdm9Q==}
|
||||
/@babel/preset-env@7.22.4(@babel/core@7.22.1):
|
||||
resolution: {integrity: sha512-c3lHOjbwBv0TkhYCr+XCR6wKcSZ1QbQTVdSkZUaVpLv8CVWotBMArWUi5UAJrcrQaEnleVkkvaV8F/pmc/STZQ==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
|
@ -1304,7 +1304,7 @@ packages:
|
|||
'@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.22.1)
|
||||
'@babel/plugin-transform-unicode-sets-regex': 7.22.3(@babel/core@7.22.1)
|
||||
'@babel/preset-modules': 0.1.5(@babel/core@7.22.1)
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/types': 7.22.4
|
||||
babel-plugin-polyfill-corejs2: 0.4.3(@babel/core@7.22.1)
|
||||
babel-plugin-polyfill-corejs3: 0.8.1(@babel/core@7.22.1)
|
||||
babel-plugin-polyfill-regenerator: 0.5.0(@babel/core@7.22.1)
|
||||
|
@ -1323,7 +1323,7 @@ packages:
|
|||
'@babel/helper-plugin-utils': 7.21.5
|
||||
'@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.22.1)
|
||||
'@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.22.1)
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/types': 7.22.4
|
||||
esutils: 2.0.3
|
||||
dev: false
|
||||
|
||||
|
@ -1342,12 +1342,12 @@ packages:
|
|||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.21.4
|
||||
'@babel/parser': 7.22.3
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/parser': 7.22.4
|
||||
'@babel/types': 7.22.4
|
||||
dev: false
|
||||
|
||||
/@babel/traverse@7.22.1:
|
||||
resolution: {integrity: sha512-lAWkdCoUFnmwLBhIRLciFntGYsIIoC6vIbN8zrLPqBnJmPu7Z6nzqnKd7FsxQUNAvZfVZ0x6KdNvNp8zWIOHSQ==}
|
||||
/@babel/traverse@7.22.4:
|
||||
resolution: {integrity: sha512-Tn1pDsjIcI+JcLKq1AVlZEr4226gpuAQTsLMorsYg9tuS/kG7nuwwJ4AB8jfQuEgb/COBwR/DqJxmoiYFu5/rQ==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.21.4
|
||||
|
@ -1356,16 +1356,16 @@ packages:
|
|||
'@babel/helper-function-name': 7.21.0
|
||||
'@babel/helper-hoist-variables': 7.18.6
|
||||
'@babel/helper-split-export-declaration': 7.18.6
|
||||
'@babel/parser': 7.22.3
|
||||
'@babel/types': 7.22.3
|
||||
'@babel/parser': 7.22.4
|
||||
'@babel/types': 7.22.4
|
||||
debug: 4.3.4
|
||||
globals: 11.12.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@babel/types@7.22.3:
|
||||
resolution: {integrity: sha512-P3na3xIQHTKY4L0YOG7pM8M8uoUIB910WQaSiiMCZUC2Cy8XFEQONGABFnHWBa2gpGKODTAJcNhi5Zk0sLRrzg==}
|
||||
/@babel/types@7.22.4:
|
||||
resolution: {integrity: sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/helper-string-parser': 7.21.5
|
||||
|
@ -1737,8 +1737,8 @@ packages:
|
|||
resolution: {integrity: sha512-8C+hF6SFAb/TlFZyS9FItgNwrw4PMa7YeX+KQYe2ZAiEz6uzg6yIr+QBzPkUwZ/L0bXvGd1sufTm3wotoz+GwQ==}
|
||||
dev: false
|
||||
|
||||
/@tanstack/react-query@4.29.11(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-aLaOAhBnCr12YKPjDsZOc0fAtkyaW7f9KfVfw49oYpfe0H9EPXBUgDBIKJ8qdHF3uGzTVSMcmpiw1Za41BLZlw==}
|
||||
/@tanstack/react-query@4.29.12(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-zhcN6+zF6cxprxhTHQajHGlvxgK8npnp9uLe9yaWhGc6sYcPWXzyO4raL4HomUzQOPzu3jLvkriJQ7BOrDM8vA==}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
||||
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
|
||||
|
@ -1755,53 +1755,53 @@ packages:
|
|||
use-sync-external-store: 1.2.0(react@18.2.0)
|
||||
dev: false
|
||||
|
||||
/@trpc/client@10.28.0(@trpc/server@10.28.0):
|
||||
resolution: {integrity: sha512-Xhl2xdGI4PkI/a8xaTbsdpIXOy7PeOZaBBdvBgs2kpKiznNAI10qPrK+GLIDkSxvekLqDSnVYIhS0kU0FkhEXw==}
|
||||
/@trpc/client@10.28.1(@trpc/server@10.28.1):
|
||||
resolution: {integrity: sha512-0+717Uy75+dypm7FB02sKiYtCz78HHApIBLSF16x5EwLBE6wsaQK+6yarkXFb1009DfmikeA8mSoUM0BrQusGA==}
|
||||
peerDependencies:
|
||||
'@trpc/server': 10.28.0
|
||||
'@trpc/server': 10.28.1
|
||||
dependencies:
|
||||
'@trpc/server': 10.28.0
|
||||
'@trpc/server': 10.28.1
|
||||
dev: false
|
||||
|
||||
/@trpc/next@10.28.0(@tanstack/react-query@4.29.11)(@trpc/client@10.28.0)(@trpc/react-query@10.28.0)(@trpc/server@10.28.0)(next@13.4.4)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-sD98gQu/vZhXhC4hEPqyQStWhUIgZCWQuE4N//eZodAtb8Lyosg/UUs/Mo6IFAcdjcXKuyMYlu27ZIRjaG3txw==}
|
||||
/@trpc/next@10.28.1(@tanstack/react-query@4.29.12)(@trpc/client@10.28.1)(@trpc/react-query@10.28.1)(@trpc/server@10.28.1)(next@13.4.4)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-PyrEzbp6IAOmNgFRdUtodXct/sB6bcYN8nT65qlckcC0uAPgTBWA4CI3rt9ie4OO4SZsw0AUh4HSk/ig9L5ZMg==}
|
||||
peerDependencies:
|
||||
'@tanstack/react-query': ^4.18.0
|
||||
'@trpc/client': 10.28.0
|
||||
'@trpc/react-query': 10.28.0
|
||||
'@trpc/server': 10.28.0
|
||||
'@trpc/client': 10.28.1
|
||||
'@trpc/react-query': 10.28.1
|
||||
'@trpc/server': 10.28.1
|
||||
next: '*'
|
||||
react: '>=16.8.0'
|
||||
react-dom: '>=16.8.0'
|
||||
dependencies:
|
||||
'@tanstack/react-query': 4.29.11(react-dom@18.2.0)(react@18.2.0)
|
||||
'@trpc/client': 10.28.0(@trpc/server@10.28.0)
|
||||
'@trpc/react-query': 10.28.0(@tanstack/react-query@4.29.11)(@trpc/client@10.28.0)(@trpc/server@10.28.0)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@trpc/server': 10.28.0
|
||||
'@tanstack/react-query': 4.29.12(react-dom@18.2.0)(react@18.2.0)
|
||||
'@trpc/client': 10.28.1(@trpc/server@10.28.1)
|
||||
'@trpc/react-query': 10.28.1(@tanstack/react-query@4.29.12)(@trpc/client@10.28.1)(@trpc/server@10.28.1)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@trpc/server': 10.28.1
|
||||
next: 13.4.4(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0)
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0(react@18.2.0)
|
||||
react-ssr-prepass: 1.5.0(react@18.2.0)
|
||||
dev: false
|
||||
|
||||
/@trpc/react-query@10.28.0(@tanstack/react-query@4.29.11)(@trpc/client@10.28.0)(@trpc/server@10.28.0)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-ssXaZbtNHrgvUW/bmwpiEttF1t1TMZAp/FQ98puXE7MqpodEi2aIum1Ou9Cb1w0lEc4mPwOwztzwuUSGsdCD6Q==}
|
||||
/@trpc/react-query@10.28.1(@tanstack/react-query@4.29.12)(@trpc/client@10.28.1)(@trpc/server@10.28.1)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-zBqOL0lQD6jRvIq696YZPEoiwP01crRLgxHAXKzSUPx7fmBovgE+vqx6VaUhQtk5QTVvV2WmS/mtJE86ZsQlWQ==}
|
||||
peerDependencies:
|
||||
'@tanstack/react-query': ^4.18.0
|
||||
'@trpc/client': 10.28.0
|
||||
'@trpc/server': 10.28.0
|
||||
'@trpc/client': 10.28.1
|
||||
'@trpc/server': 10.28.1
|
||||
react: '>=16.8.0'
|
||||
react-dom: '>=16.8.0'
|
||||
dependencies:
|
||||
'@tanstack/react-query': 4.29.11(react-dom@18.2.0)(react@18.2.0)
|
||||
'@trpc/client': 10.28.0(@trpc/server@10.28.0)
|
||||
'@trpc/server': 10.28.0
|
||||
'@tanstack/react-query': 4.29.12(react-dom@18.2.0)(react@18.2.0)
|
||||
'@trpc/client': 10.28.1(@trpc/server@10.28.1)
|
||||
'@trpc/server': 10.28.1
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0(react@18.2.0)
|
||||
dev: false
|
||||
|
||||
/@trpc/server@10.28.0:
|
||||
resolution: {integrity: sha512-PrJ/VgRuujMCtNkgrldCPbqv3+yk1LKweKEfvQHTN2L0WIaKJPXzSsOTJS9PqNpFOTqzaK5mgDbypIFvq7SYow==}
|
||||
/@trpc/server@10.28.1:
|
||||
resolution: {integrity: sha512-imKwru3wGNuZ58Z2BnXwJv7zWAjqMJ7m8uMfah0zL4wUoB3oq2ozp6dfseDEb7SCDqvJqI4BS07HJstJ+idD4Q==}
|
||||
dev: false
|
||||
|
||||
/@types/cacheable-request@6.0.3:
|
||||
|
@ -1927,8 +1927,8 @@ packages:
|
|||
resolution: {integrity: sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g==}
|
||||
dev: false
|
||||
|
||||
/@typescript-eslint/eslint-plugin@5.59.7(@typescript-eslint/parser@5.59.7)(eslint@8.41.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-BL+jYxUFIbuYwy+4fF86k5vdT9lT0CNJ6HtwrIvGh0PhH8s0yy5rjaKH2fDCrz5ITHy07WCzVGNvAmjJh4IJFA==}
|
||||
/@typescript-eslint/eslint-plugin@5.59.8(@typescript-eslint/parser@5.59.8)(eslint@8.41.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-JDMOmhXteJ4WVKOiHXGCoB96ADWg9q7efPWHRViT/f09bA8XOMLAVHHju3l0MkZnG1izaWXYmgvQcUjTRcpShQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
|
@ -1939,10 +1939,10 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.5.1
|
||||
'@typescript-eslint/parser': 5.59.7(eslint@8.41.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/scope-manager': 5.59.7
|
||||
'@typescript-eslint/type-utils': 5.59.7(eslint@8.41.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/utils': 5.59.7(eslint@8.41.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/parser': 5.59.8(eslint@8.41.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/scope-manager': 5.59.8
|
||||
'@typescript-eslint/type-utils': 5.59.8(eslint@8.41.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/utils': 5.59.8(eslint@8.41.0)(typescript@5.0.4)
|
||||
debug: 4.3.4
|
||||
eslint: 8.41.0
|
||||
grapheme-splitter: 1.0.4
|
||||
|
@ -1955,8 +1955,8 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@5.59.7(eslint@8.41.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==}
|
||||
/@typescript-eslint/parser@5.59.8(eslint@8.41.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-AnR19RjJcpjoeGojmwZtCwBX/RidqDZtzcbG3xHrmz0aHHoOcbWnpDllenRDmDvsV0RQ6+tbb09/kyc+UT9Orw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
|
@ -1965,9 +1965,9 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.59.7
|
||||
'@typescript-eslint/types': 5.59.7
|
||||
'@typescript-eslint/typescript-estree': 5.59.7(typescript@5.0.4)
|
||||
'@typescript-eslint/scope-manager': 5.59.8
|
||||
'@typescript-eslint/types': 5.59.8
|
||||
'@typescript-eslint/typescript-estree': 5.59.8(typescript@5.0.4)
|
||||
debug: 4.3.4
|
||||
eslint: 8.41.0
|
||||
typescript: 5.0.4
|
||||
|
@ -1975,16 +1975,16 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager@5.59.7:
|
||||
resolution: {integrity: sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==}
|
||||
/@typescript-eslint/scope-manager@5.59.8:
|
||||
resolution: {integrity: sha512-/w08ndCYI8gxGf+9zKf1vtx/16y8MHrZs5/tnjHhMLNSixuNcJavSX4wAiPf4aS5x41Es9YPCn44MIe4cxIlig==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.59.7
|
||||
'@typescript-eslint/visitor-keys': 5.59.7
|
||||
'@typescript-eslint/types': 5.59.8
|
||||
'@typescript-eslint/visitor-keys': 5.59.8
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@5.59.7(eslint@8.41.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ==}
|
||||
/@typescript-eslint/type-utils@5.59.8(eslint@8.41.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-+5M518uEIHFBy3FnyqZUF3BMP+AXnYn4oyH8RF012+e7/msMY98FhGL5SrN29NQ9xDgvqCgYnsOiKp1VjZ/fpA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
|
@ -1993,8 +1993,8 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 5.59.7(typescript@5.0.4)
|
||||
'@typescript-eslint/utils': 5.59.7(eslint@8.41.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/typescript-estree': 5.59.8(typescript@5.0.4)
|
||||
'@typescript-eslint/utils': 5.59.8(eslint@8.41.0)(typescript@5.0.4)
|
||||
debug: 4.3.4
|
||||
eslint: 8.41.0
|
||||
tsutils: 3.21.0(typescript@5.0.4)
|
||||
|
@ -2003,13 +2003,13 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types@5.59.7:
|
||||
resolution: {integrity: sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==}
|
||||
/@typescript-eslint/types@5.59.8:
|
||||
resolution: {integrity: sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@5.59.7(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==}
|
||||
/@typescript-eslint/typescript-estree@5.59.8(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
|
@ -2017,8 +2017,8 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.59.7
|
||||
'@typescript-eslint/visitor-keys': 5.59.7
|
||||
'@typescript-eslint/types': 5.59.8
|
||||
'@typescript-eslint/visitor-keys': 5.59.8
|
||||
debug: 4.3.4
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
|
@ -2029,8 +2029,8 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@5.59.7(eslint@8.41.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ==}
|
||||
/@typescript-eslint/utils@5.59.8(eslint@8.41.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-Tr65630KysnNn9f9G7ROF3w1b5/7f6QVCJ+WK9nhIocWmx9F+TmCAcglF26Vm7z8KCTwoKcNEBZrhlklla3CKg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
|
@ -2038,9 +2038,9 @@ packages:
|
|||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.41.0)
|
||||
'@types/json-schema': 7.0.12
|
||||
'@types/semver': 7.5.0
|
||||
'@typescript-eslint/scope-manager': 5.59.7
|
||||
'@typescript-eslint/types': 5.59.7
|
||||
'@typescript-eslint/typescript-estree': 5.59.7(typescript@5.0.4)
|
||||
'@typescript-eslint/scope-manager': 5.59.8
|
||||
'@typescript-eslint/types': 5.59.8
|
||||
'@typescript-eslint/typescript-estree': 5.59.8(typescript@5.0.4)
|
||||
eslint: 8.41.0
|
||||
eslint-scope: 5.1.1
|
||||
semver: 7.5.1
|
||||
|
@ -2049,11 +2049,11 @@ packages:
|
|||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys@5.59.7:
|
||||
resolution: {integrity: sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==}
|
||||
/@typescript-eslint/visitor-keys@5.59.8:
|
||||
resolution: {integrity: sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.59.7
|
||||
'@typescript-eslint/types': 5.59.8
|
||||
eslint-visitor-keys: 3.4.1
|
||||
dev: true
|
||||
|
||||
|
@ -2353,19 +2353,19 @@ packages:
|
|||
engines: {node: '>= 4.0.0'}
|
||||
dev: false
|
||||
|
||||
/autoprefixer@10.4.14(postcss@8.4.23):
|
||||
/autoprefixer@10.4.14(postcss@8.4.24):
|
||||
resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==}
|
||||
engines: {node: ^10 || ^12 || >=14}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
postcss: ^8.1.0
|
||||
dependencies:
|
||||
browserslist: 4.21.5
|
||||
browserslist: 4.21.7
|
||||
caniuse-lite: 1.0.30001489
|
||||
fraction.js: 4.2.0
|
||||
normalize-range: 0.1.2
|
||||
picocolors: 1.0.0
|
||||
postcss: 8.4.23
|
||||
postcss: 8.4.24
|
||||
postcss-value-parser: 4.2.0
|
||||
dev: false
|
||||
|
||||
|
@ -2489,15 +2489,15 @@ packages:
|
|||
dependencies:
|
||||
fill-range: 7.0.1
|
||||
|
||||
/browserslist@4.21.5:
|
||||
resolution: {integrity: sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==}
|
||||
/browserslist@4.21.7:
|
||||
resolution: {integrity: sha512-BauCXrQ7I2ftSqd2mvKHGo85XR0u7Ru3C/Hxsy/0TkfCtjrmAbPdzLGasmoiBxplpDXlPvdjX9u7srIMfgasNA==}
|
||||
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
caniuse-lite: 1.0.30001489
|
||||
electron-to-chromium: 1.4.411
|
||||
electron-to-chromium: 1.4.412
|
||||
node-releases: 2.0.12
|
||||
update-browserslist-db: 1.0.11(browserslist@4.21.5)
|
||||
update-browserslist-db: 1.0.11(browserslist@4.21.7)
|
||||
dev: false
|
||||
|
||||
/buffer-from@1.1.2:
|
||||
|
@ -2701,7 +2701,7 @@ packages:
|
|||
/core-js-compat@3.30.2:
|
||||
resolution: {integrity: sha512-nriW1nuJjUgvkEjIot1Spwakz52V9YkYHZAQG6A1eCgC8AA1p0zngrQEP9R0+V6hji5XilWKG1Bd0YRppmGimA==}
|
||||
dependencies:
|
||||
browserslist: 4.21.5
|
||||
browserslist: 4.21.7
|
||||
dev: false
|
||||
|
||||
/cross-spawn@7.0.3:
|
||||
|
@ -2734,17 +2734,17 @@ packages:
|
|||
/csstype@3.1.2:
|
||||
resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==}
|
||||
|
||||
/daisyui@2.51.6(autoprefixer@10.4.14)(postcss@8.4.23):
|
||||
resolution: {integrity: sha512-JRqOKayuFCmWe4X4k6Qvx1y7V/VNao8U5eTSOhusOKIzCsYqf56+TCSe4d7zmqGE0V6JiLDYAT8JeoWUeRKFCw==}
|
||||
/daisyui@2.52.0(autoprefixer@10.4.14)(postcss@8.4.24):
|
||||
resolution: {integrity: sha512-LQTA5/IVXAJHBMFoeaEMfd7/akAFPPcdQPR3O9fzzcFiczneJFM73CFPnScmW2sOgn/D83cvkP854ep2T9OfTg==}
|
||||
peerDependencies:
|
||||
autoprefixer: ^10.0.2
|
||||
postcss: ^8.1.6
|
||||
dependencies:
|
||||
autoprefixer: 10.4.14(postcss@8.4.23)
|
||||
autoprefixer: 10.4.14(postcss@8.4.24)
|
||||
color: 4.2.3
|
||||
css-selector-tokenizer: 0.8.0
|
||||
postcss: 8.4.23
|
||||
postcss-js: 4.0.1(postcss@8.4.23)
|
||||
postcss: 8.4.24
|
||||
postcss-js: 4.0.1(postcss@8.4.24)
|
||||
tailwindcss: 3.3.2
|
||||
transitivePeerDependencies:
|
||||
- ts-node
|
||||
|
@ -2904,8 +2904,8 @@ packages:
|
|||
jake: 10.8.7
|
||||
dev: false
|
||||
|
||||
/electron-to-chromium@1.4.411:
|
||||
resolution: {integrity: sha512-5VXLW4Qw89vM2WTICHua/y8v7fKGDRVa2VPOtBB9IpLvW316B+xd8yD1wTmLPY2ot/00P/qt87xdolj4aG/Lzg==}
|
||||
/electron-to-chromium@1.4.412:
|
||||
resolution: {integrity: sha512-lsdxyQVXw79Q1/yUWp4JDopW2M9pFjnbNF2/09d75qQL5ld8ddmGruQBeA0lP4HxcGIhrL0gFXqxJDWR58Whkw==}
|
||||
dev: false
|
||||
|
||||
/emoji-regex@9.2.2:
|
||||
|
@ -3035,11 +3035,11 @@ packages:
|
|||
dependencies:
|
||||
'@next/eslint-plugin-next': 13.4.4
|
||||
'@rushstack/eslint-patch': 1.3.0
|
||||
'@typescript-eslint/parser': 5.59.7(eslint@8.41.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/parser': 5.59.8(eslint@8.41.0)(typescript@5.0.4)
|
||||
eslint: 8.41.0
|
||||
eslint-import-resolver-node: 0.3.7
|
||||
eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.41.0)
|
||||
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.41.0)
|
||||
eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.8)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.41.0)
|
||||
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.8)(eslint-import-resolver-typescript@3.5.5)(eslint@8.41.0)
|
||||
eslint-plugin-jsx-a11y: 6.7.1(eslint@8.41.0)
|
||||
eslint-plugin-react: 7.32.2(eslint@8.41.0)
|
||||
eslint-plugin-react-hooks: 4.6.0(eslint@8.41.0)
|
||||
|
@ -3059,7 +3059,7 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.41.0):
|
||||
/eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.59.8)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.41.0):
|
||||
resolution: {integrity: sha512-TdJqPHs2lW5J9Zpe17DZNQuDnox4xo2o+0tE7Pggain9Rbc19ik8kFtXdxZ250FVx2kF4vlt2RSf4qlUpG7bhw==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -3069,9 +3069,9 @@ packages:
|
|||
debug: 4.3.4
|
||||
enhanced-resolve: 5.14.1
|
||||
eslint: 8.41.0
|
||||
eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.41.0)
|
||||
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.41.0)
|
||||
get-tsconfig: 4.5.0
|
||||
eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.8)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.41.0)
|
||||
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.8)(eslint-import-resolver-typescript@3.5.5)(eslint@8.41.0)
|
||||
get-tsconfig: 4.6.0
|
||||
globby: 13.1.4
|
||||
is-core-module: 2.12.1
|
||||
is-glob: 4.0.3
|
||||
|
@ -3083,7 +3083,7 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-module-utils@2.8.0(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.41.0):
|
||||
/eslint-module-utils@2.8.0(@typescript-eslint/parser@5.59.8)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.41.0):
|
||||
resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
|
@ -3104,16 +3104,16 @@ packages:
|
|||
eslint-import-resolver-webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.59.7(eslint@8.41.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/parser': 5.59.8(eslint@8.41.0)(typescript@5.0.4)
|
||||
debug: 3.2.7
|
||||
eslint: 8.41.0
|
||||
eslint-import-resolver-node: 0.3.7
|
||||
eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.41.0)
|
||||
eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.8)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.41.0)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.41.0):
|
||||
/eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.59.8)(eslint-import-resolver-typescript@3.5.5)(eslint@8.41.0):
|
||||
resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
|
@ -3123,7 +3123,7 @@ packages:
|
|||
'@typescript-eslint/parser':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.59.7(eslint@8.41.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/parser': 5.59.8(eslint@8.41.0)(typescript@5.0.4)
|
||||
array-includes: 3.1.6
|
||||
array.prototype.flat: 1.3.1
|
||||
array.prototype.flatmap: 1.3.1
|
||||
|
@ -3131,7 +3131,7 @@ packages:
|
|||
doctrine: 2.1.0
|
||||
eslint: 8.41.0
|
||||
eslint-import-resolver-node: 0.3.7
|
||||
eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.41.0)
|
||||
eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.8)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.41.0)
|
||||
has: 1.0.3
|
||||
is-core-module: 2.12.1
|
||||
is-glob: 4.0.3
|
||||
|
@ -3515,8 +3515,10 @@ packages:
|
|||
call-bind: 1.0.2
|
||||
get-intrinsic: 1.2.1
|
||||
|
||||
/get-tsconfig@4.5.0:
|
||||
resolution: {integrity: sha512-MjhiaIWCJ1sAU4pIQ5i5OfOuHHxVo1oYeNsWTON7jxYkod8pHocXeh+SSbmu5OZZZK73B6cbJ2XADzXehLyovQ==}
|
||||
/get-tsconfig@4.6.0:
|
||||
resolution: {integrity: sha512-lgbo68hHTQnFddybKbbs/RDRJnJT5YyGy2kQzVwbq+g67X73i+5MVTval34QxGkOe9X5Ujf1UYpCaphLyltjEg==}
|
||||
dependencies:
|
||||
resolve-pkg-maps: 1.0.0
|
||||
dev: true
|
||||
|
||||
/glob-parent@5.1.2:
|
||||
|
@ -4718,29 +4720,29 @@ packages:
|
|||
find-up: 4.1.0
|
||||
dev: false
|
||||
|
||||
/postcss-import@15.1.0(postcss@8.4.23):
|
||||
/postcss-import@15.1.0(postcss@8.4.24):
|
||||
resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
peerDependencies:
|
||||
postcss: ^8.0.0
|
||||
dependencies:
|
||||
postcss: 8.4.23
|
||||
postcss: 8.4.24
|
||||
postcss-value-parser: 4.2.0
|
||||
read-cache: 1.0.0
|
||||
resolve: 1.22.2
|
||||
dev: false
|
||||
|
||||
/postcss-js@4.0.1(postcss@8.4.23):
|
||||
/postcss-js@4.0.1(postcss@8.4.24):
|
||||
resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==}
|
||||
engines: {node: ^12 || ^14 || >= 16}
|
||||
peerDependencies:
|
||||
postcss: ^8.4.21
|
||||
dependencies:
|
||||
camelcase-css: 2.0.1
|
||||
postcss: 8.4.23
|
||||
postcss: 8.4.24
|
||||
dev: false
|
||||
|
||||
/postcss-load-config@4.0.1(postcss@8.4.23):
|
||||
/postcss-load-config@4.0.1(postcss@8.4.24):
|
||||
resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==}
|
||||
engines: {node: '>= 14'}
|
||||
peerDependencies:
|
||||
|
@ -4753,17 +4755,17 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
lilconfig: 2.1.0
|
||||
postcss: 8.4.23
|
||||
postcss: 8.4.24
|
||||
yaml: 2.3.1
|
||||
dev: false
|
||||
|
||||
/postcss-nested@6.0.1(postcss@8.4.23):
|
||||
/postcss-nested@6.0.1(postcss@8.4.24):
|
||||
resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==}
|
||||
engines: {node: '>=12.0'}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.14
|
||||
dependencies:
|
||||
postcss: 8.4.23
|
||||
postcss: 8.4.24
|
||||
postcss-selector-parser: 6.0.13
|
||||
dev: false
|
||||
|
||||
|
@ -4796,8 +4798,8 @@ packages:
|
|||
source-map-js: 1.0.2
|
||||
dev: false
|
||||
|
||||
/postcss@8.4.23:
|
||||
resolution: {integrity: sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==}
|
||||
/postcss@8.4.24:
|
||||
resolution: {integrity: sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==}
|
||||
engines: {node: ^10 || ^12 || >=14}
|
||||
dependencies:
|
||||
nanoid: 3.3.6
|
||||
|
@ -4883,8 +4885,8 @@ packages:
|
|||
scheduler: 0.23.0
|
||||
dev: false
|
||||
|
||||
/react-icons@4.8.0(react@18.2.0):
|
||||
resolution: {integrity: sha512-N6+kOLcihDiAnj5Czu637waJqSnwlMNROzVZMhfX68V/9bu9qHaMIJC4UdozWoOk57gahFCNHwVvWzm0MTzRjg==}
|
||||
/react-icons@4.9.0(react@18.2.0):
|
||||
resolution: {integrity: sha512-ijUnFr//ycebOqujtqtV9PFS7JjhWg0QU6ykURVHuL4cbofvRCf3f6GMn9+fBktEFQOIVZnuAYLZdiyadRQRFg==}
|
||||
peerDependencies:
|
||||
react: '*'
|
||||
dependencies:
|
||||
|
@ -5004,6 +5006,10 @@ packages:
|
|||
engines: {node: '>=4'}
|
||||
dev: true
|
||||
|
||||
/resolve-pkg-maps@1.0.0:
|
||||
resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
|
||||
dev: true
|
||||
|
||||
/resolve@1.22.2:
|
||||
resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==}
|
||||
hasBin: true
|
||||
|
@ -5389,11 +5395,11 @@ packages:
|
|||
normalize-path: 3.0.0
|
||||
object-hash: 3.0.0
|
||||
picocolors: 1.0.0
|
||||
postcss: 8.4.23
|
||||
postcss-import: 15.1.0(postcss@8.4.23)
|
||||
postcss-js: 4.0.1(postcss@8.4.23)
|
||||
postcss-load-config: 4.0.1(postcss@8.4.23)
|
||||
postcss-nested: 6.0.1(postcss@8.4.23)
|
||||
postcss: 8.4.24
|
||||
postcss-import: 15.1.0(postcss@8.4.24)
|
||||
postcss-js: 4.0.1(postcss@8.4.24)
|
||||
postcss-load-config: 4.0.1(postcss@8.4.24)
|
||||
postcss-nested: 6.0.1(postcss@8.4.24)
|
||||
postcss-selector-parser: 6.0.13
|
||||
postcss-value-parser: 4.2.0
|
||||
resolve: 1.22.2
|
||||
|
@ -5612,13 +5618,13 @@ packages:
|
|||
engines: {node: '>=4'}
|
||||
dev: false
|
||||
|
||||
/update-browserslist-db@1.0.11(browserslist@4.21.5):
|
||||
/update-browserslist-db@1.0.11(browserslist@4.21.7):
|
||||
resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
browserslist: '>= 4.21.0'
|
||||
dependencies:
|
||||
browserslist: 4.21.5
|
||||
browserslist: 4.21.7
|
||||
escalade: 3.1.1
|
||||
picocolors: 1.0.0
|
||||
dev: false
|
||||
|
@ -5686,7 +5692,7 @@ packages:
|
|||
'@webassemblyjs/wasm-parser': 1.11.6
|
||||
acorn: 8.8.2
|
||||
acorn-import-assertions: 1.9.0(acorn@8.8.2)
|
||||
browserslist: 4.21.5
|
||||
browserslist: 4.21.7
|
||||
chrome-trace-event: 1.0.3
|
||||
enhanced-resolve: 5.14.1
|
||||
es-module-lexer: 1.2.1
|
||||
|
@ -5778,7 +5784,7 @@ packages:
|
|||
dependencies:
|
||||
'@apideck/better-ajv-errors': 0.3.6(ajv@8.12.0)
|
||||
'@babel/core': 7.22.1
|
||||
'@babel/preset-env': 7.22.2(@babel/core@7.22.1)
|
||||
'@babel/preset-env': 7.22.4(@babel/core@7.22.1)
|
||||
'@babel/runtime': 7.22.3
|
||||
'@rollup/plugin-babel': 5.3.1(@babel/core@7.22.1)(rollup@2.79.1)
|
||||
'@rollup/plugin-node-resolve': 11.2.1(rollup@2.79.1)
|
||||
|
|
|
@ -28,6 +28,14 @@ export const api = createTRPCNext<AppRouter>({
|
|||
*/
|
||||
transformer: superjson,
|
||||
|
||||
queryClientConfig: {
|
||||
defaultOptions: {
|
||||
queries: {
|
||||
refetchOnWindowFocus: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
/**
|
||||
* Links used to determine request flow from client to server.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue