Compare commits
1 Commits
d14889b34c
...
bd3b533f2c
Author | SHA1 | Date | |
---|---|---|---|
bd3b533f2c |
@ -22,7 +22,7 @@
|
||||
"@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.15.19",
|
||||
"@types/node": "22.15.21",
|
||||
"@types/react": "18.0.9",
|
||||
"@types/react-dom": "18.0.5",
|
||||
"autoprefixer": "^10.4.7",
|
||||
|
134
pnpm-lock.yaml
generated
134
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.15.19
|
||||
'@types/node': 22.15.21
|
||||
'@types/react': 18.0.9
|
||||
'@types/react-dom': 18.0.5
|
||||
autoprefixer: ^10.4.7
|
||||
@ -30,13 +30,13 @@ dependencies:
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
|
||||
devDependencies:
|
||||
'@graphql-codegen/cli': 2.11.6_sk24rjqabu3kzgxeh53za3iwlm
|
||||
'@graphql-codegen/cli': 2.11.6_6ctqzobhmjkot24qjpvuo477q4
|
||||
'@graphql-codegen/typed-document-node': 2.3.3_graphql@16.11.0
|
||||
'@graphql-codegen/typescript': 2.7.3_graphql@16.11.0
|
||||
'@graphql-codegen/typescript-operations': 2.5.3_graphql@16.11.0
|
||||
'@graphql-codegen/typescript-react-apollo': 3.3.3_zgy4ber4vlsmyrbmrzusrqlyya
|
||||
'@graphql-codegen/typescript-react-query': 4.0.1_graphql@16.11.0
|
||||
'@types/node': 22.15.19
|
||||
'@types/node': 22.15.21
|
||||
'@types/react': 18.0.9
|
||||
'@types/react-dom': 18.0.5
|
||||
autoprefixer: 10.4.8_postcss@8.5.3
|
||||
@ -692,7 +692,7 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@graphql-codegen/cli/2.11.6_sk24rjqabu3kzgxeh53za3iwlm:
|
||||
/@graphql-codegen/cli/2.11.6_6ctqzobhmjkot24qjpvuo477q4:
|
||||
resolution: {integrity: sha512-0R2Bhgjt3XZTSdsn8MGGuJjDEN2z+KCo7920zLZz9boy6bQ0EyuxS9AUATePS9aC3djy2POAIPCHz8iHK68IlQ==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@ -707,8 +707,8 @@ packages:
|
||||
'@graphql-tools/graphql-file-loader': 7.5.2_graphql@16.11.0
|
||||
'@graphql-tools/json-file-loader': 7.4.3_graphql@16.11.0
|
||||
'@graphql-tools/load': 7.7.4_graphql@16.11.0
|
||||
'@graphql-tools/prisma-loader': 7.2.14_ye3aaxlfp24asruyd3wgx3ore4
|
||||
'@graphql-tools/url-loader': 7.13.9_ye3aaxlfp24asruyd3wgx3ore4
|
||||
'@graphql-tools/prisma-loader': 7.2.14_bkbbgv6ba3ejjqv6m76esxuwmi
|
||||
'@graphql-tools/url-loader': 7.13.9_bkbbgv6ba3ejjqv6m76esxuwmi
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.11.0
|
||||
'@whatwg-node/fetch': 0.2.9
|
||||
ansi-escapes: 4.3.2
|
||||
@ -718,7 +718,7 @@ packages:
|
||||
debounce: 1.2.1
|
||||
detect-indent: 6.1.0
|
||||
graphql: 16.11.0
|
||||
graphql-config: 4.3.3_sk24rjqabu3kzgxeh53za3iwlm
|
||||
graphql-config: 4.3.3_6ctqzobhmjkot24qjpvuo477q4
|
||||
inquirer: 8.2.4
|
||||
is-glob: 4.0.3
|
||||
json-to-pretty-yaml: 1.2.2
|
||||
@ -1051,12 +1051,12 @@ packages:
|
||||
tslib: 2.4.0
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/prisma-loader/7.2.14_ye3aaxlfp24asruyd3wgx3ore4:
|
||||
/@graphql-tools/prisma-loader/7.2.14_bkbbgv6ba3ejjqv6m76esxuwmi:
|
||||
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_ye3aaxlfp24asruyd3wgx3ore4
|
||||
'@graphql-tools/url-loader': 7.13.9_bkbbgv6ba3ejjqv6m76esxuwmi
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.11.0
|
||||
'@types/js-yaml': 4.0.5
|
||||
'@types/json-stable-stringify': 1.0.34
|
||||
@ -1110,7 +1110,7 @@ packages:
|
||||
value-or-promise: 1.0.11
|
||||
dev: true
|
||||
|
||||
/@graphql-tools/url-loader/7.13.9_ye3aaxlfp24asruyd3wgx3ore4:
|
||||
/@graphql-tools/url-loader/7.13.9_bkbbgv6ba3ejjqv6m76esxuwmi:
|
||||
resolution: {integrity: sha512-7vN7hpT/U0/jC1cc2kNqm0H3iQqRis2f4ZbMsiWT8lDGo/GFOAq+LhJJjTO3zx/ivG90usuu6nPy0yrGlLMvGg==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
@ -1127,7 +1127,7 @@ packages:
|
||||
graphql: 16.11.0
|
||||
graphql-ws: 5.10.1_graphql@16.11.0
|
||||
isomorphic-ws: 5.0.0_ws@8.8.1
|
||||
meros: 1.2.0_@types+node@22.15.19
|
||||
meros: 1.2.0_@types+node@22.15.21
|
||||
tslib: 2.4.0
|
||||
value-or-promise: 1.0.11
|
||||
ws: 8.8.1
|
||||
@ -1172,8 +1172,8 @@ packages:
|
||||
resolution: {integrity: sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==}
|
||||
dev: true
|
||||
|
||||
/@img/sharp-darwin-arm64/0.34.1:
|
||||
resolution: {integrity: sha512-pn44xgBtgpEbZsu+lWf2KNb6OAf70X68k+yk69Ic2Xz11zHR/w24/U49XT7AeRwJ0Px+mhALhU5LPci1Aymk7A==}
|
||||
/@img/sharp-darwin-arm64/0.34.2:
|
||||
resolution: {integrity: sha512-OfXHZPppddivUJnqyKoi5YVeHRkkNE2zUFT2gbpKxp/JZCFYEYubnMg+gOp6lWfasPrTS+KPosKqdI+ELYVDtg==}
|
||||
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
@ -1183,8 +1183,8 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@img/sharp-darwin-x64/0.34.1:
|
||||
resolution: {integrity: sha512-VfuYgG2r8BpYiOUN+BfYeFo69nP/MIwAtSJ7/Zpxc5QF3KS22z8Pvg3FkrSFJBPNQ7mmcUcYQFBmEQp7eu1F8Q==}
|
||||
/@img/sharp-darwin-x64/0.34.2:
|
||||
resolution: {integrity: sha512-dYvWqmjU9VxqXmjEtjmvHnGqF8GrVjM2Epj9rJ6BUIXvk8slvNDJbhGFvIoXzkDhrJC2jUxNLz/GUjjvSzfw+g==}
|
||||
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
@ -1266,8 +1266,8 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@img/sharp-linux-arm/0.34.1:
|
||||
resolution: {integrity: sha512-anKiszvACti2sGy9CirTlNyk7BjjZPiML1jt2ZkTdcvpLU1YH6CXwRAZCA2UmRXnhiIftXQ7+Oh62Ji25W72jA==}
|
||||
/@img/sharp-linux-arm/0.34.2:
|
||||
resolution: {integrity: sha512-0DZzkvuEOqQUP9mo2kjjKNok5AmnOr1jB2XYjkaoNRwpAYMDzRmAqUIa1nRi58S2WswqSfPOWLNOr0FDT3H5RQ==}
|
||||
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
@ -1277,8 +1277,8 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@img/sharp-linux-arm64/0.34.1:
|
||||
resolution: {integrity: sha512-kX2c+vbvaXC6vly1RDf/IWNXxrlxLNpBVWkdpRq5Ka7OOKj6nr66etKy2IENf6FtOgklkg9ZdGpEu9kwdlcwOQ==}
|
||||
/@img/sharp-linux-arm64/0.34.2:
|
||||
resolution: {integrity: sha512-D8n8wgWmPDakc83LORcfJepdOSN6MvWNzzz2ux0MnIbOqdieRZwVYY32zxVx+IFUT8er5KPcyU3XXsn+GzG/0Q==}
|
||||
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
@ -1288,8 +1288,8 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@img/sharp-linux-s390x/0.34.1:
|
||||
resolution: {integrity: sha512-7s0KX2tI9mZI2buRipKIw2X1ufdTeaRgwmRabt5bi9chYfhur+/C1OXg3TKg/eag1W+6CCWLVmSauV1owmRPxA==}
|
||||
/@img/sharp-linux-s390x/0.34.2:
|
||||
resolution: {integrity: sha512-EGZ1xwhBI7dNISwxjChqBGELCWMGDvmxZXKjQRuqMrakhO8QoMgqCrdjnAqJq/CScxfRn+Bb7suXBElKQpPDiw==}
|
||||
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
||||
cpu: [s390x]
|
||||
os: [linux]
|
||||
@ -1299,8 +1299,8 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@img/sharp-linux-x64/0.34.1:
|
||||
resolution: {integrity: sha512-wExv7SH9nmoBW3Wr2gvQopX1k8q2g5V5Iag8Zk6AVENsjwd+3adjwxtp3Dcu2QhOXr8W9NusBU6XcQUohBZ5MA==}
|
||||
/@img/sharp-linux-x64/0.34.2:
|
||||
resolution: {integrity: sha512-sD7J+h5nFLMMmOXYH4DD9UtSNBD05tWSSdWAcEyzqW8Cn5UxXvsHAxmxSesYUsTOBmUnjtxghKDl15EvfqLFbQ==}
|
||||
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
@ -1310,8 +1310,8 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@img/sharp-linuxmusl-arm64/0.34.1:
|
||||
resolution: {integrity: sha512-DfvyxzHxw4WGdPiTF0SOHnm11Xv4aQexvqhRDAoD00MzHekAj9a/jADXeXYCDFH/DzYruwHbXU7uz+H+nWmSOQ==}
|
||||
/@img/sharp-linuxmusl-arm64/0.34.2:
|
||||
resolution: {integrity: sha512-NEE2vQ6wcxYav1/A22OOxoSOGiKnNmDzCYFOZ949xFmrWZOVII1Bp3NqVVpvj+3UeHMFyN5eP/V5hzViQ5CZNA==}
|
||||
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
@ -1321,8 +1321,8 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@img/sharp-linuxmusl-x64/0.34.1:
|
||||
resolution: {integrity: sha512-pax/kTR407vNb9qaSIiWVnQplPcGU8LRIJpDT5o8PdAx5aAA7AS3X9PS8Isw1/WfqgQorPotjrZL3Pqh6C5EBg==}
|
||||
/@img/sharp-linuxmusl-x64/0.34.2:
|
||||
resolution: {integrity: sha512-DOYMrDm5E6/8bm/yQLCWyuDJwUnlevR8xtF8bs+gjZ7cyUNYXiSf/E8Kp0Ss5xasIaXSHzb888V1BE4i1hFhAA==}
|
||||
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
@ -1332,8 +1332,8 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@img/sharp-wasm32/0.34.1:
|
||||
resolution: {integrity: sha512-YDybQnYrLQfEpzGOQe7OKcyLUCML4YOXl428gOOzBgN6Gw0rv8dpsJ7PqTHxBnXnwXr8S1mYFSLSa727tpz0xg==}
|
||||
/@img/sharp-wasm32/0.34.2:
|
||||
resolution: {integrity: sha512-/VI4mdlJ9zkaq53MbIG6rZY+QRN3MLbR6usYlgITEzi4Rpx5S6LFKsycOQjkOGmqTNmkIdLjEvooFKwww6OpdQ==}
|
||||
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
||||
cpu: [wasm32]
|
||||
requiresBuild: true
|
||||
@ -1342,8 +1342,17 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@img/sharp-win32-ia32/0.34.1:
|
||||
resolution: {integrity: sha512-WKf/NAZITnonBf3U1LfdjoMgNO5JYRSlhovhRhMxXVdvWYveM4kM3L8m35onYIdh75cOMCo1BexgVQcCDzyoWw==}
|
||||
/@img/sharp-win32-arm64/0.34.2:
|
||||
resolution: {integrity: sha512-cfP/r9FdS63VA5k0xiqaNaEoGxBg9k7uE+RQGzuK9fHt7jib4zAVVseR9LsE4gJcNWgT6APKMNnCcnyOtmSEUQ==}
|
||||
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@img/sharp-win32-ia32/0.34.2:
|
||||
resolution: {integrity: sha512-QLjGGvAbj0X/FXl8n1WbtQ6iVBpWU7JO94u/P2M4a8CFYsvQi4GW2mRy/JqkRx0qpBzaOdKJKw8uc930EX2AHw==}
|
||||
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
@ -1351,8 +1360,8 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@img/sharp-win32-x64/0.34.1:
|
||||
resolution: {integrity: sha512-hw1iIAHpNE8q3uMIRCgGOeDoz9KtFNarFLQclLxr/LK1VBkj8nby18RjFvr6aP7USRYAjTZW6yisnBWMX571Tw==}
|
||||
/@img/sharp-win32-x64/0.34.2:
|
||||
resolution: {integrity: sha512-aUdT6zEYtDKCaxkofmmJDJYGCf0+pJg3eU9/oBuqvEeoB9dKI6ZLc/1iLJCTuJQDO4ptntAlkUmHgGjyuobZbw==}
|
||||
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
@ -1578,11 +1587,11 @@ packages:
|
||||
/@types/jsonwebtoken/8.5.8:
|
||||
resolution: {integrity: sha512-zm6xBQpFDIDM6o9r6HSgDeIcLy82TKWctCXEPbJJcXb5AKmi5BNNdLXneixK4lplX3PqIVcwLBCGE/kAGnlD4A==}
|
||||
dependencies:
|
||||
'@types/node': 22.15.19
|
||||
'@types/node': 22.15.21
|
||||
dev: true
|
||||
|
||||
/@types/node/22.15.19:
|
||||
resolution: {integrity: sha512-3vMNr4TzNQyjHcRZadojpRaD9Ofr6LsonZAoQ+HMUa/9ORTPoxVIw0e0mpqWpdjj8xybyCM+oKOUH2vwFu/oEw==}
|
||||
/@types/node/22.15.21:
|
||||
resolution: {integrity: sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==}
|
||||
dependencies:
|
||||
undici-types: 6.21.0
|
||||
dev: true
|
||||
@ -1616,7 +1625,7 @@ packages:
|
||||
/@types/ws/8.5.3:
|
||||
resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==}
|
||||
dependencies:
|
||||
'@types/node': 22.15.19
|
||||
'@types/node': 22.15.21
|
||||
dev: true
|
||||
|
||||
/@whatwg-node/fetch/0.2.9:
|
||||
@ -2164,7 +2173,7 @@ packages:
|
||||
'@iarna/toml': 2.2.5
|
||||
dev: true
|
||||
|
||||
/cosmiconfig-typescript-loader/3.1.1_g3236kfhyhvh3ck3mnkcquguzu:
|
||||
/cosmiconfig-typescript-loader/3.1.1_zwshheefzcxzvjpc3vdk7odonq:
|
||||
resolution: {integrity: sha512-SR5/NciF0vyYqcGsmB9WJ4QOKkcSSSzcBPLrnT6094BYahMy0eImWvlH3zoEOYqpF2zgiyAKHtWTXTo+fqgxPg==}
|
||||
engines: {node: '>=12', npm: '>=6'}
|
||||
peerDependencies:
|
||||
@ -2173,9 +2182,9 @@ packages:
|
||||
ts-node: '>=10'
|
||||
typescript: '>=3'
|
||||
dependencies:
|
||||
'@types/node': 22.15.19
|
||||
'@types/node': 22.15.21
|
||||
cosmiconfig: 7.0.1
|
||||
ts-node: 10.9.1_bsaxl7hwmwfkfgfaepcczkdmea
|
||||
ts-node: 10.9.1_myp5e6gijonegcrd2dgnwnh53e
|
||||
typescript: 5.8.3
|
||||
dev: true
|
||||
|
||||
@ -2545,7 +2554,7 @@ packages:
|
||||
slash: 3.0.0
|
||||
dev: true
|
||||
|
||||
/graphql-config/4.3.3_sk24rjqabu3kzgxeh53za3iwlm:
|
||||
/graphql-config/4.3.3_6ctqzobhmjkot24qjpvuo477q4:
|
||||
resolution: {integrity: sha512-ju2LAbOk6GLp+8JY7mh3CrEe0iEj2AdImNKv58G0DyISBo72kDEJYNJ07hKmkHdIzhDsSHiVzaCVIyBU2LCUug==}
|
||||
engines: {node: '>= 10.0.0'}
|
||||
peerDependencies:
|
||||
@ -2555,15 +2564,15 @@ packages:
|
||||
'@graphql-tools/json-file-loader': 7.4.3_graphql@16.11.0
|
||||
'@graphql-tools/load': 7.7.4_graphql@16.11.0
|
||||
'@graphql-tools/merge': 8.3.3_graphql@16.11.0
|
||||
'@graphql-tools/url-loader': 7.13.9_ye3aaxlfp24asruyd3wgx3ore4
|
||||
'@graphql-tools/url-loader': 7.13.9_bkbbgv6ba3ejjqv6m76esxuwmi
|
||||
'@graphql-tools/utils': 8.10.0_graphql@16.11.0
|
||||
cosmiconfig: 7.0.1
|
||||
cosmiconfig-toml-loader: 1.0.0
|
||||
cosmiconfig-typescript-loader: 3.1.1_g3236kfhyhvh3ck3mnkcquguzu
|
||||
cosmiconfig-typescript-loader: 3.1.1_zwshheefzcxzvjpc3vdk7odonq
|
||||
graphql: 16.11.0
|
||||
minimatch: 4.2.1
|
||||
string-env-interpolation: 1.0.1
|
||||
ts-node: 10.9.1_bsaxl7hwmwfkfgfaepcczkdmea
|
||||
ts-node: 10.9.1_myp5e6gijonegcrd2dgnwnh53e
|
||||
transitivePeerDependencies:
|
||||
- '@swc/core'
|
||||
- '@swc/wasm'
|
||||
@ -3050,7 +3059,7 @@ packages:
|
||||
engines: {node: '>= 8'}
|
||||
dev: true
|
||||
|
||||
/meros/1.2.0_@types+node@22.15.19:
|
||||
/meros/1.2.0_@types+node@22.15.21:
|
||||
resolution: {integrity: sha512-3QRZIS707pZQnijHdhbttXRWwrHhZJ/gzolneoxKVz9N/xmsvY/7Ls8lpnI9gxbgxjcHsAVEW3mgwiZCo6kkJQ==}
|
||||
engines: {node: '>=12'}
|
||||
peerDependencies:
|
||||
@ -3059,7 +3068,7 @@ packages:
|
||||
'@types/node':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@types/node': 22.15.19
|
||||
'@types/node': 22.15.21
|
||||
dev: true
|
||||
|
||||
/micromatch/4.0.5:
|
||||
@ -3162,7 +3171,7 @@ packages:
|
||||
'@next/swc-linux-x64-musl': 15.3.2
|
||||
'@next/swc-win32-arm64-msvc': 15.3.2
|
||||
'@next/swc-win32-x64-msvc': 15.3.2
|
||||
sharp: 0.34.1
|
||||
sharp: 0.34.2
|
||||
transitivePeerDependencies:
|
||||
- '@babel/core'
|
||||
- babel-plugin-macros
|
||||
@ -3712,8 +3721,8 @@ packages:
|
||||
resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==}
|
||||
dev: true
|
||||
|
||||
/sharp/0.34.1:
|
||||
resolution: {integrity: sha512-1j0w61+eVxu7DawFJtnfYcvSv6qPFvfTaqzTQ2BLknVhHTwGS8sc63ZBF4rzkWMBVKybo4S5OBtDdZahh2A1xg==}
|
||||
/sharp/0.34.2:
|
||||
resolution: {integrity: sha512-lszvBmB9QURERtyKT2bNmsgxXK0ShJrL/fvqlonCo7e6xBF8nT8xU6pW+PMIbLsz0RxQk3rgH9kd8UmvOzlMJg==}
|
||||
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
||||
requiresBuild: true
|
||||
dependencies:
|
||||
@ -3721,8 +3730,8 @@ packages:
|
||||
detect-libc: 2.0.4
|
||||
semver: 7.7.2
|
||||
optionalDependencies:
|
||||
'@img/sharp-darwin-arm64': 0.34.1
|
||||
'@img/sharp-darwin-x64': 0.34.1
|
||||
'@img/sharp-darwin-arm64': 0.34.2
|
||||
'@img/sharp-darwin-x64': 0.34.2
|
||||
'@img/sharp-libvips-darwin-arm64': 1.1.0
|
||||
'@img/sharp-libvips-darwin-x64': 1.1.0
|
||||
'@img/sharp-libvips-linux-arm': 1.1.0
|
||||
@ -3732,15 +3741,16 @@ packages:
|
||||
'@img/sharp-libvips-linux-x64': 1.1.0
|
||||
'@img/sharp-libvips-linuxmusl-arm64': 1.1.0
|
||||
'@img/sharp-libvips-linuxmusl-x64': 1.1.0
|
||||
'@img/sharp-linux-arm': 0.34.1
|
||||
'@img/sharp-linux-arm64': 0.34.1
|
||||
'@img/sharp-linux-s390x': 0.34.1
|
||||
'@img/sharp-linux-x64': 0.34.1
|
||||
'@img/sharp-linuxmusl-arm64': 0.34.1
|
||||
'@img/sharp-linuxmusl-x64': 0.34.1
|
||||
'@img/sharp-wasm32': 0.34.1
|
||||
'@img/sharp-win32-ia32': 0.34.1
|
||||
'@img/sharp-win32-x64': 0.34.1
|
||||
'@img/sharp-linux-arm': 0.34.2
|
||||
'@img/sharp-linux-arm64': 0.34.2
|
||||
'@img/sharp-linux-s390x': 0.34.2
|
||||
'@img/sharp-linux-x64': 0.34.2
|
||||
'@img/sharp-linuxmusl-arm64': 0.34.2
|
||||
'@img/sharp-linuxmusl-x64': 0.34.2
|
||||
'@img/sharp-wasm32': 0.34.2
|
||||
'@img/sharp-win32-arm64': 0.34.2
|
||||
'@img/sharp-win32-ia32': 0.34.2
|
||||
'@img/sharp-win32-x64': 0.34.2
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
@ -3953,7 +3963,7 @@ packages:
|
||||
resolution: {integrity: sha512-DEQrfv6l7IvN2jlzc/VTdZJYsWUnQNCsueYjMkC/iXoEoi5fNan6MjeDqkvhfzbmHgdz9UxDUluX3V5HdjTydQ==}
|
||||
dev: true
|
||||
|
||||
/ts-node/10.9.1_bsaxl7hwmwfkfgfaepcczkdmea:
|
||||
/ts-node/10.9.1_myp5e6gijonegcrd2dgnwnh53e:
|
||||
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@ -3972,7 +3982,7 @@ packages:
|
||||
'@tsconfig/node12': 1.0.11
|
||||
'@tsconfig/node14': 1.0.3
|
||||
'@tsconfig/node16': 1.0.3
|
||||
'@types/node': 22.15.19
|
||||
'@types/node': 22.15.21
|
||||
acorn: 8.8.0
|
||||
acorn-walk: 8.2.0
|
||||
arg: 4.1.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user