Merge branch 'main' into restray_i18n

This commit is contained in:
Restray
2022-04-04 12:29:20 +02:00
committed by GitHub
52 changed files with 1188 additions and 258 deletions

34
pnpm-lock.yaml generated
View File

@@ -8,7 +8,7 @@ specifiers:
'@sveltejs/kit': 1.0.0-next.303
'@types/bcrypt': 5.0.0
'@types/js-cookie': 3.0.1
'@types/js-yaml': ^4.0.5
'@types/js-yaml': 4.0.5
'@types/node': 17.0.23
'@types/node-forge': 1.0.1
'@typescript-eslint/eslint-plugin': 4.31.1
@@ -19,8 +19,8 @@ specifiers:
bullmq: 1.78.1
compare-versions: 4.1.3
cookie: 0.4.2
cooltipz-css: ^2.1.0
cross-env: ^7.0.3
cooltipz-css: 2.1.0
cross-env: 7.0.3
cross-var: 1.1.0
cuid: 2.1.8
dayjs: 1.11.0
@@ -37,8 +37,9 @@ specifiers:
js-yaml: 4.1.0
jsonwebtoken: 8.5.1
lint-staged: 12.3.7
mustache: ^4.2.0
mustache: 4.2.0
node-forge: 1.3.0
p-limit: 4.0.0
postcss: 8.4.12
prettier: 2.6.1
prettier-plugin-svelte: 2.6.0
@@ -48,10 +49,10 @@ specifiers:
svelte-check: 2.4.6
svelte-kit-cookie-session: 2.1.2
svelte-preprocess: 4.10.4
svelte-select: ^4.4.7
sveltekit-i18n: ^2.1.2
svelte-select: 4.4.7
sveltekit-i18n: 2.1.2
tailwindcss: 3.0.23
tailwindcss-scrollbar: ^0.1.0
tailwindcss-scrollbar: 0.1.0
ts-node: 10.7.0
tslib: 2.3.1
typescript: 4.6.3
@@ -78,6 +79,7 @@ dependencies:
jsonwebtoken: 8.5.1
mustache: 4.2.0
node-forge: 1.3.0
p-limit: 4.0.0
svelte-kit-cookie-session: 2.1.2
tailwindcss-scrollbar: 0.1.0_tailwindcss@3.0.23
unique-names-generator: 4.7.1
@@ -4270,6 +4272,16 @@ packages:
engines: { node: '>=12.20' }
dev: false
/p-limit/4.0.0:
resolution:
{
integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
}
engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
dependencies:
yocto-queue: 1.0.0
dev: false
/p-map/2.1.0:
resolution:
{
@@ -5714,3 +5726,11 @@ packages:
}
engines: { node: '>=6' }
dev: true
/yocto-queue/1.0.0:
resolution:
{
integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
}
engines: { node: '>=12.20' }
dev: false