~siegfriedehret/sites

66ff6f11f925bc120a45e4b8d8a3cbd9353d1e9f — Siegfried Ehret a month ago 9dd8e76 main
⬆️ update deps
M apps/ehretdotme/package.json => apps/ehretdotme/package.json +4 -9
@@ 21,10 21,10 @@
	},
	"devDependencies": {
		"@sveltejs/adapter-auto": "^1.0.3",
		"@sveltejs/kit": "^1.5.5",
		"@sveltejs/kit": "^1.7.2",
		"@types/cookie": "^0.5.1",
		"@typescript-eslint/eslint-plugin": "^5.51.0",
		"@typescript-eslint/parser": "^5.51.0",
		"@typescript-eslint/eslint-plugin": "^5.52.0",
		"@typescript-eslint/parser": "^5.52.0",
		"eslint": "^8.34.0",
		"eslint-config-prettier": "^8.6.0",
		"eslint-plugin-svelte3": "^4.0.0",


@@ 34,18 34,13 @@
		"svelte-check": "^2.10.3",
		"tslib": "^2.5.0",
		"typescript": "^4.9.5",
		"vite": "^4.1.1",
		"vite": "^4.1.2",
		"vitest": "^0.25.8"
	},
	"type": "module",
	"dependencies": {
		"@markdoc/markdoc": "^0.1.13",
		"@packages/ui": "workspace:^1.0.0",
		"@packages/utils": "workspace:^1.0.0",
		"highlight.js": "^11.7.0"
	},
	"peerDependencies": {
		"@types/markdown-it": "^12.2.3",
		"@types/react": "^18.0.21"
	}
}

M apps/meloedotfr/package.json => apps/meloedotfr/package.json +4 -4
@@ 19,10 19,10 @@
	},
	"devDependencies": {
		"@sveltejs/adapter-auto": "^1.0.3",
		"@sveltejs/kit": "^1.5.5",
		"@sveltejs/kit": "^1.7.2",
		"@types/cookie": "^0.5.1",
		"@typescript-eslint/eslint-plugin": "^5.51.0",
		"@typescript-eslint/parser": "^5.51.0",
		"@typescript-eslint/eslint-plugin": "^5.52.0",
		"@typescript-eslint/parser": "^5.52.0",
		"eslint": "^8.34.0",
		"eslint-config-prettier": "^8.6.0",
		"eslint-plugin-svelte3": "^4.0.0",


@@ 32,7 32,7 @@
		"svelte-check": "^2.10.3",
		"tslib": "^2.5.0",
		"typescript": "^4.9.5",
		"vite": "^4.1.1",
		"vite": "^4.1.2",
		"vitest": "^0.25.8"
	},
	"type": "module"

M apps/siegdotfr/package.json => apps/siegdotfr/package.json +4 -9
@@ 21,10 21,10 @@
	},
	"devDependencies": {
		"@sveltejs/adapter-auto": "^1.0.3",
		"@sveltejs/kit": "^1.5.5",
		"@sveltejs/kit": "^1.7.2",
		"@types/cookie": "^0.5.1",
		"@typescript-eslint/eslint-plugin": "^5.51.0",
		"@typescript-eslint/parser": "^5.51.0",
		"@typescript-eslint/eslint-plugin": "^5.52.0",
		"@typescript-eslint/parser": "^5.52.0",
		"eslint": "^8.34.0",
		"eslint-config-prettier": "^8.6.0",
		"eslint-plugin-svelte3": "^4.0.0",


@@ 34,18 34,13 @@
		"svelte-check": "^2.10.3",
		"tslib": "^2.5.0",
		"typescript": "^4.9.5",
		"vite": "^4.1.1",
		"vite": "^4.1.2",
		"vitest": "^0.25.8"
	},
	"type": "module",
	"dependencies": {
		"@markdoc/markdoc": "^0.1.13",
		"@packages/ui": "workspace:^1.0.0",
		"@packages/utils": "workspace:^1.0.0",
		"highlight.js": "^11.7.0"
	},
	"peerDependencies": {
		"@types/markdown-it": "^12.2.3",
		"@types/react": "^18.0.21"
	}
}

M package.json => package.json +1 -1
@@ 15,7 15,7 @@
  },
  "devDependencies": {
    "prettier": "^2.8.4",
    "turbo": "^1.7.4"
    "turbo": "^1.8.1"
  },
  "engines": {
    "node": ">=18.0.0"

M pnpm-lock.yaml => pnpm-lock.yaml +121 -126
@@ 5,21 5,20 @@ importers:
  .:
    specifiers:
      prettier: ^2.8.4
      turbo: ^1.7.4
      turbo: ^1.8.1
    devDependencies:
      prettier: 2.8.4
      turbo: 1.7.4
      turbo: 1.8.1

  apps/ehretdotme:
    specifiers:
      '@markdoc/markdoc': ^0.1.13
      '@packages/ui': workspace:^1.0.0
      '@packages/utils': workspace:^1.0.0
      '@sveltejs/adapter-auto': ^1.0.3
      '@sveltejs/kit': ^1.5.5
      '@sveltejs/kit': ^1.7.2
      '@types/cookie': ^0.5.1
      '@typescript-eslint/eslint-plugin': ^5.51.0
      '@typescript-eslint/parser': ^5.51.0
      '@typescript-eslint/eslint-plugin': ^5.52.0
      '@typescript-eslint/parser': ^5.52.0
      eslint: ^8.34.0
      eslint-config-prettier: ^8.6.0
      eslint-plugin-svelte3: ^4.0.0


@@ 30,19 29,18 @@ importers:
      svelte-check: ^2.10.3
      tslib: ^2.5.0
      typescript: ^4.9.5
      vite: ^4.1.1
      vite: ^4.1.2
      vitest: ^0.25.8
    dependencies:
      '@markdoc/markdoc': 0.1.13
      '@packages/ui': link:../../packages/ui
      '@packages/utils': link:../../packages/utils
      highlight.js: 11.7.0
    devDependencies:
      '@sveltejs/adapter-auto': 1.0.3_@sveltejs+kit@1.5.5
      '@sveltejs/kit': 1.5.5_svelte@3.55.1+vite@4.1.1
      '@sveltejs/adapter-auto': 1.0.3_@sveltejs+kit@1.7.2
      '@sveltejs/kit': 1.7.2_svelte@3.55.1+vite@4.1.2
      '@types/cookie': 0.5.1
      '@typescript-eslint/eslint-plugin': 5.51.0_z4swst3wuuqk4hlme4ajzslgh4
      '@typescript-eslint/parser': 5.51.0_7kw3g6rralp5ps6mg3uyzz6azm
      '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza
      '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm
      eslint: 8.34.0
      eslint-config-prettier: 8.6.0_eslint@8.34.0
      eslint-plugin-svelte3: 4.0.0_dbthnr4b2bdkhyiebwn7su3hnq


@@ 52,7 50,7 @@ importers:
      svelte-check: 2.10.3_svelte@3.55.1
      tslib: 2.5.0
      typescript: 4.9.5
      vite: 4.1.1
      vite: 4.1.2
      vitest: 0.25.8

  apps/meloedotfr:


@@ 60,10 58,10 @@ importers:
      '@packages/ui': workspace:^1.0.0
      '@packages/utils': workspace:^1.0.0
      '@sveltejs/adapter-auto': ^1.0.3
      '@sveltejs/kit': ^1.5.5
      '@sveltejs/kit': ^1.7.2
      '@types/cookie': ^0.5.1
      '@typescript-eslint/eslint-plugin': ^5.51.0
      '@typescript-eslint/parser': ^5.51.0
      '@typescript-eslint/eslint-plugin': ^5.52.0
      '@typescript-eslint/parser': ^5.52.0
      eslint: ^8.34.0
      eslint-config-prettier: ^8.6.0
      eslint-plugin-svelte3: ^4.0.0


@@ 73,17 71,17 @@ importers:
      svelte-check: ^2.10.3
      tslib: ^2.5.0
      typescript: ^4.9.5
      vite: ^4.1.1
      vite: ^4.1.2
      vitest: ^0.25.8
    dependencies:
      '@packages/ui': link:../../packages/ui
      '@packages/utils': link:../../packages/utils
    devDependencies:
      '@sveltejs/adapter-auto': 1.0.3_@sveltejs+kit@1.5.5
      '@sveltejs/kit': 1.5.5_svelte@3.55.1+vite@4.1.1
      '@sveltejs/adapter-auto': 1.0.3_@sveltejs+kit@1.7.2
      '@sveltejs/kit': 1.7.2_svelte@3.55.1+vite@4.1.2
      '@types/cookie': 0.5.1
      '@typescript-eslint/eslint-plugin': 5.51.0_z4swst3wuuqk4hlme4ajzslgh4
      '@typescript-eslint/parser': 5.51.0_7kw3g6rralp5ps6mg3uyzz6azm
      '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza
      '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm
      eslint: 8.34.0
      eslint-config-prettier: 8.6.0_eslint@8.34.0
      eslint-plugin-svelte3: 4.0.0_dbthnr4b2bdkhyiebwn7su3hnq


@@ 93,19 91,18 @@ importers:
      svelte-check: 2.10.3_svelte@3.55.1
      tslib: 2.5.0
      typescript: 4.9.5
      vite: 4.1.1
      vite: 4.1.2
      vitest: 0.25.8

  apps/siegdotfr:
    specifiers:
      '@markdoc/markdoc': ^0.1.13
      '@packages/ui': workspace:^1.0.0
      '@packages/utils': workspace:^1.0.0
      '@sveltejs/adapter-auto': ^1.0.3
      '@sveltejs/kit': ^1.5.5
      '@sveltejs/kit': ^1.7.2
      '@types/cookie': ^0.5.1
      '@typescript-eslint/eslint-plugin': ^5.51.0
      '@typescript-eslint/parser': ^5.51.0
      '@typescript-eslint/eslint-plugin': ^5.52.0
      '@typescript-eslint/parser': ^5.52.0
      eslint: ^8.34.0
      eslint-config-prettier: ^8.6.0
      eslint-plugin-svelte3: ^4.0.0


@@ 116,19 113,18 @@ importers:
      svelte-check: ^2.10.3
      tslib: ^2.5.0
      typescript: ^4.9.5
      vite: ^4.1.1
      vite: ^4.1.2
      vitest: ^0.25.8
    dependencies:
      '@markdoc/markdoc': 0.1.13
      '@packages/ui': link:../../packages/ui
      '@packages/utils': link:../../packages/utils
      highlight.js: 11.7.0
    devDependencies:
      '@sveltejs/adapter-auto': 1.0.3_@sveltejs+kit@1.5.5
      '@sveltejs/kit': 1.5.5_svelte@3.55.1+vite@4.1.1
      '@sveltejs/adapter-auto': 1.0.3_@sveltejs+kit@1.7.2
      '@sveltejs/kit': 1.7.2_svelte@3.55.1+vite@4.1.2
      '@types/cookie': 0.5.1
      '@typescript-eslint/eslint-plugin': 5.51.0_z4swst3wuuqk4hlme4ajzslgh4
      '@typescript-eslint/parser': 5.51.0_7kw3g6rralp5ps6mg3uyzz6azm
      '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza
      '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm
      eslint: 8.34.0
      eslint-config-prettier: 8.6.0_eslint@8.34.0
      eslint-plugin-svelte3: 4.0.0_dbthnr4b2bdkhyiebwn7su3hnq


@@ 138,7 134,7 @@ importers:
      svelte-check: 2.10.3_svelte@3.55.1
      tslib: 2.5.0
      typescript: 4.9.5
      vite: 4.1.1
      vite: 4.1.2
      vitest: 0.25.8

  packages/ui:


@@ 422,14 418,6 @@ packages:
      '@jridgewell/sourcemap-codec': 1.4.14
    dev: true

  /@markdoc/markdoc/0.1.13:
    resolution: {integrity: sha512-zUdUpr2U3tf0uBQKr1aAiNDvwtZChAjCw3WPVv4PMKcPjYYlVHE0lizIS3NjChruRPJ2FvVQAI4ceyNpJWobiw==}
    engines: {node: '>=14.7.0'}
    peerDependencies:
      '@types/markdown-it': '*'
      '@types/react': '*'
    dev: false

  /@markdoc/markdoc/0.1.13_wbq6czl73o2dzdhaehakq6xtsq:
    resolution: {integrity: sha512-zUdUpr2U3tf0uBQKr1aAiNDvwtZChAjCw3WPVv4PMKcPjYYlVHE0lizIS3NjChruRPJ2FvVQAI4ceyNpJWobiw==}
    engines: {node: '>=14.7.0'}


@@ 466,17 454,17 @@ packages:
    resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==}
    dev: true

  /@sveltejs/adapter-auto/1.0.3_@sveltejs+kit@1.5.5:
  /@sveltejs/adapter-auto/1.0.3_@sveltejs+kit@1.7.2:
    resolution: {integrity: sha512-hc7O12YQqvZ1CD4fo1gMJuPzBZvuoG5kwxb2RRoz4fVoB8B2vuPO2cY751Ln0G6T/HMrAf8kCqw6Pg+wbxcstw==}
    peerDependencies:
      '@sveltejs/kit': ^1.0.0
    dependencies:
      '@sveltejs/kit': 1.5.5_svelte@3.55.1+vite@4.1.1
      '@sveltejs/kit': 1.7.2_svelte@3.55.1+vite@4.1.2
      import-meta-resolve: 2.2.1
    dev: true

  /@sveltejs/kit/1.5.5_svelte@3.55.1+vite@4.1.1:
    resolution: {integrity: sha512-NJry1mvcIBITVe9WyAGu39Cf33z8wRKzut/Oug4zqMVUpX+i7fG17+GyvLCh9GXdmIkqwSeSMROHDKRODvd6BA==}
  /@sveltejs/kit/1.7.2_svelte@3.55.1+vite@4.1.2:
    resolution: {integrity: sha512-qU/kbupIhsA1JA0GIN4cGa6XrhzPc99Z4agsEDeGPMy7qQqYCuFcIL2MLEH+tfqPUCu4m3FQ6ULVSUIVCnHj+A==}
    engines: {node: ^16.14 || >=18}
    hasBin: true
    requiresBuild: true


@@ 484,26 472,26 @@ packages:
      svelte: ^3.54.0
      vite: ^4.0.0
    dependencies:
      '@sveltejs/vite-plugin-svelte': 2.0.2_svelte@3.55.1+vite@4.1.1
      '@sveltejs/vite-plugin-svelte': 2.0.2_svelte@3.55.1+vite@4.1.2
      '@types/cookie': 0.5.1
      cookie: 0.5.0
      devalue: 4.3.0
      esm-env: 1.0.0
      kleur: 4.1.5
      magic-string: 0.27.0
      magic-string: 0.29.0
      mime: 3.0.0
      sade: 1.8.1
      set-cookie-parser: 2.5.1
      sirv: 2.0.2
      svelte: 3.55.1
      tiny-glob: 0.2.9
      undici: 5.18.0
      vite: 4.1.1
      undici: 5.19.1
      vite: 4.1.2
    transitivePeerDependencies:
      - supports-color
    dev: true

  /@sveltejs/vite-plugin-svelte/2.0.2_svelte@3.55.1+vite@4.1.1:
  /@sveltejs/vite-plugin-svelte/2.0.2_svelte@3.55.1+vite@4.1.2:
    resolution: {integrity: sha512-xCEan0/NNpQuL0l5aS42FjwQ6wwskdxC3pW1OeFtEKNZwRg7Evro9lac9HesGP6TdFsTv2xMes5ASQVKbCacxg==}
    engines: {node: ^14.18.0 || >= 16}
    peerDependencies:


@@ 516,8 504,8 @@ packages:
      magic-string: 0.27.0
      svelte: 3.55.1
      svelte-hmr: 0.15.1_svelte@3.55.1
      vite: 4.1.1
      vitefu: 0.2.4_vite@4.1.1
      vite: 4.1.2
      vitefu: 0.2.4_vite@4.1.2
    transitivePeerDependencies:
      - supports-color
    dev: true


@@ 552,8 540,8 @@ packages:
  /@types/mdurl/1.0.2:
    resolution: {integrity: sha512-eC4U9MlIcu2q0KQmXszyn5Akca/0jrQmwDRgpAMJai7qBWq4amIQhZyNau4VYGtCeALvW1/NtjzJJ567aZxfKA==}

  /@types/node/18.13.0:
    resolution: {integrity: sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==}
  /@types/node/18.14.0:
    resolution: {integrity: sha512-5EWrvLmglK+imbCJY0+INViFWUHg1AHel1sq4ZVSfdcNqGy9Edv3UB9IIzzg+xPaUcAgZYcfVs2fBcwDeZzU0A==}
    dev: true

  /@types/prop-types/15.7.5:


@@ 573,7 561,7 @@ packages:
  /@types/sass/1.43.1:
    resolution: {integrity: sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==}
    dependencies:
      '@types/node': 18.13.0
      '@types/node': 18.14.0
    dev: true

  /@types/scheduler/0.16.2:


@@ 583,8 571,8 @@ packages:
    resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==}
    dev: true

  /@typescript-eslint/eslint-plugin/5.51.0_z4swst3wuuqk4hlme4ajzslgh4:
    resolution: {integrity: sha512-wcAwhEWm1RgNd7dxD/o+nnLW8oH+6RK1OGnmbmkj/GGoDPV1WWMVP0FXYQBivKHdwM1pwii3bt//RC62EriIUQ==}
  /@typescript-eslint/eslint-plugin/5.52.0_6cfvjsbua5ptj65675bqcn6oza:
    resolution: {integrity: sha512-lHazYdvYVsBokwCdKOppvYJKaJ4S41CgKBcPvyd0xjZNbvQdhn/pnJlGtQksQ/NhInzdaeaSarlBjDXHuclEbg==}
    engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
    peerDependencies:
      '@typescript-eslint/parser': ^5.0.0


@@ 594,10 582,10 @@ packages:
      typescript:
        optional: true
    dependencies:
      '@typescript-eslint/parser': 5.51.0_7kw3g6rralp5ps6mg3uyzz6azm
      '@typescript-eslint/scope-manager': 5.51.0
      '@typescript-eslint/type-utils': 5.51.0_7kw3g6rralp5ps6mg3uyzz6azm
      '@typescript-eslint/utils': 5.51.0_7kw3g6rralp5ps6mg3uyzz6azm
      '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm
      '@typescript-eslint/scope-manager': 5.52.0
      '@typescript-eslint/type-utils': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm
      '@typescript-eslint/utils': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm
      debug: 4.3.4
      eslint: 8.34.0
      grapheme-splitter: 1.0.4


@@ 611,8 599,8 @@ packages:
      - supports-color
    dev: true

  /@typescript-eslint/parser/5.51.0_7kw3g6rralp5ps6mg3uyzz6azm:
    resolution: {integrity: sha512-fEV0R9gGmfpDeRzJXn+fGQKcl0inIeYobmmUWijZh9zA7bxJ8clPhV9up2ZQzATxAiFAECqPQyMDB4o4B81AaA==}
  /@typescript-eslint/parser/5.52.0_7kw3g6rralp5ps6mg3uyzz6azm:
    resolution: {integrity: sha512-e2KiLQOZRo4Y0D/b+3y08i3jsekoSkOYStROYmPUnGMEoA0h+k2qOH5H6tcjIc68WDvGwH+PaOrP1XRzLJ6QlA==}
    engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
    peerDependencies:
      eslint: ^6.0.0 || ^7.0.0 || ^8.0.0


@@ 621,9 609,9 @@ packages:
      typescript:
        optional: true
    dependencies:
      '@typescript-eslint/scope-manager': 5.51.0
      '@typescript-eslint/types': 5.51.0
      '@typescript-eslint/typescript-estree': 5.51.0_typescript@4.9.5
      '@typescript-eslint/scope-manager': 5.52.0
      '@typescript-eslint/types': 5.52.0
      '@typescript-eslint/typescript-estree': 5.52.0_typescript@4.9.5
      debug: 4.3.4
      eslint: 8.34.0
      typescript: 4.9.5


@@ 631,16 619,16 @@ packages:
      - supports-color
    dev: true

  /@typescript-eslint/scope-manager/5.51.0:
    resolution: {integrity: sha512-gNpxRdlx5qw3yaHA0SFuTjW4rxeYhpHxt491PEcKF8Z6zpq0kMhe0Tolxt0qjlojS+/wArSDlj/LtE69xUJphQ==}
  /@typescript-eslint/scope-manager/5.52.0:
    resolution: {integrity: sha512-AR7sxxfBKiNV0FWBSARxM8DmNxrwgnYMPwmpkC1Pl1n+eT8/I2NAUPuwDy/FmDcC6F8pBfmOcaxcxRHspgOBMw==}
    engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
    dependencies:
      '@typescript-eslint/types': 5.51.0
      '@typescript-eslint/visitor-keys': 5.51.0
      '@typescript-eslint/types': 5.52.0
      '@typescript-eslint/visitor-keys': 5.52.0
    dev: true

  /@typescript-eslint/type-utils/5.51.0_7kw3g6rralp5ps6mg3uyzz6azm:
    resolution: {integrity: sha512-QHC5KKyfV8sNSyHqfNa0UbTbJ6caB8uhcx2hYcWVvJAZYJRBo5HyyZfzMdRx8nvS+GyMg56fugMzzWnojREuQQ==}
  /@typescript-eslint/type-utils/5.52.0_7kw3g6rralp5ps6mg3uyzz6azm:
    resolution: {integrity: sha512-tEKuUHfDOv852QGlpPtB3lHOoig5pyFQN/cUiZtpw99D93nEBjexRLre5sQZlkMoHry/lZr8qDAt2oAHLKA6Jw==}
    engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
    peerDependencies:
      eslint: '*'


@@ 649,8 637,8 @@ packages:
      typescript:
        optional: true
    dependencies:
      '@typescript-eslint/typescript-estree': 5.51.0_typescript@4.9.5
      '@typescript-eslint/utils': 5.51.0_7kw3g6rralp5ps6mg3uyzz6azm
      '@typescript-eslint/typescript-estree': 5.52.0_typescript@4.9.5
      '@typescript-eslint/utils': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm
      debug: 4.3.4
      eslint: 8.34.0
      tsutils: 3.21.0_typescript@4.9.5


@@ 659,13 647,13 @@ packages:
      - supports-color
    dev: true

  /@typescript-eslint/types/5.51.0:
    resolution: {integrity: sha512-SqOn0ANn/v6hFn0kjvLwiDi4AzR++CBZz0NV5AnusT2/3y32jdc0G4woXPWHCumWtUXZKPAS27/9vziSsC9jnw==}
  /@typescript-eslint/types/5.52.0:
    resolution: {integrity: sha512-oV7XU4CHYfBhk78fS7tkum+/Dpgsfi91IIDy7fjCyq2k6KB63M6gMC0YIvy+iABzmXThCRI6xpCEyVObBdWSDQ==}
    engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
    dev: true

  /@typescript-eslint/typescript-estree/5.51.0_typescript@4.9.5:
    resolution: {integrity: sha512-TSkNupHvNRkoH9FMA3w7TazVFcBPveAAmb7Sz+kArY6sLT86PA5Vx80cKlYmd8m3Ha2SwofM1KwraF24lM9FvA==}
  /@typescript-eslint/typescript-estree/5.52.0_typescript@4.9.5:
    resolution: {integrity: sha512-WeWnjanyEwt6+fVrSR0MYgEpUAuROxuAH516WPjUblIrClzYJj0kBbjdnbQXLpgAN8qbEuGywiQsXUVDiAoEuQ==}
    engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
    peerDependencies:
      typescript: '*'


@@ 673,8 661,8 @@ packages:
      typescript:
        optional: true
    dependencies:
      '@typescript-eslint/types': 5.51.0
      '@typescript-eslint/visitor-keys': 5.51.0
      '@typescript-eslint/types': 5.52.0
      '@typescript-eslint/visitor-keys': 5.52.0
      debug: 4.3.4
      globby: 11.1.0
      is-glob: 4.0.3


@@ 685,17 673,17 @@ packages:
      - supports-color
    dev: true

  /@typescript-eslint/utils/5.51.0_7kw3g6rralp5ps6mg3uyzz6azm:
    resolution: {integrity: sha512-76qs+5KWcaatmwtwsDJvBk4H76RJQBFe+Gext0EfJdC3Vd2kpY2Pf//OHHzHp84Ciw0/rYoGTDnIAr3uWhhJYw==}
  /@typescript-eslint/utils/5.52.0_7kw3g6rralp5ps6mg3uyzz6azm:
    resolution: {integrity: sha512-As3lChhrbwWQLNk2HC8Ree96hldKIqk98EYvypd3It8Q1f8d5zWyIoaZEp2va5667M4ZyE7X8UUR+azXrFl+NA==}
    engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
    peerDependencies:
      eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
    dependencies:
      '@types/json-schema': 7.0.11
      '@types/semver': 7.3.13
      '@typescript-eslint/scope-manager': 5.51.0
      '@typescript-eslint/types': 5.51.0
      '@typescript-eslint/typescript-estree': 5.51.0_typescript@4.9.5
      '@typescript-eslint/scope-manager': 5.52.0
      '@typescript-eslint/types': 5.52.0
      '@typescript-eslint/typescript-estree': 5.52.0_typescript@4.9.5
      eslint: 8.34.0
      eslint-scope: 5.1.1
      eslint-utils: 3.0.0_eslint@8.34.0


@@ 705,11 693,11 @@ packages:
      - typescript
    dev: true

  /@typescript-eslint/visitor-keys/5.51.0:
    resolution: {integrity: sha512-Oh2+eTdjHjOFjKA27sxESlA87YPSOJafGCR0md5oeMdh1ZcCfAGCIOL216uTBAkAIptvLIfKQhl7lHxMJet4GQ==}
  /@typescript-eslint/visitor-keys/5.52.0:
    resolution: {integrity: sha512-qMwpw6SU5VHCPr99y274xhbm+PRViK/NATY6qzt+Et7+mThGuFSl/ompj2/hrBlRP/kq+BFdgagnOSgw9TB0eA==}
    engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
    dependencies:
      '@typescript-eslint/types': 5.51.0
      '@typescript-eslint/types': 5.52.0
      eslint-visitor-keys: 3.3.0
    dev: true



@@ 1049,7 1037,7 @@ packages:
      eslint-utils: 3.0.0_eslint@8.34.0
      eslint-visitor-keys: 3.3.0
      espree: 9.4.1
      esquery: 1.4.0
      esquery: 1.4.2
      esutils: 2.0.3
      fast-deep-equal: 3.1.3
      file-entry-cache: 6.0.1


@@ 1091,8 1079,8 @@ packages:
      eslint-visitor-keys: 3.3.0
    dev: true

  /esquery/1.4.0:
    resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==}
  /esquery/1.4.2:
    resolution: {integrity: sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng==}
    engines: {node: '>=0.10'}
    dependencies:
      estraverse: 5.3.0


@@ 1426,6 1414,13 @@ packages:
      '@jridgewell/sourcemap-codec': 1.4.14
    dev: true

  /magic-string/0.29.0:
    resolution: {integrity: sha512-WcfidHrDjMY+eLjlU+8OvwREqHwpgCeKVBUpQ3OhYYuvfaYCUgcbuBzappNzZvg/v8onU3oQj+BYpkOJe9Iw4Q==}
    engines: {node: '>=12'}
    dependencies:
      '@jridgewell/sourcemap-codec': 1.4.14
    dev: true

  /merge2/1.4.1:
    resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
    engines: {node: '>= 8'}


@@ 1660,8 1655,8 @@ packages:
      glob: 7.2.3
    dev: true

  /rollup/3.15.0:
    resolution: {integrity: sha512-F9hrCAhnp5/zx/7HYmftvsNBkMfLfk/dXUh73hPSM2E3CRgap65orDNJbLetoiUFwSAk6iHPLvBrZ5iHYvzqsg==}
  /rollup/3.17.0:
    resolution: {integrity: sha512-0zZQ0J4p0ZtTla6l8sheDTUyNfGZQDpU5h0nPHf6xtUXIzKK70LmB2IRR0wLnzaL8a02fjmsJy+XCncbSwOpjg==}
    engines: {node: '>=14.18.0', npm: '>=8.0.0'}
    hasBin: true
    optionalDependencies:


@@ 1943,65 1938,65 @@ packages:
      typescript: 4.9.5
    dev: true

  /turbo-darwin-64/1.7.4:
    resolution: {integrity: sha512-ZyYrQlUl8K/mYN1e6R7bEhPPYjMakz0DYMaexkyD7TAijQtWmTSd4a+I7VknOYNEssnUZ/v41GU3gPV1JAzxxQ==}
  /turbo-darwin-64/1.8.1:
    resolution: {integrity: sha512-H7pxGF/vsYG7kbY+vB8h+3r8VXn2L6hhYQi0XWA+EjZ1e2zu7+TzEMRWFYmvJPx8TRo5cV5txtg0I22/Y7bxUA==}
    cpu: [x64]
    os: [darwin]
    requiresBuild: true
    dev: true
    optional: true

  /turbo-darwin-arm64/1.7.4:
    resolution: {integrity: sha512-CKIXg9uqp1a+Yeq/c4U0alPOqvwLUq5SBZf1PGYhGqJsfG0fRBtJfkUjHuBsuJIOGXg8rCmcGSWGIsIF6fqYuw==}
  /turbo-darwin-arm64/1.8.1:
    resolution: {integrity: sha512-zMcvplVGluR6v4oJXW7S1/R9QFsHdDkXMhPq8PIdvT3HwTb69ms0MNv7aKiQ0ZFy5D/eKCTyBRUFZvjorZmBqA==}
    cpu: [arm64]
    os: [darwin]
    requiresBuild: true
    dev: true
    optional: true

  /turbo-linux-64/1.7.4:
    resolution: {integrity: sha512-RIUl4RUFFyzD2T024vL7509Ygwcw+SEa8NOwPfaN6TtJHK7RZV/SBP3fLNVOptG9WRLnOWX3OvsLMbiOqDLLyA==}
  /turbo-linux-64/1.8.1:
    resolution: {integrity: sha512-eJNx8iWDn5Lt8d0221RFd6lBjViLiPCVWNFF5JtqOohgRYplvepY3y/THa1GivMxY4px6zjTiy2oPE/VscVP4w==}
    cpu: [x64]
    os: [linux]
    requiresBuild: true
    dev: true
    optional: true

  /turbo-linux-arm64/1.7.4:
    resolution: {integrity: sha512-Bg65F0AjYYYxqE6RPf2H5TIGuA/EyWMeGOATHVSZOWAbYcnG3Ly03GZii8AHnUi7ntWBdjwvXf/QbOS1ayNB6A==}
  /turbo-linux-arm64/1.8.1:
    resolution: {integrity: sha512-hFZkm8tq9kLE8tdbOzD6EbNzftdzMR4JEuuoKC6AbTzx1ZsWRvXJ/BGTeSH9/dYYm/wfuIEUiOP7HeXWiZRx7g==}
    cpu: [arm64]
    os: [linux]
    requiresBuild: true
    dev: true
    optional: true

  /turbo-windows-64/1.7.4:
    resolution: {integrity: sha512-rTaV50XZ2BRxRHOHqt1UsWfeDmYLbn8UKE6g2D2ED+uW+kmnTvR9s01nmlGWd2sAuWcRYQyQ2V+O09VfKPKcQw==}
  /turbo-windows-64/1.8.1:
    resolution: {integrity: sha512-o3oDg0lTYZl5KZD3Mi753On2vQT51unIiungoUmHDCeDH5JXfWPFu+6p+GAoIyRwQkZPvaEzMLuUtRgklKcBJw==}
    cpu: [x64]
    os: [win32]
    requiresBuild: true
    dev: true
    optional: true

  /turbo-windows-arm64/1.7.4:
    resolution: {integrity: sha512-h8sxdKPvHTnWUPtwnYszFMmSO0P/iUUwmYY9n7iYThA71zSao28UeZ0H0Gw75cY3MPjvkjn2C4EBAUGPjuZJLw==}
  /turbo-windows-arm64/1.8.1:
    resolution: {integrity: sha512-NDYr2Mra21KOdl18BhMRoH2jQmlu+oqkpqRd+cGB8+c5P0B6LDVCM83cfcXQ+PNqX9S3Y1eZDRENZJx9I03sSw==}
    cpu: [arm64]
    os: [win32]
    requiresBuild: true
    dev: true
    optional: true

  /turbo/1.7.4:
    resolution: {integrity: sha512-8RLedDoUL0kkVKWEZ/RMM70BvKLyDFen06QuKKhYC2XNOfNKqFDqzIdcY/vGick869bNIWalChoy4O07k0HLsA==}
  /turbo/1.8.1:
    resolution: {integrity: sha512-g8RltmG5zd0nYbKpkBQwnTSXTWUiup9+yileQ1TETNzpjxI3TL5k7kt2WkgUHEqR947IPUV+ckIduZHVITJmIQ==}
    hasBin: true
    requiresBuild: true
    optionalDependencies:
      turbo-darwin-64: 1.7.4
      turbo-darwin-arm64: 1.7.4
      turbo-linux-64: 1.7.4
      turbo-linux-arm64: 1.7.4
      turbo-windows-64: 1.7.4
      turbo-windows-arm64: 1.7.4
      turbo-darwin-64: 1.8.1
      turbo-darwin-arm64: 1.8.1
      turbo-linux-64: 1.8.1
      turbo-linux-arm64: 1.8.1
      turbo-windows-64: 1.8.1
      turbo-windows-arm64: 1.8.1
    dev: true

  /type-check/0.4.0:


@@ 2027,8 2022,8 @@ packages:
    hasBin: true
    dev: true

  /undici/5.18.0:
    resolution: {integrity: sha512-1iVwbhonhFytNdg0P4PqyIAXbdlVZVebtPDvuM36m66mRw4OGrCm2MYynJv/UENFLdP13J1nPVQzVE2zTs1OeA==}
  /undici/5.19.1:
    resolution: {integrity: sha512-YiZ61LPIgY73E7syxCDxxa3LV2yl3sN8spnIuTct60boiiRaE1J8mNWHO8Im2Zi/sFrPusjLlmRPrsyraSqX6A==}
    engines: {node: '>=12.18'}
    dependencies:
      busboy: 1.6.0


@@ 2040,8 2035,8 @@ packages:
      punycode: 2.3.0
    dev: true

  /vite/4.1.1:
    resolution: {integrity: sha512-LM9WWea8vsxhr782r9ntg+bhSFS06FJgCvvB0+8hf8UWtvaiDagKYWXndjfX6kGl74keHJUcpzrQliDXZlF5yg==}
  /vite/4.1.2:
    resolution: {integrity: sha512-MWDb9Rfy3DI8omDQySbMK93nQqStwbsQWejXRY2EBzEWKmLAXWb1mkI9Yw2IJrc+oCvPCI1Os5xSSIBYY6DEAw==}
    engines: {node: ^14.18.0 || >=16.0.0}
    hasBin: true
    peerDependencies:


@@ 2068,13 2063,13 @@ packages:
      esbuild: 0.16.17
      postcss: 8.4.21
      resolve: 1.22.1
      rollup: 3.15.0
      rollup: 3.17.0
    optionalDependencies:
      fsevents: 2.3.2
    dev: true

  /vite/4.1.1_@types+node@18.13.0:
    resolution: {integrity: sha512-LM9WWea8vsxhr782r9ntg+bhSFS06FJgCvvB0+8hf8UWtvaiDagKYWXndjfX6kGl74keHJUcpzrQliDXZlF5yg==}
  /vite/4.1.2_@types+node@18.14.0:
    resolution: {integrity: sha512-MWDb9Rfy3DI8omDQySbMK93nQqStwbsQWejXRY2EBzEWKmLAXWb1mkI9Yw2IJrc+oCvPCI1Os5xSSIBYY6DEAw==}
    engines: {node: ^14.18.0 || >=16.0.0}
    hasBin: true
    peerDependencies:


@@ 2098,16 2093,16 @@ packages:
      terser:
        optional: true
    dependencies:
      '@types/node': 18.13.0
      '@types/node': 18.14.0
      esbuild: 0.16.17
      postcss: 8.4.21
      resolve: 1.22.1
      rollup: 3.15.0
      rollup: 3.17.0
    optionalDependencies:
      fsevents: 2.3.2
    dev: true

  /vitefu/0.2.4_vite@4.1.1:
  /vitefu/0.2.4_vite@4.1.2:
    resolution: {integrity: sha512-fanAXjSaf9xXtOOeno8wZXIhgia+CZury481LsDaV++lSvcU2R9Ch2bPh3PYFyoHW+w9LqAeYRISVQjUIew14g==}
    peerDependencies:
      vite: ^3.0.0 || ^4.0.0


@@ 2115,7 2110,7 @@ packages:
      vite:
        optional: true
    dependencies:
      vite: 4.1.1
      vite: 4.1.2
    dev: true

  /vitest/0.25.8:


@@ 2142,7 2137,7 @@ packages:
    dependencies:
      '@types/chai': 4.3.4
      '@types/chai-subset': 1.3.3
      '@types/node': 18.13.0
      '@types/node': 18.14.0
      acorn: 8.8.2
      acorn-walk: 8.2.0
      chai: 4.3.7


@@ 2153,7 2148,7 @@ packages:
      tinybench: 2.3.1
      tinypool: 0.3.1
      tinyspy: 1.1.1
      vite: 4.1.1_@types+node@18.13.0
      vite: 4.1.2_@types+node@18.14.0
    transitivePeerDependencies:
      - less
      - sass