Compare commits
1 Commits
d5d1270ed0
...
0f445670ed
Author | SHA1 | Date | |
---|---|---|---|
0f445670ed |
@ -1,5 +1,5 @@
|
||||
# Install dependencies only when needed
|
||||
FROM node:22-alpine AS deps
|
||||
FROM node:16-alpine AS deps
|
||||
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
|
||||
RUN apk add --no-cache libc6-compat
|
||||
RUN yarn global add pnpm
|
||||
@ -11,7 +11,7 @@ RUN pnpm i
|
||||
|
||||
|
||||
# Rebuild the source code only when needed
|
||||
FROM node:22-alpine AS builder
|
||||
FROM node:16-alpine AS builder
|
||||
WORKDIR /app
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
@ -27,7 +27,7 @@ RUN yarn build
|
||||
# RUN npm run build
|
||||
|
||||
# Production image, copy all the files and run next
|
||||
FROM node:22-alpine AS runner
|
||||
FROM node:16-alpine AS runner
|
||||
WORKDIR /app
|
||||
|
||||
ENV NODE_ENV production
|
||||
|
@ -22,12 +22,12 @@
|
||||
"@graphql-codegen/typescript-operations": "^2.5.3",
|
||||
"@graphql-codegen/typescript-react-apollo": "^3.3.3",
|
||||
"@graphql-codegen/typescript-react-query": "^4.0.1",
|
||||
"@types/node": "22.10.2",
|
||||
"@types/node": "17.0.35",
|
||||
"@types/react": "18.0.9",
|
||||
"@types/react-dom": "18.0.5",
|
||||
"autoprefixer": "^10.4.7",
|
||||
"postcss": "^8.4.14",
|
||||
"tailwindcss": "^3.1.2",
|
||||
"typescript": "5.7.2"
|
||||
"typescript": "4.7.2"
|
||||
}
|
||||
}
|
||||
|
409
pnpm-lock.yaml
generated
409
pnpm-lock.yaml
generated
@ -8,7 +8,7 @@ specifiers:
|
||||
'@graphql-codegen/typescript-operations': ^2.5.3
|
||||
'@graphql-codegen/typescript-react-apollo': ^3.3.3
|
||||
'@graphql-codegen/typescript-react-query': ^4.0.1
|
||||
'@types/node': 22.10.2
|
||||
'@types/node': 17.0.35
|
||||
'@types/react': 18.0.9
|
||||
'@types/react-dom': 18.0.5
|
||||
autoprefixer: ^10.4.7
|
||||
@ -19,30 +19,30 @@ specifiers:
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0
|
||||
tailwindcss: ^3.1.2
|
||||
typescript: 5.7.2
|
||||
typescript: 4.7.2
|
||||
|
||||
dependencies:
|
||||
'@apollo/client': 3.6.9_iyinu66pbuug557ijcvjj4zbyu
|
||||
graphql: 16.10.0
|
||||
graphql-tag: 2.12.6_graphql@16.10.0
|
||||
'@apollo/client': 3.6.9_dadeldwfoioficcaetwckphqrq
|
||||
graphql: 16.9.0
|
||||
graphql-tag: 2.12.6_graphql@16.9.0
|
||||
next: 15.1.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
|
||||
devDependencies:
|
||||
'@graphql-codegen/cli': 2.11.6_mopgwudpnchzy4526gysoklvfu
|
||||
'@graphql-codegen/typed-document-node': 2.3.3_graphql@16.10.0
|
||||
'@graphql-codegen/typescript': 2.7.3_graphql@16.10.0
|
||||
'@graphql-codegen/typescript-operations': 2.5.3_graphql@16.10.0
|
||||
'@graphql-codegen/typescript-react-apollo': 3.3.3_nlmc7cp55x2ftl4i6svk4s2oua
|
||||
'@graphql-codegen/typescript-react-query': 4.0.1_graphql@16.10.0
|
||||
'@types/node': 22.10.2
|
||||
'@graphql-codegen/cli': 2.11.6_utmzewbqo34cadtqzpzpc24qie
|
||||
'@graphql-codegen/typed-document-node': 2.3.3_graphql@16.9.0
|
||||
'@graphql-codegen/typescript': 2.7.3_graphql@16.9.0
|
||||
'@graphql-codegen/typescript-operations': 2.5.3_graphql@16.9.0
|
||||
'@graphql-codegen/typescript-react-apollo': 3.3.3_67ieibcoukfqkysoe3lbnfrgku
|
||||
'@graphql-codegen/typescript-react-query': 4.0.1_graphql@16.9.0
|
||||
'@types/node': 17.0.35
|
||||
'@types/react': 18.0.9
|
||||
'@types/react-dom': 18.0.5
|
||||
autoprefixer: 10.4.8_postcss@8.4.49
|
||||
postcss: 8.4.49
|
||||
tailwindcss: 3.4.16
|
||||
typescript: 5.7.2
|
||||
typescript: 4.7.2
|
||||
|
||||
packages:
|
||||
|
||||
@ -59,7 +59,7 @@ packages:
|
||||
'@jridgewell/trace-mapping': 0.3.25
|
||||
dev: true
|
||||
|
||||
/@apollo/client/3.6.9_iyinu66pbuug557ijcvjj4zbyu:
|
||||
/@apollo/client/3.6.9_dadeldwfoioficcaetwckphqrq:
|
||||
resolution: {integrity: sha512-Y1yu8qa2YeaCUBVuw08x8NHenFi0sw2I3KCu7Kw9mDSu86HmmtHJkCAifKVrN2iPgDTW/BbP3EpSV8/EQCcxZA==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
@ -74,12 +74,12 @@ packages:
|
||||
subscriptions-transport-ws:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@graphql-typed-document-node/core': 3.1.1_graphql@16.10.0
|
||||
'@graphql-typed-document-node/core': 3.1.1_graphql@16.9.0
|
||||
'@wry/context': 0.6.1
|
||||
'@wry/equality': 0.5.3
|
||||
'@wry/trie': 0.3.2
|
||||
graphql: 16.10.0
|
||||
graphql-tag: 2.12.6_graphql@16.10.0
|
||||
graphql: 16.9.0
|
||||
graphql-tag: 2.12.6_graphql@16.9.0
|
||||
hoist-non-react-statics: 3.3.2
|
||||
optimism: 0.16.1
|
||||
prop-types: 15.8.1
|
||||
@ -90,7 +90,7 @@ packages:
|
||||
zen-observable-ts: 1.2.5
|
||||
dev: false
|
||||
|
||||
/@ardatan/relay-compiler/12.0.0_graphql@16.10.0:
|
||||
/@ardatan/relay-compiler/12.0.0_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@ -107,7 +107,7 @@ packages:
|
||||
fb-watchman: 2.0.1
|
||||
fbjs: 3.0.4
|
||||
glob: 7.2.3
|
||||
graphql: 16.10.0
|
||||
graphql: 16.9.0
|
||||
immutable: 3.7.6
|
||||
invariant: 2.2.4
|
||||
nullthrows: 1.1.1
|
||||
@ -697,24 +697,24 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@graphql-codegen/cli/2.11.6_mopgwudpnchzy4526gysoklvfu:
|
||||
/@graphql-codegen/cli/2.11.6_utmzewbqo34cadtqzpzpc24qie:
|
||||
resolution: {integrity: sha512-0R2Bhgjt3XZTSdsn8MGGuJjDEN2z+KCo7920zLZz9boy6bQ0EyuxS9AUATePS9aC3djy2POAIPCHz8iHK68IlQ==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
dependencies:
|
||||
'@graphql-codegen/core': 2.6.2_graphql@16.10.0
|
||||
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0
|
||||
'@graphql-tools/apollo-engine-loader': 7.3.9_graphql@16.10.0
|
||||
'@graphql-tools/code-file-loader': 7.3.3_graphql@16.10.0
|
||||
'@graphql-tools/git-loader': 7.2.3_graphql@16.10.0
|
||||
'@graphql-tools/github-loader': 7.3.9_graphql@16.10.0
|
||||
'@graphql-tools/graphql-file-loader': 7.5.2_graphql@16.10.0
|
||||
'@graphql-tools/json-file-loader': 7.4.3_graphql@16.10.0
|
||||
'@graphql-tools/load': 7.7.4_graphql@16.10.0
|
||||
'@graphql-tools/prisma-loader': 7.2.14_vbnayprkooyl7hsyvbu4sulzv4
|
||||
'@graphql-tools/url-loader': 7.13.9_vbnayprkooyl7hsyvbu4sulzv4
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
'@graphql-codegen/core': 2.6.2_graphql@16.9.0
|
||||
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.9.0
|
||||
'@graphql-tools/apollo-engine-loader': 7.3.9_graphql@16.9.0
|
||||
'@graphql-tools/code-file-loader': 7.3.3_graphql@16.9.0
|
||||
'@graphql-tools/git-loader': 7.2.3_graphql@16.9.0
|
||||
'@graphql-tools/github-loader': 7.3.9_graphql@16.9.0
|
||||
'@graphql-tools/graphql-file-loader': 7.5.2_graphql@16.9.0
|
||||
'@graphql-tools/json-file-loader': 7.4.3_graphql@16.9.0
|
||||
'@graphql-tools/load': 7.7.4_graphql@16.9.0
|
||||
'@graphql-tools/prisma-loader': 7.2.14_6cbwjxbtmn5aswzo63tm3pafsi
|
||||
'@graphql-tools/url-loader': 7.13.9_6cbwjxbtmn5aswzo63tm3pafsi
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
'@whatwg-node/fetch': 0.2.9
|
||||
ansi-escapes: 4.3.2
|
||||
chalk: 4.1.2
|
||||
@ -722,8 +722,8 @@ packages:
|
||||
cosmiconfig: 7.0.1
|
||||
debounce: 1.2.1
|
||||
detect-indent: 6.1.0
|
||||
graphql: 16.10.0
|
||||
graphql-config: 4.3.3_mopgwudpnchzy4526gysoklvfu
|
||||
graphql: 16.9.0
|
||||
graphql-config: 4.3.3_utmzewbqo34cadtqzpzpc24qie
|
||||
inquirer: 8.2.4
|
||||
is-glob: 4.0.3
|
||||
json-to-pretty-yaml: 1.2.2
|
||||
@ -747,139 +747,139 @@ packages:
|
||||
- utf-8-validate
|
||||
dev: true
|
||||
|
||||
/@graphql-codegen/core/2.6.2_graphql@16.10.0:
|
||||
/@graphql-codegen/core/2.6.2_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-58T5yf9nEfAhDwN1Vz1hImqpdJ/gGpCGUaroQ5tqskZPf7eZYYVkEXbtqRZZLx1MCCKwjWX4hMtTPpHhwKCkng==}
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
dependencies:
|
||||
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0
|
||||
'@graphql-tools/schema': 9.0.1_graphql@16.10.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
graphql: 16.10.0
|
||||
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.9.0
|
||||
'@graphql-tools/schema': 9.0.1_graphql@16.9.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
dev: true
|
||||
|
||||
/@graphql-codegen/plugin-helpers/2.6.2_graphql@16.10.0:
|
||||
/@graphql-codegen/plugin-helpers/2.6.2_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-bt5PNix0MwzWP53UdaYm6URrVMWU8RlQhrTSLFjxQ8ShS5zoTlQtpZJGZc5ONqFgKa83qbUmzXUtP8oRVVn8zw==}
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
dependencies:
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
change-case-all: 1.0.14
|
||||
common-tags: 1.8.2
|
||||
graphql: 16.10.0
|
||||
graphql: 16.9.0
|
||||
import-from: 4.0.0
|
||||
lodash: 4.17.21
|
||||
tslib: 2.4.0
|
||||
dev: true
|
||||
|
||||
/@graphql-codegen/schema-ast/2.5.1_graphql@16.10.0:
|
||||
/@graphql-codegen/schema-ast/2.5.1_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-tewa5DEKbglWn7kYyVBkh3J8YQ5ALqAMVmZwiVFIGOao5u66nd+e4HuFqp0u+Jpz4SJGGi0ap/oFrEvlqLjd2A==}
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
dependencies:
|
||||
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
graphql: 16.10.0
|
||||
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.9.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
dev: true
|
||||
|
||||
/@graphql-codegen/typed-document-node/2.3.3_graphql@16.10.0:
|
||||
/@graphql-codegen/typed-document-node/2.3.3_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-0zUPMr1pAqzMyPvtpnlfCbwQgS22t2kPhhfGQs2Yw32O+0+vn1ACcvxt0x1TfUwspYfFJa8AAXJ8NjwmDVAFMQ==}
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
dependencies:
|
||||
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0
|
||||
'@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.10.0
|
||||
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.9.0
|
||||
'@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.9.0
|
||||
auto-bind: 4.0.0
|
||||
change-case-all: 1.0.14
|
||||
graphql: 16.10.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@graphql-codegen/typescript-operations/2.5.3_graphql@16.10.0:
|
||||
/@graphql-codegen/typescript-operations/2.5.3_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-s+pA+Erm0HeBb/D5cNrflwRM5KWhkiA5cbz4uA99l3fzFPveoQBPfRCBu0XAlJLP/kBDy64+o4B8Nfc7wdRtmA==}
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
dependencies:
|
||||
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0
|
||||
'@graphql-codegen/typescript': 2.7.3_graphql@16.10.0
|
||||
'@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.10.0
|
||||
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.9.0
|
||||
'@graphql-codegen/typescript': 2.7.3_graphql@16.9.0
|
||||
'@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.9.0
|
||||
auto-bind: 4.0.0
|
||||
graphql: 16.10.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@graphql-codegen/typescript-react-apollo/3.3.3_nlmc7cp55x2ftl4i6svk4s2oua:
|
||||
/@graphql-codegen/typescript-react-apollo/3.3.3_67ieibcoukfqkysoe3lbnfrgku:
|
||||
resolution: {integrity: sha512-FixkcfEfChA1+VPkvdcK+JYnBfqhT+Nz7WJFJ3ZKVsHjwJbTWKu19cKn2nkd3EVgdhJXlNsE8DgenVMqi5X5Ug==}
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
graphql-tag: ^2.0.0
|
||||
dependencies:
|
||||
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0
|
||||
'@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.10.0
|
||||
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.9.0
|
||||
'@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.9.0
|
||||
auto-bind: 4.0.0
|
||||
change-case-all: 1.0.14
|
||||
graphql: 16.10.0
|
||||
graphql-tag: 2.12.6_graphql@16.10.0
|
||||
graphql: 16.9.0
|
||||
graphql-tag: 2.12.6_graphql@16.9.0
|
||||
tslib: 2.4.0
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@graphql-codegen/typescript-react-query/4.0.1_graphql@16.10.0:
|
||||
/@graphql-codegen/typescript-react-query/4.0.1_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-vA8cZqlvBoQ+muNycAzWVq8Nthr+AM1OWIuGpYfE3QSe9sqbaXAuXJgm9ZmBQ/tq2M8z8pAwm/z5MOJ7GcUcgg==}
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
dependencies:
|
||||
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0
|
||||
'@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.10.0
|
||||
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.9.0
|
||||
'@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.9.0
|
||||
auto-bind: 4.0.0
|
||||
change-case-all: 1.0.14
|
||||
graphql: 16.10.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@graphql-codegen/typescript/2.7.3_graphql@16.10.0:
|
||||
/@graphql-codegen/typescript/2.7.3_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-EzX/acijXtbG/AwPzho2ZZWaNo00+xAbsRDP+vnT2PwQV3AYq3/5bFvjq1XfAGWbTntdmlYlIwC9hf5bI85WVA==}
|
||||
peerDependencies:
|
||||
graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
dependencies:
|
||||
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0
|
||||
'@graphql-codegen/schema-ast': 2.5.1_graphql@16.10.0
|
||||
'@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.10.0
|
||||
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.9.0
|
||||
'@graphql-codegen/schema-ast': 2.5.1_graphql@16.9.0
|
||||
'@graphql-codegen/visitor-plugin-common': 2.12.1_graphql@16.9.0
|
||||
auto-bind: 4.0.0
|
||||
graphql: 16.10.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@graphql-codegen/visitor-plugin-common/2.12.1_graphql@16.10.0:
|
||||
/@graphql-codegen/visitor-plugin-common/2.12.1_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-dIUrX4+i/uazyPQqXyQ8cqykgNFe1lknjnfDWFo0gnk2W8+ruuL2JpSrj/7efzFHxbYGMQrCABDCUTVLi3DcVA==}
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
dependencies:
|
||||
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.10.0
|
||||
'@graphql-tools/optimize': 1.3.1_graphql@16.10.0
|
||||
'@graphql-tools/relay-operation-optimizer': 6.5.3_graphql@16.10.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
'@graphql-codegen/plugin-helpers': 2.6.2_graphql@16.9.0
|
||||
'@graphql-tools/optimize': 1.3.1_graphql@16.9.0
|
||||
'@graphql-tools/relay-operation-optimizer': 6.5.3_graphql@16.9.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
auto-bind: 4.0.0
|
||||
change-case-all: 1.0.14
|
||||
dependency-graph: 0.11.0
|
||||
graphql: 16.10.0
|
||||
graphql-tag: 2.12.6_graphql@16.10.0
|
||||
graphql: 16.9.0
|
||||
graphql-tag: 2.12.6_graphql@16.9.0
|
||||
parse-filepath: 1.0.2
|
||||
tslib: 2.4.0
|
||||
transitivePeerDependencies:
|
||||
@ -887,107 +887,107 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/apollo-engine-loader/7.3.9_graphql@16.10.0:
|
||||
/@graphql-tools/apollo-engine-loader/7.3.9_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-BVO3rc9JCJpzvWy+SYyioR5GbXRkYRE6P5hSm1+N6I/E2aDan44mkTySF6RAbH7/7RMzgzE5vxJMm/m6hx4rvQ==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@ardatan/sync-fetch': 0.0.1
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
'@whatwg-node/fetch': 0.2.9
|
||||
graphql: 16.10.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/batch-execute/8.5.3_graphql@16.10.0:
|
||||
/@graphql-tools/batch-execute/8.5.3_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-dvP1bM02/NSDuAS5A6sLIUUJgs0fuMSk3Ib2jc3pL7HG7jzm/IXfvPURs48pJlMnxcawjVDC8fLh1oWfjmoAGg==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
dataloader: 2.1.0
|
||||
graphql: 16.10.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
value-or-promise: 1.0.11
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/code-file-loader/7.3.3_graphql@16.10.0:
|
||||
/@graphql-tools/code-file-loader/7.3.3_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-si4JFNLaM2hsTWUBLsLpf6t/dGy5Pen6F8348zc+Iao7Y8hgENBim11NxL61NbeJL5TD4v3E+tvf5CnAONZKaQ==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@graphql-tools/graphql-tag-pluck': 7.3.3_graphql@16.10.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
'@graphql-tools/graphql-tag-pluck': 7.3.3_graphql@16.9.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
globby: 11.1.0
|
||||
graphql: 16.10.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
unixify: 1.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/delegate/9.0.3_graphql@16.10.0:
|
||||
/@graphql-tools/delegate/9.0.3_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-4noYCEL/0UeH+5KVRkkqLYH3iyXBb56hh120Y9DEc/JFmb1ldhgxGH2BuoINE2kt35dYhzRk9QA1+HG8FXIBWQ==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@graphql-tools/batch-execute': 8.5.3_graphql@16.10.0
|
||||
'@graphql-tools/schema': 9.0.1_graphql@16.10.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
'@graphql-tools/batch-execute': 8.5.3_graphql@16.9.0
|
||||
'@graphql-tools/schema': 9.0.1_graphql@16.9.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
dataloader: 2.1.0
|
||||
graphql: 16.10.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
value-or-promise: 1.0.11
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/git-loader/7.2.3_graphql@16.10.0:
|
||||
/@graphql-tools/git-loader/7.2.3_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-uEx+iwWfatH9SGQ35BI9wZp7FPW5QCp9+SfXKdj5snnaTOlqOl/KepdZP9iL0xWiSUjLd5HebzfiuNCo9t2/HQ==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@graphql-tools/graphql-tag-pluck': 7.3.3_graphql@16.10.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
graphql: 16.10.0
|
||||
'@graphql-tools/graphql-tag-pluck': 7.3.3_graphql@16.9.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
graphql: 16.9.0
|
||||
is-glob: 4.0.3
|
||||
micromatch: 4.0.5
|
||||
micromatch: 4.0.8
|
||||
tslib: 2.4.0
|
||||
unixify: 1.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/github-loader/7.3.9_graphql@16.10.0:
|
||||
/@graphql-tools/github-loader/7.3.9_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-L5C/D3JBtwnh8m8KE1iVWElI/oN+XMpYctR6S8oXO7VchdvUxkBBnTKTWq7wD9mYU6BTJLnRHoh+c6SZzxdWag==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@ardatan/sync-fetch': 0.0.1
|
||||
'@graphql-tools/graphql-tag-pluck': 7.3.3_graphql@16.10.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
'@graphql-tools/graphql-tag-pluck': 7.3.3_graphql@16.9.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
'@whatwg-node/fetch': 0.2.9
|
||||
graphql: 16.10.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/graphql-file-loader/7.5.2_graphql@16.10.0:
|
||||
/@graphql-tools/graphql-file-loader/7.5.2_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-4M5c5SRnxTURNwfq46dlEspWGk+nQpO2nF/p9kxaPiXG0iMAQ8suOd3jQk99LEefQpVhFNb5FumyvUnyW0BogA==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@graphql-tools/import': 6.7.3_graphql@16.10.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
'@graphql-tools/import': 6.7.3_graphql@16.9.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
globby: 11.1.0
|
||||
graphql: 16.10.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
unixify: 1.0.0
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/graphql-tag-pluck/7.3.3_graphql@16.10.0:
|
||||
/@graphql-tools/graphql-tag-pluck/7.3.3_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-hU8/e8k2fdxK6gDUxnm7CDXmcyagpsMAxo7aNqY2Y4TzIZ0J1EeaM2Xi4wAqv7wRh3diR7TroGlsJ3zOCZx3Jw==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
@ -995,82 +995,82 @@ packages:
|
||||
'@babel/parser': 7.18.11
|
||||
'@babel/traverse': 7.18.11
|
||||
'@babel/types': 7.18.10
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
graphql: 16.10.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/import/6.7.3_graphql@16.10.0:
|
||||
/@graphql-tools/import/6.7.3_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-7D/nDfwAj1TEkF+vAxm+hxgYNQW3h1kDz8JnYmvvY1Yv7OxZQQHDNd4tVg3BYVtW2kjsz3nzip46Z8ZQ9L7gHg==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
graphql: 16.10.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
graphql: 16.9.0
|
||||
resolve-from: 5.0.0
|
||||
tslib: 2.4.0
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/json-file-loader/7.4.3_graphql@16.10.0:
|
||||
/@graphql-tools/json-file-loader/7.4.3_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-YihARAoaGJnYakDAaUkdZ6GsvGcyZRdZK2qx9FWkqtpHt02FLCBpcjjLq/cpM0N6K0ecqzh/dYSVD7MthUFXQg==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
globby: 11.1.0
|
||||
graphql: 16.10.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
unixify: 1.0.0
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/load/7.7.4_graphql@16.10.0:
|
||||
/@graphql-tools/load/7.7.4_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-2VtVWeMNizNTTc8Dv/hs0lrvGHaLko8jpBoP9TewFdBz6pAXPsLHYnNAhEfBYJd+Vk5GZbnWTfVColxhnF8NEQ==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@graphql-tools/schema': 9.0.1_graphql@16.10.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
graphql: 16.10.0
|
||||
'@graphql-tools/schema': 9.0.1_graphql@16.9.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
graphql: 16.9.0
|
||||
p-limit: 3.1.0
|
||||
tslib: 2.4.0
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/merge/8.3.3_graphql@16.10.0:
|
||||
/@graphql-tools/merge/8.3.3_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-EfULshN2s2s2mhBwbV9WpGnoehRLe7eIMdZrKfHhxlBWOvtNUd3KSCN0PUdAMd7lj1jXUW9KYdn624JrVn6qzg==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
graphql: 16.10.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/optimize/1.3.1_graphql@16.10.0:
|
||||
/@graphql-tools/optimize/1.3.1_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-5j5CZSRGWVobt4bgRRg7zhjPiSimk+/zIuColih8E8DxuFOaJ+t0qu7eZS5KXWBkjcd4BPNuhUPpNlEmHPqVRQ==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
graphql: 16.10.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/prisma-loader/7.2.14_vbnayprkooyl7hsyvbu4sulzv4:
|
||||
/@graphql-tools/prisma-loader/7.2.14_6cbwjxbtmn5aswzo63tm3pafsi:
|
||||
resolution: {integrity: sha512-9yX3/1UyjuPhp1i375gp2arzKPfz6VzG4ItGsaiEDRF/CCGu80gexf9letQkGtyTiQaZhqIFz5hy5HF48JZXvQ==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@graphql-tools/url-loader': 7.13.9_vbnayprkooyl7hsyvbu4sulzv4
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
'@graphql-tools/url-loader': 7.13.9_6cbwjxbtmn5aswzo63tm3pafsi
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
'@types/js-yaml': 4.0.5
|
||||
'@types/json-stable-stringify': 1.0.34
|
||||
'@types/jsonwebtoken': 8.5.8
|
||||
chalk: 4.1.2
|
||||
debug: 4.3.4
|
||||
dotenv: 16.0.1
|
||||
graphql: 16.10.0
|
||||
graphql-request: 4.3.0_graphql@16.10.0
|
||||
graphql: 16.9.0
|
||||
graphql-request: 4.3.0_graphql@16.9.0
|
||||
http-proxy-agent: 5.0.0
|
||||
https-proxy-agent: 5.0.1
|
||||
isomorphic-fetch: 3.0.0
|
||||
@ -1089,50 +1089,50 @@ packages:
|
||||
- utf-8-validate
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/relay-operation-optimizer/6.5.3_graphql@16.10.0:
|
||||
/@graphql-tools/relay-operation-optimizer/6.5.3_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-QXKZJvfGIVnYGvnWabVdKLgh+8X9YWQRMPK9OydiYUi6O4HvB5PMT5qkrYpshjeek3UsJztZsGXiRJbY9O4c9Q==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@ardatan/relay-compiler': 12.0.0_graphql@16.10.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
graphql: 16.10.0
|
||||
'@ardatan/relay-compiler': 12.0.0_graphql@16.9.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/schema/9.0.1_graphql@16.10.0:
|
||||
/@graphql-tools/schema/9.0.1_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-Y6apeiBmvXEz082IAuS/ainnEEQrzMECP1MRIV72eo2WPa6ZtLYPycvIbd56Z5uU2LKP4XcWRgK6WUbCyN16Rw==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@graphql-tools/merge': 8.3.3_graphql@16.10.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
graphql: 16.10.0
|
||||
'@graphql-tools/merge': 8.3.3_graphql@16.9.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
value-or-promise: 1.0.11
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/url-loader/7.13.9_vbnayprkooyl7hsyvbu4sulzv4:
|
||||
/@graphql-tools/url-loader/7.13.9_6cbwjxbtmn5aswzo63tm3pafsi:
|
||||
resolution: {integrity: sha512-7vN7hpT/U0/jC1cc2kNqm0H3iQqRis2f4ZbMsiWT8lDGo/GFOAq+LhJJjTO3zx/ivG90usuu6nPy0yrGlLMvGg==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@ardatan/sync-fetch': 0.0.1
|
||||
'@graphql-tools/delegate': 9.0.3_graphql@16.10.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
'@graphql-tools/wrap': 9.0.4_graphql@16.10.0
|
||||
'@n1ru4l/graphql-live-query': 0.10.0_graphql@16.10.0
|
||||
'@graphql-tools/delegate': 9.0.3_graphql@16.9.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
'@graphql-tools/wrap': 9.0.4_graphql@16.9.0
|
||||
'@n1ru4l/graphql-live-query': 0.10.0_graphql@16.9.0
|
||||
'@types/ws': 8.5.3
|
||||
'@whatwg-node/fetch': 0.2.9
|
||||
dset: 3.1.2
|
||||
extract-files: 11.0.0
|
||||
graphql: 16.10.0
|
||||
graphql-ws: 5.10.1_graphql@16.10.0
|
||||
graphql: 16.9.0
|
||||
graphql-ws: 5.10.1_graphql@16.9.0
|
||||
isomorphic-ws: 5.0.0_ws@8.8.1
|
||||
meros: 1.2.0_@types+node@22.10.2
|
||||
meros: 1.2.0_@types+node@17.0.35
|
||||
tslib: 2.4.0
|
||||
value-or-promise: 1.0.11
|
||||
ws: 8.8.1
|
||||
@ -1143,34 +1143,34 @@ packages:
|
||||
- utf-8-validate
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/utils/8.10.0_graphql@16.10.0:
|
||||
/@graphql-tools/utils/8.10.0_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-yI+V373FdXQbYfqdarehn9vRWDZZYuvyQ/xwiv5ez2BbobHrqsexF7qs56plLRaQ8ESYpVAjMQvJWe9s23O0Jg==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
graphql: 16.10.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/wrap/9.0.4_graphql@16.10.0:
|
||||
/@graphql-tools/wrap/9.0.4_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-l1t/LmVBec54NhLCJHXi8dCAENotkeqje+2XT0dl3N0RCetO8Fq5PkxWo/59DVM7AgGvqifJLvD/bmpZLGS4Bw==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@graphql-tools/delegate': 9.0.3_graphql@16.10.0
|
||||
'@graphql-tools/schema': 9.0.1_graphql@16.10.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
graphql: 16.10.0
|
||||
'@graphql-tools/delegate': 9.0.3_graphql@16.9.0
|
||||
'@graphql-tools/schema': 9.0.1_graphql@16.9.0
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
value-or-promise: 1.0.11
|
||||
dev: true
|
||||
|
||||
/@graphql-typed-document-node/core/3.1.1_graphql@16.10.0:
|
||||
/@graphql-typed-document-node/core/3.1.1_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==}
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
dependencies:
|
||||
graphql: 16.10.0
|
||||
graphql: 16.9.0
|
||||
dev: false
|
||||
|
||||
/@iarna/toml/2.2.5:
|
||||
@ -1414,12 +1414,12 @@ packages:
|
||||
'@jridgewell/sourcemap-codec': 1.5.0
|
||||
dev: true
|
||||
|
||||
/@n1ru4l/graphql-live-query/0.10.0_graphql@16.10.0:
|
||||
/@n1ru4l/graphql-live-query/0.10.0_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-qZ7OHH/NB0NcG/Xa7irzgjE63UH0CkofZT0Bw4Ko6iRFagPRHBM8RgFXwTt/6JbFGIEUS4STRtaFoc/Eq/ZtzQ==}
|
||||
peerDependencies:
|
||||
graphql: ^15.4.0 || ^16.0.0
|
||||
dependencies:
|
||||
graphql: 16.10.0
|
||||
graphql: 16.9.0
|
||||
dev: true
|
||||
|
||||
/@next/env/15.1.0:
|
||||
@ -1594,13 +1594,11 @@ packages:
|
||||
/@types/jsonwebtoken/8.5.8:
|
||||
resolution: {integrity: sha512-zm6xBQpFDIDM6o9r6HSgDeIcLy82TKWctCXEPbJJcXb5AKmi5BNNdLXneixK4lplX3PqIVcwLBCGE/kAGnlD4A==}
|
||||
dependencies:
|
||||
'@types/node': 22.10.2
|
||||
'@types/node': 17.0.35
|
||||
dev: true
|
||||
|
||||
/@types/node/22.10.2:
|
||||
resolution: {integrity: sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==}
|
||||
dependencies:
|
||||
undici-types: 6.20.0
|
||||
/@types/node/17.0.35:
|
||||
resolution: {integrity: sha512-vu1SrqBjbbZ3J6vwY17jBs8Sr/BKA+/a/WtjRG+whKg1iuLFOosq872EXS0eXWILdO36DHQQeku/ZcL6hz2fpg==}
|
||||
dev: true
|
||||
|
||||
/@types/parse-json/4.0.0:
|
||||
@ -1632,7 +1630,7 @@ packages:
|
||||
/@types/ws/8.5.3:
|
||||
resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==}
|
||||
dependencies:
|
||||
'@types/node': 22.10.2
|
||||
'@types/node': 17.0.35
|
||||
dev: true
|
||||
|
||||
/@whatwg-node/fetch/0.2.9:
|
||||
@ -1747,14 +1745,6 @@ packages:
|
||||
resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
|
||||
dev: true
|
||||
|
||||
/anymatch/3.1.2:
|
||||
resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==}
|
||||
engines: {node: '>= 8'}
|
||||
dependencies:
|
||||
normalize-path: 3.0.0
|
||||
picomatch: 2.3.1
|
||||
dev: true
|
||||
|
||||
/anymatch/3.1.3:
|
||||
resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
|
||||
engines: {node: '>= 8'}
|
||||
@ -1904,13 +1894,6 @@ packages:
|
||||
balanced-match: 1.0.2
|
||||
dev: true
|
||||
|
||||
/braces/3.0.2:
|
||||
resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
fill-range: 7.1.1
|
||||
dev: true
|
||||
|
||||
/braces/3.0.3:
|
||||
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
|
||||
engines: {node: '>=8'}
|
||||
@ -2054,8 +2037,8 @@ packages:
|
||||
resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==}
|
||||
engines: {node: '>= 8.10.0'}
|
||||
dependencies:
|
||||
anymatch: 3.1.2
|
||||
braces: 3.0.2
|
||||
anymatch: 3.1.3
|
||||
braces: 3.0.3
|
||||
glob-parent: 5.1.2
|
||||
is-binary-path: 2.1.0
|
||||
is-glob: 4.0.3
|
||||
@ -2216,7 +2199,7 @@ packages:
|
||||
'@iarna/toml': 2.2.5
|
||||
dev: true
|
||||
|
||||
/cosmiconfig-typescript-loader/3.1.1_vrlblra3njgitn7yzyrjv6pqui:
|
||||
/cosmiconfig-typescript-loader/3.1.1_n3jxuywfglzgxo675obabdfiku:
|
||||
resolution: {integrity: sha512-SR5/NciF0vyYqcGsmB9WJ4QOKkcSSSzcBPLrnT6094BYahMy0eImWvlH3zoEOYqpF2zgiyAKHtWTXTo+fqgxPg==}
|
||||
engines: {node: '>=12', npm: '>=6'}
|
||||
peerDependencies:
|
||||
@ -2225,10 +2208,10 @@ packages:
|
||||
ts-node: '>=10'
|
||||
typescript: '>=3'
|
||||
dependencies:
|
||||
'@types/node': 22.10.2
|
||||
'@types/node': 17.0.35
|
||||
cosmiconfig: 7.0.1
|
||||
ts-node: 10.9.1_fuxm4b32gh5vzctsila2l5gsl4
|
||||
typescript: 5.7.2
|
||||
ts-node: 10.9.1_smgpfffxrhk5i4ijhe3532b4hq
|
||||
typescript: 4.7.2
|
||||
dev: true
|
||||
|
||||
/cosmiconfig/7.0.1:
|
||||
@ -2621,25 +2604,25 @@ packages:
|
||||
slash: 3.0.0
|
||||
dev: true
|
||||
|
||||
/graphql-config/4.3.3_mopgwudpnchzy4526gysoklvfu:
|
||||
/graphql-config/4.3.3_utmzewbqo34cadtqzpzpc24qie:
|
||||
resolution: {integrity: sha512-ju2LAbOk6GLp+8JY7mh3CrEe0iEj2AdImNKv58G0DyISBo72kDEJYNJ07hKmkHdIzhDsSHiVzaCVIyBU2LCUug==}
|
||||
engines: {node: '>= 10.0.0'}
|
||||
peerDependencies:
|
||||
graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
dependencies:
|
||||
'@graphql-tools/graphql-file-loader': 7.5.2_graphql@16.10.0
|
||||
'@graphql-tools/json-file-loader': 7.4.3_graphql@16.10.0
|
||||
'@graphql-tools/load': 7.7.4_graphql@16.10.0
|
||||
'@graphql-tools/merge': 8.3.3_graphql@16.10.0
|
||||
'@graphql-tools/url-loader': 7.13.9_vbnayprkooyl7hsyvbu4sulzv4
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.10.0
|
||||
'@graphql-tools/graphql-file-loader': 7.5.2_graphql@16.9.0
|
||||
'@graphql-tools/json-file-loader': 7.4.3_graphql@16.9.0
|
||||
'@graphql-tools/load': 7.7.4_graphql@16.9.0
|
||||
'@graphql-tools/merge': 8.3.3_graphql@16.9.0
|
||||
'@graphql-tools/url-loader': 7.13.9_6cbwjxbtmn5aswzo63tm3pafsi
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.9.0
|
||||
cosmiconfig: 7.0.1
|
||||
cosmiconfig-toml-loader: 1.0.0
|
||||
cosmiconfig-typescript-loader: 3.1.1_vrlblra3njgitn7yzyrjv6pqui
|
||||
graphql: 16.10.0
|
||||
cosmiconfig-typescript-loader: 3.1.1_n3jxuywfglzgxo675obabdfiku
|
||||
graphql: 16.9.0
|
||||
minimatch: 4.2.1
|
||||
string-env-interpolation: 1.0.1
|
||||
ts-node: 10.9.1_fuxm4b32gh5vzctsila2l5gsl4
|
||||
ts-node: 10.9.1_smgpfffxrhk5i4ijhe3532b4hq
|
||||
transitivePeerDependencies:
|
||||
- '@swc/core'
|
||||
- '@swc/wasm'
|
||||
@ -2650,7 +2633,7 @@ packages:
|
||||
- utf-8-validate
|
||||
dev: true
|
||||
|
||||
/graphql-request/4.3.0_graphql@16.10.0:
|
||||
/graphql-request/4.3.0_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-2v6hQViJvSsifK606AliqiNiijb1uwWp6Re7o0RTyH+uRTv/u7Uqm2g4Fjq/LgZIzARB38RZEvVBFOQOVdlBow==}
|
||||
peerDependencies:
|
||||
graphql: 14 - 16
|
||||
@ -2658,31 +2641,31 @@ packages:
|
||||
cross-fetch: 3.1.5
|
||||
extract-files: 9.0.0
|
||||
form-data: 3.0.1
|
||||
graphql: 16.10.0
|
||||
graphql: 16.9.0
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
dev: true
|
||||
|
||||
/graphql-tag/2.12.6_graphql@16.10.0:
|
||||
/graphql-tag/2.12.6_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
dependencies:
|
||||
graphql: 16.10.0
|
||||
graphql: 16.9.0
|
||||
tslib: 2.4.0
|
||||
|
||||
/graphql-ws/5.10.1_graphql@16.10.0:
|
||||
/graphql-ws/5.10.1_graphql@16.9.0:
|
||||
resolution: {integrity: sha512-MKm/3SRd1vj5Km8NaujsgeGRTKZQjUN5HRnIMJ8dL2UznKoxvrtQyJqTmqJt0f6vQd9AooDg/+baXo3huiY4Ew==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
graphql: '>=0.11 <=16'
|
||||
dependencies:
|
||||
graphql: 16.10.0
|
||||
graphql: 16.9.0
|
||||
dev: true
|
||||
|
||||
/graphql/16.10.0:
|
||||
resolution: {integrity: sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==}
|
||||
/graphql/16.9.0:
|
||||
resolution: {integrity: sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==}
|
||||
engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0}
|
||||
|
||||
/has-flag/3.0.0:
|
||||
@ -3155,7 +3138,7 @@ packages:
|
||||
engines: {node: '>= 8'}
|
||||
dev: true
|
||||
|
||||
/meros/1.2.0_@types+node@22.10.2:
|
||||
/meros/1.2.0_@types+node@17.0.35:
|
||||
resolution: {integrity: sha512-3QRZIS707pZQnijHdhbttXRWwrHhZJ/gzolneoxKVz9N/xmsvY/7Ls8lpnI9gxbgxjcHsAVEW3mgwiZCo6kkJQ==}
|
||||
engines: {node: '>=12'}
|
||||
peerDependencies:
|
||||
@ -3164,15 +3147,7 @@ packages:
|
||||
'@types/node':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@types/node': 22.10.2
|
||||
dev: true
|
||||
|
||||
/micromatch/4.0.5:
|
||||
resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==}
|
||||
engines: {node: '>=8.6'}
|
||||
dependencies:
|
||||
braces: 3.0.3
|
||||
picomatch: 2.3.1
|
||||
'@types/node': 17.0.35
|
||||
dev: true
|
||||
|
||||
/micromatch/4.0.8:
|
||||
@ -4160,7 +4135,7 @@ packages:
|
||||
resolution: {integrity: sha512-DEQrfv6l7IvN2jlzc/VTdZJYsWUnQNCsueYjMkC/iXoEoi5fNan6MjeDqkvhfzbmHgdz9UxDUluX3V5HdjTydQ==}
|
||||
dev: true
|
||||
|
||||
/ts-node/10.9.1_fuxm4b32gh5vzctsila2l5gsl4:
|
||||
/ts-node/10.9.1_smgpfffxrhk5i4ijhe3532b4hq:
|
||||
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@ -4179,14 +4154,14 @@ packages:
|
||||
'@tsconfig/node12': 1.0.11
|
||||
'@tsconfig/node14': 1.0.3
|
||||
'@tsconfig/node16': 1.0.3
|
||||
'@types/node': 22.10.2
|
||||
'@types/node': 17.0.35
|
||||
acorn: 8.8.0
|
||||
acorn-walk: 8.2.0
|
||||
arg: 4.1.3
|
||||
create-require: 1.1.1
|
||||
diff: 4.0.2
|
||||
make-error: 1.3.6
|
||||
typescript: 5.7.2
|
||||
typescript: 4.7.2
|
||||
v8-compile-cache-lib: 3.0.1
|
||||
yn: 3.1.1
|
||||
dev: true
|
||||
@ -4203,9 +4178,9 @@ packages:
|
||||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/typescript/5.7.2:
|
||||
resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==}
|
||||
engines: {node: '>=14.17'}
|
||||
/typescript/4.7.2:
|
||||
resolution: {integrity: sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==}
|
||||
engines: {node: '>=4.2.0'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
@ -4218,10 +4193,6 @@ packages:
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
/undici-types/6.20.0:
|
||||
resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==}
|
||||
dev: true
|
||||
|
||||
/undici/5.9.1:
|
||||
resolution: {integrity: sha512-6fB3a+SNnWEm4CJbgo0/CWR8RGcOCQP68SF4X0mxtYTq2VNN8T88NYrWVBAeSX+zb7bny2dx2iYhP3XHi00omg==}
|
||||
engines: {node: '>=12.18'}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Install dependencies only when needed
|
||||
FROM node:22-alpine AS deps
|
||||
FROM node:16-alpine AS deps
|
||||
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
|
||||
RUN apk add --no-cache libc6-compat
|
||||
RUN yarn global add pnpm
|
||||
@ -11,7 +11,7 @@ RUN pnpm i
|
||||
|
||||
|
||||
# Rebuild the source code only when needed
|
||||
FROM node:22-alpine AS builder
|
||||
FROM node:16-alpine AS builder
|
||||
WORKDIR /app
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
@ -27,7 +27,7 @@ RUN yarn build
|
||||
# RUN npm run build
|
||||
|
||||
# Production image, copy all the files and run next
|
||||
FROM node:22-alpine AS runner
|
||||
FROM node:16-alpine AS runner
|
||||
WORKDIR /app
|
||||
|
||||
ENV NODE_ENV production
|
||||
|
Loading…
x
Reference in New Issue
Block a user