fix: be able to change database + service versions
This commit is contained in:
parent
71096acdff
commit
10a514d9ac
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "coolify",
|
"name": "coolify",
|
||||||
"description": "An open-source & self-hostable Heroku / Netlify alternative.",
|
"description": "An open-source & self-hostable Heroku / Netlify alternative.",
|
||||||
"version": "2.9.10",
|
"version": "2.9.11",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "docker-compose -f docker-compose-dev.yaml up -d && cross-env NODE_ENV=development & svelte-kit dev --host 0.0.0.0",
|
"dev": "docker-compose -f docker-compose-dev.yaml up -d && cross-env NODE_ENV=development & svelte-kit dev --host 0.0.0.0",
|
||||||
|
183
pnpm-lock.yaml
generated
183
pnpm-lock.yaml
generated
@ -2,7 +2,7 @@ lockfileVersion: 5.4
|
|||||||
|
|
||||||
specifiers:
|
specifiers:
|
||||||
'@iarna/toml': 2.2.5
|
'@iarna/toml': 2.2.5
|
||||||
'@prisma/client': 3.11.1
|
'@prisma/client': 3.14.0
|
||||||
'@sentry/node': 6.19.7
|
'@sentry/node': 6.19.7
|
||||||
'@sveltejs/adapter-node': 1.0.0-next.73
|
'@sveltejs/adapter-node': 1.0.0-next.73
|
||||||
'@sveltejs/adapter-static': 1.0.0-next.31
|
'@sveltejs/adapter-static': 1.0.0-next.31
|
||||||
@ -45,7 +45,7 @@ specifiers:
|
|||||||
prettier: 2.6.2
|
prettier: 2.6.2
|
||||||
prettier-plugin-svelte: 2.7.0
|
prettier-plugin-svelte: 2.7.0
|
||||||
prettier-plugin-tailwindcss: 0.1.11
|
prettier-plugin-tailwindcss: 0.1.11
|
||||||
prisma: 3.11.1
|
prisma: 3.14.0
|
||||||
svelte: 3.48.0
|
svelte: 3.48.0
|
||||||
svelte-check: 2.7.1
|
svelte-check: 2.7.1
|
||||||
svelte-kit-cookie-session: 2.1.4
|
svelte-kit-cookie-session: 2.1.4
|
||||||
@ -61,7 +61,7 @@ specifiers:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iarna/toml': 2.2.5
|
'@iarna/toml': 2.2.5
|
||||||
'@prisma/client': 3.11.1_prisma@3.11.1
|
'@prisma/client': 3.14.0_prisma@3.14.0
|
||||||
'@sentry/node': 6.19.7
|
'@sentry/node': 6.19.7
|
||||||
bcryptjs: 2.4.3
|
bcryptjs: 2.4.3
|
||||||
bullmq: 1.82.2
|
bullmq: 1.82.2
|
||||||
@ -109,7 +109,7 @@ devDependencies:
|
|||||||
prettier: 2.6.2
|
prettier: 2.6.2
|
||||||
prettier-plugin-svelte: 2.7.0_kkjbqzpydplecjtkxrgomroeru
|
prettier-plugin-svelte: 2.7.0_kkjbqzpydplecjtkxrgomroeru
|
||||||
prettier-plugin-tailwindcss: 0.1.11_prettier@2.6.2
|
prettier-plugin-tailwindcss: 0.1.11_prettier@2.6.2
|
||||||
prisma: 3.11.1
|
prisma: 3.14.0
|
||||||
svelte: 3.48.0
|
svelte: 3.48.0
|
||||||
svelte-check: 2.7.1_f2ke6qjyzu5axsjd6yk3u4tn7a
|
svelte-check: 2.7.1_f2ke6qjyzu5axsjd6yk3u4tn7a
|
||||||
svelte-preprocess: 4.10.6_nq4dx2skq5drra53vttuo4lltu
|
svelte-preprocess: 4.10.6_nq4dx2skq5drra53vttuo4lltu
|
||||||
@ -156,7 +156,6 @@ packages:
|
|||||||
integrity: sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==
|
integrity: sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==
|
||||||
}
|
}
|
||||||
engines: { node: '>= 12' }
|
engines: { node: '>= 12' }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@cspotcode/source-map-support/0.7.0:
|
/@cspotcode/source-map-support/0.7.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -166,7 +165,6 @@ packages:
|
|||||||
engines: { node: '>=12' }
|
engines: { node: '>=12' }
|
||||||
dependencies:
|
dependencies:
|
||||||
'@cspotcode/source-map-consumer': 0.8.0
|
'@cspotcode/source-map-consumer': 0.8.0
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@eslint/eslintrc/0.4.3:
|
/@eslint/eslintrc/0.4.3:
|
||||||
resolution:
|
resolution:
|
||||||
@ -250,7 +248,6 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@nodelib/fs.stat': 2.0.5
|
'@nodelib/fs.stat': 2.0.5
|
||||||
run-parallel: 1.2.0
|
run-parallel: 1.2.0
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@nodelib/fs.stat/2.0.5:
|
/@nodelib/fs.stat/2.0.5:
|
||||||
resolution:
|
resolution:
|
||||||
@ -258,7 +255,6 @@ packages:
|
|||||||
integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
|
integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
|
||||||
}
|
}
|
||||||
engines: { node: '>= 8' }
|
engines: { node: '>= 8' }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@nodelib/fs.walk/1.2.8:
|
/@nodelib/fs.walk/1.2.8:
|
||||||
resolution:
|
resolution:
|
||||||
@ -269,12 +265,11 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@nodelib/fs.scandir': 2.1.5
|
'@nodelib/fs.scandir': 2.1.5
|
||||||
fastq: 1.13.0
|
fastq: 1.13.0
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@prisma/client/3.11.1_prisma@3.11.1:
|
/@prisma/client/3.14.0_prisma@3.14.0:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-B3C7zQG4HbjJzUr2Zg9UVkBJutbqq9/uqkl1S138+keZCubJrwizx3RuIvGwI+s+pm3qbsyNqXiZgL3Ir0fSng==
|
integrity: sha512-atb41UpgTR1MCst0VIbiHTMw8lmXnwUvE1KyUCAkq08+wJyjRE78Due+nSf+7uwqQn+fBFYVmoojtinhlLOSaA==
|
||||||
}
|
}
|
||||||
engines: { node: '>=12.6' }
|
engines: { node: '>=12.6' }
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
@ -284,24 +279,23 @@ packages:
|
|||||||
prisma:
|
prisma:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@prisma/engines-version': 3.11.1-1.1a2506facaf1a4727b7c26850735e88ec779dee9
|
'@prisma/engines-version': 3.14.0-36.2b0c12756921c891fec4f68d9444e18c7d5d4a6a
|
||||||
prisma: 3.11.1
|
prisma: 3.14.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@prisma/engines-version/3.11.1-1.1a2506facaf1a4727b7c26850735e88ec779dee9:
|
/@prisma/engines-version/3.14.0-36.2b0c12756921c891fec4f68d9444e18c7d5d4a6a:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-HkcsDniA4iNb/gi0iuyOJNAM7nD/LwQ0uJm15v360O5dee3TM4lWdSQiTYBMK6FF68ACUItmzSur7oYuUZ2zkQ==
|
integrity: sha512-D+yHzq4a2r2Rrd0ZOW/mTZbgDIkUkD8ofKgusEI1xPiZz60Daks+UM7Me2ty5FzH3p/TgyhBpRrfIHx+ha20RQ==
|
||||||
}
|
}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@prisma/engines/3.11.1-1.1a2506facaf1a4727b7c26850735e88ec779dee9:
|
/@prisma/engines/3.14.0-36.2b0c12756921c891fec4f68d9444e18c7d5d4a6a:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-MILbsGnvmnhCbFGa2/iSnsyGyazU3afzD7ldjCIeLIGKkNBMSZgA2IvpYsAXl+6qFHKGrS3B2otKfV31dwMSQw==
|
integrity: sha512-LwZvI3FY6f43xFjQNRuE10JM5R8vJzFTSmbV9X0Wuhv9kscLkjRlZt0BEoiHmO+2HA3B3xxbMfB5du7ZoSFXGg==
|
||||||
}
|
}
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@rollup/pluginutils/4.1.2:
|
/@rollup/pluginutils/4.1.2:
|
||||||
resolution:
|
resolution:
|
||||||
@ -500,28 +494,24 @@ packages:
|
|||||||
{
|
{
|
||||||
integrity: sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==
|
integrity: sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==
|
||||||
}
|
}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@tsconfig/node12/1.0.9:
|
/@tsconfig/node12/1.0.9:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==
|
integrity: sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==
|
||||||
}
|
}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@tsconfig/node14/1.0.1:
|
/@tsconfig/node14/1.0.1:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==
|
integrity: sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==
|
||||||
}
|
}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@tsconfig/node16/1.0.2:
|
/@tsconfig/node16/1.0.2:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==
|
integrity: sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==
|
||||||
}
|
}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@types/cacheable-request/6.0.2:
|
/@types/cacheable-request/6.0.2:
|
||||||
resolution:
|
resolution:
|
||||||
@ -765,7 +755,6 @@ packages:
|
|||||||
acorn: 7.4.1
|
acorn: 7.4.1
|
||||||
acorn-walk: 7.2.0
|
acorn-walk: 7.2.0
|
||||||
xtend: 4.0.2
|
xtend: 4.0.2
|
||||||
dev: true
|
|
||||||
|
|
||||||
/acorn-walk/7.2.0:
|
/acorn-walk/7.2.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -773,7 +762,6 @@ packages:
|
|||||||
integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
|
integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
|
||||||
}
|
}
|
||||||
engines: { node: '>=0.4.0' }
|
engines: { node: '>=0.4.0' }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/acorn-walk/8.2.0:
|
/acorn-walk/8.2.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -781,7 +769,6 @@ packages:
|
|||||||
integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
|
integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
|
||||||
}
|
}
|
||||||
engines: { node: '>=0.4.0' }
|
engines: { node: '>=0.4.0' }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/acorn/7.4.1:
|
/acorn/7.4.1:
|
||||||
resolution:
|
resolution:
|
||||||
@ -790,7 +777,6 @@ packages:
|
|||||||
}
|
}
|
||||||
engines: { node: '>=0.4.0' }
|
engines: { node: '>=0.4.0' }
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
|
||||||
|
|
||||||
/acorn/8.5.0:
|
/acorn/8.5.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -799,7 +785,6 @@ packages:
|
|||||||
}
|
}
|
||||||
engines: { node: '>=0.4.0' }
|
engines: { node: '>=0.4.0' }
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
|
||||||
|
|
||||||
/agent-base/6.0.2:
|
/agent-base/6.0.2:
|
||||||
resolution:
|
resolution:
|
||||||
@ -929,21 +914,18 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
normalize-path: 3.0.0
|
normalize-path: 3.0.0
|
||||||
picomatch: 2.3.0
|
picomatch: 2.3.0
|
||||||
dev: true
|
|
||||||
|
|
||||||
/arg/4.1.3:
|
/arg/4.1.3:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==
|
integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==
|
||||||
}
|
}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/arg/5.0.1:
|
/arg/5.0.1:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA==
|
integrity: sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA==
|
||||||
}
|
}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/argparse/1.0.10:
|
/argparse/1.0.10:
|
||||||
resolution:
|
resolution:
|
||||||
@ -1047,6 +1029,8 @@ packages:
|
|||||||
private: 0.1.8
|
private: 0.1.8
|
||||||
slash: 1.0.0
|
slash: 1.0.0
|
||||||
source-map: 0.5.7
|
source-map: 0.5.7
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-generator/6.26.1:
|
/babel-generator/6.26.1:
|
||||||
@ -1071,6 +1055,8 @@ packages:
|
|||||||
babel-runtime: 6.26.0
|
babel-runtime: 6.26.0
|
||||||
babel-traverse: 6.26.0
|
babel-traverse: 6.26.0
|
||||||
babel-types: 6.26.0
|
babel-types: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-helper-builder-binary-assignment-operator-visitor/6.24.1:
|
/babel-helper-builder-binary-assignment-operator-visitor/6.24.1:
|
||||||
@ -1079,6 +1065,8 @@ packages:
|
|||||||
babel-helper-explode-assignable-expression: 6.24.1
|
babel-helper-explode-assignable-expression: 6.24.1
|
||||||
babel-runtime: 6.26.0
|
babel-runtime: 6.26.0
|
||||||
babel-types: 6.26.0
|
babel-types: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-helper-call-delegate/6.24.1:
|
/babel-helper-call-delegate/6.24.1:
|
||||||
@ -1088,6 +1076,8 @@ packages:
|
|||||||
babel-runtime: 6.26.0
|
babel-runtime: 6.26.0
|
||||||
babel-traverse: 6.26.0
|
babel-traverse: 6.26.0
|
||||||
babel-types: 6.26.0
|
babel-types: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-helper-define-map/6.26.0:
|
/babel-helper-define-map/6.26.0:
|
||||||
@ -1097,6 +1087,8 @@ packages:
|
|||||||
babel-runtime: 6.26.0
|
babel-runtime: 6.26.0
|
||||||
babel-types: 6.26.0
|
babel-types: 6.26.0
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-helper-explode-assignable-expression/6.24.1:
|
/babel-helper-explode-assignable-expression/6.24.1:
|
||||||
@ -1105,6 +1097,8 @@ packages:
|
|||||||
babel-runtime: 6.26.0
|
babel-runtime: 6.26.0
|
||||||
babel-traverse: 6.26.0
|
babel-traverse: 6.26.0
|
||||||
babel-types: 6.26.0
|
babel-types: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-helper-explode-class/6.24.1:
|
/babel-helper-explode-class/6.24.1:
|
||||||
@ -1114,6 +1108,8 @@ packages:
|
|||||||
babel-runtime: 6.26.0
|
babel-runtime: 6.26.0
|
||||||
babel-traverse: 6.26.0
|
babel-traverse: 6.26.0
|
||||||
babel-types: 6.26.0
|
babel-types: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-helper-function-name/6.24.1:
|
/babel-helper-function-name/6.24.1:
|
||||||
@ -1124,6 +1120,8 @@ packages:
|
|||||||
babel-template: 6.26.0
|
babel-template: 6.26.0
|
||||||
babel-traverse: 6.26.0
|
babel-traverse: 6.26.0
|
||||||
babel-types: 6.26.0
|
babel-types: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-helper-get-function-arity/6.24.1:
|
/babel-helper-get-function-arity/6.24.1:
|
||||||
@ -1163,6 +1161,8 @@ packages:
|
|||||||
babel-template: 6.26.0
|
babel-template: 6.26.0
|
||||||
babel-traverse: 6.26.0
|
babel-traverse: 6.26.0
|
||||||
babel-types: 6.26.0
|
babel-types: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-helper-replace-supers/6.24.1:
|
/babel-helper-replace-supers/6.24.1:
|
||||||
@ -1174,6 +1174,8 @@ packages:
|
|||||||
babel-template: 6.26.0
|
babel-template: 6.26.0
|
||||||
babel-traverse: 6.26.0
|
babel-traverse: 6.26.0
|
||||||
babel-types: 6.26.0
|
babel-types: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-helpers/6.24.1:
|
/babel-helpers/6.24.1:
|
||||||
@ -1181,6 +1183,8 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
babel-runtime: 6.26.0
|
babel-runtime: 6.26.0
|
||||||
babel-template: 6.26.0
|
babel-template: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-messages/6.23.0:
|
/babel-messages/6.23.0:
|
||||||
@ -1249,6 +1253,8 @@ packages:
|
|||||||
babel-helper-remap-async-to-generator: 6.24.1
|
babel-helper-remap-async-to-generator: 6.24.1
|
||||||
babel-plugin-syntax-async-generators: 6.13.0
|
babel-plugin-syntax-async-generators: 6.13.0
|
||||||
babel-runtime: 6.26.0
|
babel-runtime: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-plugin-transform-async-to-generator/6.24.1:
|
/babel-plugin-transform-async-to-generator/6.24.1:
|
||||||
@ -1257,6 +1263,8 @@ packages:
|
|||||||
babel-helper-remap-async-to-generator: 6.24.1
|
babel-helper-remap-async-to-generator: 6.24.1
|
||||||
babel-plugin-syntax-async-functions: 6.13.0
|
babel-plugin-syntax-async-functions: 6.13.0
|
||||||
babel-runtime: 6.26.0
|
babel-runtime: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-plugin-transform-class-constructor-call/6.24.1:
|
/babel-plugin-transform-class-constructor-call/6.24.1:
|
||||||
@ -1265,6 +1273,8 @@ packages:
|
|||||||
babel-plugin-syntax-class-constructor-call: 6.18.0
|
babel-plugin-syntax-class-constructor-call: 6.18.0
|
||||||
babel-runtime: 6.26.0
|
babel-runtime: 6.26.0
|
||||||
babel-template: 6.26.0
|
babel-template: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-plugin-transform-class-properties/6.24.1:
|
/babel-plugin-transform-class-properties/6.24.1:
|
||||||
@ -1274,6 +1284,8 @@ packages:
|
|||||||
babel-plugin-syntax-class-properties: 6.13.0
|
babel-plugin-syntax-class-properties: 6.13.0
|
||||||
babel-runtime: 6.26.0
|
babel-runtime: 6.26.0
|
||||||
babel-template: 6.26.0
|
babel-template: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-plugin-transform-decorators/6.24.1:
|
/babel-plugin-transform-decorators/6.24.1:
|
||||||
@ -1284,6 +1296,8 @@ packages:
|
|||||||
babel-runtime: 6.26.0
|
babel-runtime: 6.26.0
|
||||||
babel-template: 6.26.0
|
babel-template: 6.26.0
|
||||||
babel-types: 6.26.0
|
babel-types: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-plugin-transform-do-expressions/6.22.0:
|
/babel-plugin-transform-do-expressions/6.22.0:
|
||||||
@ -1313,6 +1327,8 @@ packages:
|
|||||||
babel-traverse: 6.26.0
|
babel-traverse: 6.26.0
|
||||||
babel-types: 6.26.0
|
babel-types: 6.26.0
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-plugin-transform-es2015-classes/6.24.1:
|
/babel-plugin-transform-es2015-classes/6.24.1:
|
||||||
@ -1327,6 +1343,8 @@ packages:
|
|||||||
babel-template: 6.26.0
|
babel-template: 6.26.0
|
||||||
babel-traverse: 6.26.0
|
babel-traverse: 6.26.0
|
||||||
babel-types: 6.26.0
|
babel-types: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-plugin-transform-es2015-computed-properties/6.24.1:
|
/babel-plugin-transform-es2015-computed-properties/6.24.1:
|
||||||
@ -1334,6 +1352,8 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
babel-runtime: 6.26.0
|
babel-runtime: 6.26.0
|
||||||
babel-template: 6.26.0
|
babel-template: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-plugin-transform-es2015-destructuring/6.23.0:
|
/babel-plugin-transform-es2015-destructuring/6.23.0:
|
||||||
@ -1361,6 +1381,8 @@ packages:
|
|||||||
babel-helper-function-name: 6.24.1
|
babel-helper-function-name: 6.24.1
|
||||||
babel-runtime: 6.26.0
|
babel-runtime: 6.26.0
|
||||||
babel-types: 6.26.0
|
babel-types: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-plugin-transform-es2015-literals/6.22.0:
|
/babel-plugin-transform-es2015-literals/6.22.0:
|
||||||
@ -1375,6 +1397,8 @@ packages:
|
|||||||
babel-plugin-transform-es2015-modules-commonjs: 6.26.2
|
babel-plugin-transform-es2015-modules-commonjs: 6.26.2
|
||||||
babel-runtime: 6.26.0
|
babel-runtime: 6.26.0
|
||||||
babel-template: 6.26.0
|
babel-template: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-plugin-transform-es2015-modules-commonjs/6.26.2:
|
/babel-plugin-transform-es2015-modules-commonjs/6.26.2:
|
||||||
@ -1387,6 +1411,8 @@ packages:
|
|||||||
babel-runtime: 6.26.0
|
babel-runtime: 6.26.0
|
||||||
babel-template: 6.26.0
|
babel-template: 6.26.0
|
||||||
babel-types: 6.26.0
|
babel-types: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-plugin-transform-es2015-modules-systemjs/6.24.1:
|
/babel-plugin-transform-es2015-modules-systemjs/6.24.1:
|
||||||
@ -1395,6 +1421,8 @@ packages:
|
|||||||
babel-helper-hoist-variables: 6.24.1
|
babel-helper-hoist-variables: 6.24.1
|
||||||
babel-runtime: 6.26.0
|
babel-runtime: 6.26.0
|
||||||
babel-template: 6.26.0
|
babel-template: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-plugin-transform-es2015-modules-umd/6.24.1:
|
/babel-plugin-transform-es2015-modules-umd/6.24.1:
|
||||||
@ -1403,6 +1431,8 @@ packages:
|
|||||||
babel-plugin-transform-es2015-modules-amd: 6.24.1
|
babel-plugin-transform-es2015-modules-amd: 6.24.1
|
||||||
babel-runtime: 6.26.0
|
babel-runtime: 6.26.0
|
||||||
babel-template: 6.26.0
|
babel-template: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-plugin-transform-es2015-object-super/6.24.1:
|
/babel-plugin-transform-es2015-object-super/6.24.1:
|
||||||
@ -1410,6 +1440,8 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
babel-helper-replace-supers: 6.24.1
|
babel-helper-replace-supers: 6.24.1
|
||||||
babel-runtime: 6.26.0
|
babel-runtime: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-plugin-transform-es2015-parameters/6.24.1:
|
/babel-plugin-transform-es2015-parameters/6.24.1:
|
||||||
@ -1421,6 +1453,8 @@ packages:
|
|||||||
babel-template: 6.26.0
|
babel-template: 6.26.0
|
||||||
babel-traverse: 6.26.0
|
babel-traverse: 6.26.0
|
||||||
babel-types: 6.26.0
|
babel-types: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-plugin-transform-es2015-shorthand-properties/6.24.1:
|
/babel-plugin-transform-es2015-shorthand-properties/6.24.1:
|
||||||
@ -1470,6 +1504,8 @@ packages:
|
|||||||
babel-helper-builder-binary-assignment-operator-visitor: 6.24.1
|
babel-helper-builder-binary-assignment-operator-visitor: 6.24.1
|
||||||
babel-plugin-syntax-exponentiation-operator: 6.13.0
|
babel-plugin-syntax-exponentiation-operator: 6.13.0
|
||||||
babel-runtime: 6.26.0
|
babel-runtime: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-plugin-transform-export-extensions/6.22.0:
|
/babel-plugin-transform-export-extensions/6.22.0:
|
||||||
@ -1534,6 +1570,8 @@ packages:
|
|||||||
babel-plugin-transform-es2015-typeof-symbol: 6.23.0
|
babel-plugin-transform-es2015-typeof-symbol: 6.23.0
|
||||||
babel-plugin-transform-es2015-unicode-regex: 6.24.1
|
babel-plugin-transform-es2015-unicode-regex: 6.24.1
|
||||||
babel-plugin-transform-regenerator: 6.26.0
|
babel-plugin-transform-regenerator: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-preset-stage-0/6.24.1:
|
/babel-preset-stage-0/6.24.1:
|
||||||
@ -1542,6 +1580,8 @@ packages:
|
|||||||
babel-plugin-transform-do-expressions: 6.22.0
|
babel-plugin-transform-do-expressions: 6.22.0
|
||||||
babel-plugin-transform-function-bind: 6.22.0
|
babel-plugin-transform-function-bind: 6.22.0
|
||||||
babel-preset-stage-1: 6.24.1
|
babel-preset-stage-1: 6.24.1
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-preset-stage-1/6.24.1:
|
/babel-preset-stage-1/6.24.1:
|
||||||
@ -1550,6 +1590,8 @@ packages:
|
|||||||
babel-plugin-transform-class-constructor-call: 6.24.1
|
babel-plugin-transform-class-constructor-call: 6.24.1
|
||||||
babel-plugin-transform-export-extensions: 6.22.0
|
babel-plugin-transform-export-extensions: 6.22.0
|
||||||
babel-preset-stage-2: 6.24.1
|
babel-preset-stage-2: 6.24.1
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-preset-stage-2/6.24.1:
|
/babel-preset-stage-2/6.24.1:
|
||||||
@ -1559,6 +1601,8 @@ packages:
|
|||||||
babel-plugin-transform-class-properties: 6.24.1
|
babel-plugin-transform-class-properties: 6.24.1
|
||||||
babel-plugin-transform-decorators: 6.24.1
|
babel-plugin-transform-decorators: 6.24.1
|
||||||
babel-preset-stage-3: 6.24.1
|
babel-preset-stage-3: 6.24.1
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-preset-stage-3/6.24.1:
|
/babel-preset-stage-3/6.24.1:
|
||||||
@ -1569,6 +1613,8 @@ packages:
|
|||||||
babel-plugin-transform-async-to-generator: 6.24.1
|
babel-plugin-transform-async-to-generator: 6.24.1
|
||||||
babel-plugin-transform-exponentiation-operator: 6.24.1
|
babel-plugin-transform-exponentiation-operator: 6.24.1
|
||||||
babel-plugin-transform-object-rest-spread: 6.26.0
|
babel-plugin-transform-object-rest-spread: 6.26.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-register/6.26.0:
|
/babel-register/6.26.0:
|
||||||
@ -1581,6 +1627,8 @@ packages:
|
|||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
mkdirp: 0.5.5
|
mkdirp: 0.5.5
|
||||||
source-map-support: 0.4.18
|
source-map-support: 0.4.18
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-runtime/6.26.0:
|
/babel-runtime/6.26.0:
|
||||||
@ -1598,6 +1646,8 @@ packages:
|
|||||||
babel-types: 6.26.0
|
babel-types: 6.26.0
|
||||||
babylon: 6.18.0
|
babylon: 6.18.0
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-traverse/6.26.0:
|
/babel-traverse/6.26.0:
|
||||||
@ -1612,6 +1662,8 @@ packages:
|
|||||||
globals: 9.18.0
|
globals: 9.18.0
|
||||||
invariant: 2.2.4
|
invariant: 2.2.4
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/babel-types/6.26.0:
|
/babel-types/6.26.0:
|
||||||
@ -1660,7 +1712,6 @@ packages:
|
|||||||
integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
|
integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
|
||||||
}
|
}
|
||||||
engines: { node: '>=8' }
|
engines: { node: '>=8' }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/bl/4.1.0:
|
/bl/4.1.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -1690,7 +1741,6 @@ packages:
|
|||||||
engines: { node: '>=8' }
|
engines: { node: '>=8' }
|
||||||
dependencies:
|
dependencies:
|
||||||
fill-range: 7.0.1
|
fill-range: 7.0.1
|
||||||
dev: true
|
|
||||||
|
|
||||||
/browserslist/4.20.3:
|
/browserslist/4.20.3:
|
||||||
resolution:
|
resolution:
|
||||||
@ -1782,7 +1832,6 @@ packages:
|
|||||||
integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==
|
integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==
|
||||||
}
|
}
|
||||||
engines: { node: '>= 6' }
|
engines: { node: '>= 6' }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/camelcase/5.3.1:
|
/camelcase/5.3.1:
|
||||||
resolution:
|
resolution:
|
||||||
@ -1849,7 +1898,6 @@ packages:
|
|||||||
readdirp: 3.6.0
|
readdirp: 3.6.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents: 2.3.2
|
fsevents: 2.3.2
|
||||||
dev: true
|
|
||||||
|
|
||||||
/chownr/1.1.4:
|
/chownr/1.1.4:
|
||||||
resolution:
|
resolution:
|
||||||
@ -1940,7 +1988,6 @@ packages:
|
|||||||
{
|
{
|
||||||
integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
||||||
}
|
}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/colorette/2.0.16:
|
/colorette/2.0.16:
|
||||||
resolution:
|
resolution:
|
||||||
@ -2018,7 +2065,6 @@ packages:
|
|||||||
{
|
{
|
||||||
integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
|
integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
|
||||||
}
|
}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/cron-parser/4.2.1:
|
/cron-parser/4.2.1:
|
||||||
resolution:
|
resolution:
|
||||||
@ -2069,6 +2115,8 @@ packages:
|
|||||||
babel-register: 6.26.0
|
babel-register: 6.26.0
|
||||||
cross-spawn: 5.1.0
|
cross-spawn: 5.1.0
|
||||||
exit: 0.1.2
|
exit: 0.1.2
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/cssesc/3.0.0:
|
/cssesc/3.0.0:
|
||||||
@ -2078,7 +2126,6 @@ packages:
|
|||||||
}
|
}
|
||||||
engines: { node: '>=4' }
|
engines: { node: '>=4' }
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
|
||||||
|
|
||||||
/cuid/2.1.8:
|
/cuid/2.1.8:
|
||||||
resolution:
|
resolution:
|
||||||
@ -2099,6 +2146,11 @@ packages:
|
|||||||
{
|
{
|
||||||
integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
|
integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
|
||||||
}
|
}
|
||||||
|
peerDependencies:
|
||||||
|
supports-color: '*'
|
||||||
|
peerDependenciesMeta:
|
||||||
|
supports-color:
|
||||||
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
ms: 2.0.0
|
ms: 2.0.0
|
||||||
dev: true
|
dev: true
|
||||||
@ -2160,7 +2212,6 @@ packages:
|
|||||||
|
|
||||||
/defined/1.0.0:
|
/defined/1.0.0:
|
||||||
resolution: { integrity: sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM= }
|
resolution: { integrity: sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM= }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/denque/1.5.1:
|
/denque/1.5.1:
|
||||||
resolution:
|
resolution:
|
||||||
@ -2196,14 +2247,12 @@ packages:
|
|||||||
acorn-node: 1.8.2
|
acorn-node: 1.8.2
|
||||||
defined: 1.0.0
|
defined: 1.0.0
|
||||||
minimist: 1.2.5
|
minimist: 1.2.5
|
||||||
dev: true
|
|
||||||
|
|
||||||
/didyoumean/1.2.2:
|
/didyoumean/1.2.2:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==
|
integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==
|
||||||
}
|
}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/diff/4.0.2:
|
/diff/4.0.2:
|
||||||
resolution:
|
resolution:
|
||||||
@ -2211,7 +2260,6 @@ packages:
|
|||||||
integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
|
integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
|
||||||
}
|
}
|
||||||
engines: { node: '>=0.3.1' }
|
engines: { node: '>=0.3.1' }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/dir-glob/3.0.1:
|
/dir-glob/3.0.1:
|
||||||
resolution:
|
resolution:
|
||||||
@ -2228,7 +2276,6 @@ packages:
|
|||||||
{
|
{
|
||||||
integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==
|
integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==
|
||||||
}
|
}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/docker-modem/3.0.3:
|
/docker-modem/3.0.3:
|
||||||
resolution:
|
resolution:
|
||||||
@ -2884,7 +2931,6 @@ packages:
|
|||||||
glob-parent: 5.1.2
|
glob-parent: 5.1.2
|
||||||
merge2: 1.4.1
|
merge2: 1.4.1
|
||||||
micromatch: 4.0.4
|
micromatch: 4.0.4
|
||||||
dev: true
|
|
||||||
|
|
||||||
/fast-json-stable-stringify/2.1.0:
|
/fast-json-stable-stringify/2.1.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -2904,7 +2950,6 @@ packages:
|
|||||||
}
|
}
|
||||||
dependencies:
|
dependencies:
|
||||||
reusify: 1.0.4
|
reusify: 1.0.4
|
||||||
dev: true
|
|
||||||
|
|
||||||
/file-entry-cache/6.0.1:
|
/file-entry-cache/6.0.1:
|
||||||
resolution:
|
resolution:
|
||||||
@ -2924,7 +2969,6 @@ packages:
|
|||||||
engines: { node: '>=8' }
|
engines: { node: '>=8' }
|
||||||
dependencies:
|
dependencies:
|
||||||
to-regex-range: 5.0.1
|
to-regex-range: 5.0.1
|
||||||
dev: true
|
|
||||||
|
|
||||||
/flat-cache/3.0.4:
|
/flat-cache/3.0.4:
|
||||||
resolution:
|
resolution:
|
||||||
@ -2976,7 +3020,6 @@ packages:
|
|||||||
engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 }
|
engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 }
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
dev: true
|
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/function-bind/1.1.1:
|
/function-bind/1.1.1:
|
||||||
@ -2984,7 +3027,6 @@ packages:
|
|||||||
{
|
{
|
||||||
integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
|
integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
|
||||||
}
|
}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/function.name/1.0.13:
|
/function.name/1.0.13:
|
||||||
resolution:
|
resolution:
|
||||||
@ -3047,7 +3089,6 @@ packages:
|
|||||||
engines: { node: '>= 6' }
|
engines: { node: '>= 6' }
|
||||||
dependencies:
|
dependencies:
|
||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
dev: true
|
|
||||||
|
|
||||||
/glob-parent/6.0.2:
|
/glob-parent/6.0.2:
|
||||||
resolution:
|
resolution:
|
||||||
@ -3057,7 +3098,6 @@ packages:
|
|||||||
engines: { node: '>=10.13.0' }
|
engines: { node: '>=10.13.0' }
|
||||||
dependencies:
|
dependencies:
|
||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
dev: true
|
|
||||||
|
|
||||||
/glob/7.2.0:
|
/glob/7.2.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -3176,7 +3216,6 @@ packages:
|
|||||||
engines: { node: '>= 0.4.0' }
|
engines: { node: '>= 0.4.0' }
|
||||||
dependencies:
|
dependencies:
|
||||||
function-bind: 1.1.1
|
function-bind: 1.1.1
|
||||||
dev: true
|
|
||||||
|
|
||||||
/home-or-tmp/2.0.0:
|
/home-or-tmp/2.0.0:
|
||||||
resolution: { integrity: sha1-42w/LSyufXRqhX440Y1fMqeILbg= }
|
resolution: { integrity: sha1-42w/LSyufXRqhX440Y1fMqeILbg= }
|
||||||
@ -3340,7 +3379,6 @@ packages:
|
|||||||
engines: { node: '>=8' }
|
engines: { node: '>=8' }
|
||||||
dependencies:
|
dependencies:
|
||||||
binary-extensions: 2.2.0
|
binary-extensions: 2.2.0
|
||||||
dev: true
|
|
||||||
|
|
||||||
/is-core-module/2.8.1:
|
/is-core-module/2.8.1:
|
||||||
resolution:
|
resolution:
|
||||||
@ -3349,12 +3387,10 @@ packages:
|
|||||||
}
|
}
|
||||||
dependencies:
|
dependencies:
|
||||||
has: 1.0.3
|
has: 1.0.3
|
||||||
dev: true
|
|
||||||
|
|
||||||
/is-extglob/2.1.1:
|
/is-extglob/2.1.1:
|
||||||
resolution: { integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= }
|
resolution: { integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= }
|
||||||
engines: { node: '>=0.10.0' }
|
engines: { node: '>=0.10.0' }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/is-finite/1.1.0:
|
/is-finite/1.1.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -3388,7 +3424,6 @@ packages:
|
|||||||
engines: { node: '>=0.10.0' }
|
engines: { node: '>=0.10.0' }
|
||||||
dependencies:
|
dependencies:
|
||||||
is-extglob: 2.1.1
|
is-extglob: 2.1.1
|
||||||
dev: true
|
|
||||||
|
|
||||||
/is-ip/4.0.0:
|
/is-ip/4.0.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -3406,7 +3441,6 @@ packages:
|
|||||||
integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
|
integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
|
||||||
}
|
}
|
||||||
engines: { node: '>=0.12.0' }
|
engines: { node: '>=0.12.0' }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/is-stream/2.0.1:
|
/is-stream/2.0.1:
|
||||||
resolution:
|
resolution:
|
||||||
@ -3581,7 +3615,6 @@ packages:
|
|||||||
integrity: sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==
|
integrity: sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==
|
||||||
}
|
}
|
||||||
engines: { node: '>=10' }
|
engines: { node: '>=10' }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/lint-staged/12.4.1:
|
/lint-staged/12.4.1:
|
||||||
resolution:
|
resolution:
|
||||||
@ -3776,7 +3809,6 @@ packages:
|
|||||||
{
|
{
|
||||||
integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
|
integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
|
||||||
}
|
}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/merge-stream/2.0.0:
|
/merge-stream/2.0.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -3791,7 +3823,6 @@ packages:
|
|||||||
integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
|
integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
|
||||||
}
|
}
|
||||||
engines: { node: '>= 8' }
|
engines: { node: '>= 8' }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/micromatch/4.0.4:
|
/micromatch/4.0.4:
|
||||||
resolution:
|
resolution:
|
||||||
@ -3802,7 +3833,6 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
braces: 3.0.2
|
braces: 3.0.2
|
||||||
picomatch: 2.3.0
|
picomatch: 2.3.0
|
||||||
dev: true
|
|
||||||
|
|
||||||
/mimic-fn/2.1.0:
|
/mimic-fn/2.1.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -3849,7 +3879,6 @@ packages:
|
|||||||
{
|
{
|
||||||
integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
|
integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
|
||||||
}
|
}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/mkdirp-classic/0.5.3:
|
/mkdirp-classic/0.5.3:
|
||||||
resolution:
|
resolution:
|
||||||
@ -3930,7 +3959,6 @@ packages:
|
|||||||
}
|
}
|
||||||
engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 }
|
engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 }
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
|
||||||
|
|
||||||
/natural-compare/1.4.0:
|
/natural-compare/1.4.0:
|
||||||
resolution: { integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= }
|
resolution: { integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= }
|
||||||
@ -3980,7 +4008,6 @@ packages:
|
|||||||
integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
|
integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
|
||||||
}
|
}
|
||||||
engines: { node: '>=0.10.0' }
|
engines: { node: '>=0.10.0' }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/normalize-range/0.1.2:
|
/normalize-range/0.1.2:
|
||||||
resolution: { integrity: sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= }
|
resolution: { integrity: sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= }
|
||||||
@ -4011,7 +4038,6 @@ packages:
|
|||||||
integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==
|
integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==
|
||||||
}
|
}
|
||||||
engines: { node: '>= 6' }
|
engines: { node: '>= 6' }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/object-inspect/1.12.0:
|
/object-inspect/1.12.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -4122,7 +4148,6 @@ packages:
|
|||||||
{
|
{
|
||||||
integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
|
integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
|
||||||
}
|
}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/path-type/4.0.0:
|
/path-type/4.0.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -4137,7 +4162,6 @@ packages:
|
|||||||
{
|
{
|
||||||
integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
|
integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
|
||||||
}
|
}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/picomatch/2.3.0:
|
/picomatch/2.3.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -4145,7 +4169,6 @@ packages:
|
|||||||
integrity: sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
|
integrity: sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
|
||||||
}
|
}
|
||||||
engines: { node: '>=8.6' }
|
engines: { node: '>=8.6' }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/pidtree/0.5.0:
|
/pidtree/0.5.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -4167,7 +4190,6 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
camelcase-css: 2.0.1
|
camelcase-css: 2.0.1
|
||||||
postcss: 8.4.13
|
postcss: 8.4.13
|
||||||
dev: true
|
|
||||||
|
|
||||||
/postcss-load-config/3.1.4_4jqnslpwnj4ifyjfqbkuebd4fy:
|
/postcss-load-config/3.1.4_4jqnslpwnj4ifyjfqbkuebd4fy:
|
||||||
resolution:
|
resolution:
|
||||||
@ -4188,7 +4210,6 @@ packages:
|
|||||||
postcss: 8.4.13
|
postcss: 8.4.13
|
||||||
ts-node: 10.7.0_3smuweqyuzdazdnyhhezld6mfa
|
ts-node: 10.7.0_3smuweqyuzdazdnyhhezld6mfa
|
||||||
yaml: 1.10.2
|
yaml: 1.10.2
|
||||||
dev: true
|
|
||||||
|
|
||||||
/postcss-nested/5.0.6_postcss@8.4.13:
|
/postcss-nested/5.0.6_postcss@8.4.13:
|
||||||
resolution:
|
resolution:
|
||||||
@ -4201,7 +4222,6 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
postcss: 8.4.13
|
postcss: 8.4.13
|
||||||
postcss-selector-parser: 6.0.10
|
postcss-selector-parser: 6.0.10
|
||||||
dev: true
|
|
||||||
|
|
||||||
/postcss-selector-parser/6.0.10:
|
/postcss-selector-parser/6.0.10:
|
||||||
resolution:
|
resolution:
|
||||||
@ -4212,14 +4232,12 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
cssesc: 3.0.0
|
cssesc: 3.0.0
|
||||||
util-deprecate: 1.0.2
|
util-deprecate: 1.0.2
|
||||||
dev: true
|
|
||||||
|
|
||||||
/postcss-value-parser/4.2.0:
|
/postcss-value-parser/4.2.0:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
|
integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
|
||||||
}
|
}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/postcss/8.4.13:
|
/postcss/8.4.13:
|
||||||
resolution:
|
resolution:
|
||||||
@ -4231,7 +4249,6 @@ packages:
|
|||||||
nanoid: 3.3.4
|
nanoid: 3.3.4
|
||||||
picocolors: 1.0.0
|
picocolors: 1.0.0
|
||||||
source-map-js: 1.0.2
|
source-map-js: 1.0.2
|
||||||
dev: true
|
|
||||||
|
|
||||||
/prelude-ls/1.2.1:
|
/prelude-ls/1.2.1:
|
||||||
resolution:
|
resolution:
|
||||||
@ -4275,17 +4292,16 @@ packages:
|
|||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/prisma/3.11.1:
|
/prisma/3.14.0:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-aYn8bQwt1xwR2oSsVNHT4PXU7EhsThIwmpNB/MNUaaMx5OPLTro6VdNJe/sJssXFLxhamfWeMjwmpXjljo6xkg==
|
integrity: sha512-l9MOgNCn/paDE+i1K2fp9NZ+Du4trzPTJsGkaQHVBufTGqzoYHuNk8JfzXuIn0Gte6/ZjyKj652Jq/Lc1tp2yw==
|
||||||
}
|
}
|
||||||
engines: { node: '>=12.6' }
|
engines: { node: '>=12.6' }
|
||||||
hasBin: true
|
hasBin: true
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@prisma/engines': 3.11.1-1.1a2506facaf1a4727b7c26850735e88ec779dee9
|
'@prisma/engines': 3.14.0-36.2b0c12756921c891fec4f68d9444e18c7d5d4a6a
|
||||||
dev: true
|
|
||||||
|
|
||||||
/private/0.1.8:
|
/private/0.1.8:
|
||||||
resolution:
|
resolution:
|
||||||
@ -4330,7 +4346,6 @@ packages:
|
|||||||
{
|
{
|
||||||
integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
|
integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
|
||||||
}
|
}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/quick-lru/5.1.1:
|
/quick-lru/5.1.1:
|
||||||
resolution:
|
resolution:
|
||||||
@ -4359,7 +4374,6 @@ packages:
|
|||||||
engines: { node: '>=8.10.0' }
|
engines: { node: '>=8.10.0' }
|
||||||
dependencies:
|
dependencies:
|
||||||
picomatch: 2.3.0
|
picomatch: 2.3.0
|
||||||
dev: true
|
|
||||||
|
|
||||||
/redis-commands/1.7.0:
|
/redis-commands/1.7.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -4476,7 +4490,6 @@ packages:
|
|||||||
is-core-module: 2.8.1
|
is-core-module: 2.8.1
|
||||||
path-parse: 1.0.7
|
path-parse: 1.0.7
|
||||||
supports-preserve-symlinks-flag: 1.0.0
|
supports-preserve-symlinks-flag: 1.0.0
|
||||||
dev: true
|
|
||||||
|
|
||||||
/responselike/2.0.0:
|
/responselike/2.0.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -4504,7 +4517,6 @@ packages:
|
|||||||
integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
|
integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
|
||||||
}
|
}
|
||||||
engines: { iojs: '>=1.0.0', node: '>=0.10.0' }
|
engines: { iojs: '>=1.0.0', node: '>=0.10.0' }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/rfdc/1.3.0:
|
/rfdc/1.3.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -4551,7 +4563,6 @@ packages:
|
|||||||
}
|
}
|
||||||
dependencies:
|
dependencies:
|
||||||
queue-microtask: 1.2.3
|
queue-microtask: 1.2.3
|
||||||
dev: true
|
|
||||||
|
|
||||||
/rxjs/7.5.2:
|
/rxjs/7.5.2:
|
||||||
resolution:
|
resolution:
|
||||||
@ -4728,7 +4739,6 @@ packages:
|
|||||||
integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
|
integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
|
||||||
}
|
}
|
||||||
engines: { node: '>=0.10.0' }
|
engines: { node: '>=0.10.0' }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/source-map-support/0.4.18:
|
/source-map-support/0.4.18:
|
||||||
resolution:
|
resolution:
|
||||||
@ -4914,7 +4924,6 @@ packages:
|
|||||||
integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
||||||
}
|
}
|
||||||
engines: { node: '>= 0.4' }
|
engines: { node: '>= 0.4' }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/svelte-check/2.7.1_f2ke6qjyzu5axsjd6yk3u4tn7a:
|
/svelte-check/2.7.1_f2ke6qjyzu5axsjd6yk3u4tn7a:
|
||||||
resolution:
|
resolution:
|
||||||
@ -5105,7 +5114,6 @@ packages:
|
|||||||
resolve: 1.22.0
|
resolve: 1.22.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- ts-node
|
- ts-node
|
||||||
dev: true
|
|
||||||
|
|
||||||
/tar-fs/2.0.1:
|
/tar-fs/2.0.1:
|
||||||
resolution:
|
resolution:
|
||||||
@ -5164,7 +5172,6 @@ packages:
|
|||||||
engines: { node: '>=8.0' }
|
engines: { node: '>=8.0' }
|
||||||
dependencies:
|
dependencies:
|
||||||
is-number: 7.0.0
|
is-number: 7.0.0
|
||||||
dev: true
|
|
||||||
|
|
||||||
/trim-right/1.0.1:
|
/trim-right/1.0.1:
|
||||||
resolution: { integrity: sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM= }
|
resolution: { integrity: sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM= }
|
||||||
@ -5203,7 +5210,6 @@ packages:
|
|||||||
typescript: 4.6.4
|
typescript: 4.6.4
|
||||||
v8-compile-cache-lib: 3.0.0
|
v8-compile-cache-lib: 3.0.0
|
||||||
yn: 3.1.1
|
yn: 3.1.1
|
||||||
dev: true
|
|
||||||
|
|
||||||
/tslib/1.14.1:
|
/tslib/1.14.1:
|
||||||
resolution:
|
resolution:
|
||||||
@ -5268,7 +5274,6 @@ packages:
|
|||||||
}
|
}
|
||||||
engines: { node: '>=4.2.0' }
|
engines: { node: '>=4.2.0' }
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
|
||||||
|
|
||||||
/typpy/2.3.11:
|
/typpy/2.3.11:
|
||||||
resolution:
|
resolution:
|
||||||
@ -5312,7 +5317,6 @@ packages:
|
|||||||
{
|
{
|
||||||
integrity: sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==
|
integrity: sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==
|
||||||
}
|
}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/v8-compile-cache/2.3.0:
|
/v8-compile-cache/2.3.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -5409,7 +5413,6 @@ packages:
|
|||||||
integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
|
integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
|
||||||
}
|
}
|
||||||
engines: { node: '>=0.4' }
|
engines: { node: '>=0.4' }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/yallist/2.1.2:
|
/yallist/2.1.2:
|
||||||
resolution: { integrity: sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= }
|
resolution: { integrity: sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= }
|
||||||
@ -5428,7 +5431,6 @@ packages:
|
|||||||
integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
|
integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
|
||||||
}
|
}
|
||||||
engines: { node: '>= 6' }
|
engines: { node: '>= 6' }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/yn/3.1.1:
|
/yn/3.1.1:
|
||||||
resolution:
|
resolution:
|
||||||
@ -5436,7 +5438,6 @@ packages:
|
|||||||
integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==
|
integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==
|
||||||
}
|
}
|
||||||
engines: { node: '>=6' }
|
engines: { node: '>=6' }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/yocto-queue/1.0.0:
|
/yocto-queue/1.0.0:
|
||||||
resolution:
|
resolution:
|
||||||
|
@ -152,9 +152,19 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="grid grid-cols-2 items-center">
|
<div class="grid grid-cols-2 items-center">
|
||||||
<label for="version" class="text-base font-bold text-stone-100">{$t('forms.version')}</label
|
<label for="version" class="text-base font-bold text-stone-100">Version / Tag</label>
|
||||||
|
<a
|
||||||
|
href={$session.isAdmin && !isRunning
|
||||||
|
? `/databases/${id}/configuration/version?from=/databases/${id}`
|
||||||
|
: ''}
|
||||||
|
class="no-underline"
|
||||||
|
>
|
||||||
|
<input
|
||||||
|
value={database.version}
|
||||||
|
disabled={isRunning}
|
||||||
|
class:cursor-pointer={!isRunning}
|
||||||
|
/></a
|
||||||
>
|
>
|
||||||
<input value={database.version} readonly disabled class="bg-transparent " />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -50,7 +50,14 @@
|
|||||||
<div class="flex space-x-1 p-6 font-bold">
|
<div class="flex space-x-1 p-6 font-bold">
|
||||||
<div class="mr-4 text-2xl tracking-tight">{$t('database.select_database_version')}</div>
|
<div class="mr-4 text-2xl tracking-tight">{$t('database.select_database_version')}</div>
|
||||||
</div>
|
</div>
|
||||||
|
{#if from}
|
||||||
|
<div class="pb-10 text-center">
|
||||||
|
Warning: you are about to change the version of this database.<br />This could cause problem
|
||||||
|
after you restart the database,
|
||||||
|
<span class="font-bold text-pink-600">like losing your data, incompatibility issues, etc</span
|
||||||
|
>.<br />Only do if you know what you are doing!
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
<div class="flex flex-wrap justify-center">
|
<div class="flex flex-wrap justify-center">
|
||||||
{#each versions as version}
|
{#each versions as version}
|
||||||
<div class="p-2">
|
<div class="p-2">
|
||||||
|
@ -140,7 +140,7 @@
|
|||||||
<div class="grid grid-cols-2 items-center px-10">
|
<div class="grid grid-cols-2 items-center px-10">
|
||||||
<label for="version" class="text-base font-bold text-stone-100">Version / Tag</label>
|
<label for="version" class="text-base font-bold text-stone-100">Version / Tag</label>
|
||||||
<a
|
<a
|
||||||
href={$session.isAdmin
|
href={$session.isAdmin && !isRunning
|
||||||
? `/services/${id}/configuration/version?from=/services/${id}`
|
? `/services/${id}/configuration/version?from=/services/${id}`
|
||||||
: ''}
|
: ''}
|
||||||
class="no-underline"
|
class="no-underline"
|
||||||
@ -148,8 +148,8 @@
|
|||||||
<input
|
<input
|
||||||
value={service.version}
|
value={service.version}
|
||||||
id="service"
|
id="service"
|
||||||
disabled
|
disabled={isRunning}
|
||||||
class="cursor-pointer hover:bg-coolgray-500"
|
class:cursor-pointer={!isRunning}
|
||||||
/></a
|
/></a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user