mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Bump the dev-dependencies group across 1 directory with 7 updates (#6487)
Bumps the dev-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `9.5.0` | `9.6.0` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.2` | `5.5.3` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.14.1` | `7.15.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.14.1` | `7.15.0` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.399.0` | `0.400.0` | | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.52.0` | `7.52.1` | | [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) | `1.0.5` | `1.0.6` | Updates `eslint` from 9.5.0 to 9.6.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.5.0...v9.6.0) Updates `typescript` from 5.5.2 to 5.5.3 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3) Updates `@typescript-eslint/eslint-plugin` from 7.14.1 to 7.15.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.15.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.14.1 to 7.15.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.15.0/packages/parser) Updates `lucide-react` from 0.399.0 to 0.400.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.400.0/packages/lucide-react) Updates `react-hook-form` from 7.52.0 to 7.52.1 - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.52.0...v7.52.1) Updates `vite-plugin-static-copy` from 1.0.5 to 1.0.6 - [Release notes](https://github.com/sapphi-red/vite-plugin-static-copy/releases) - [Changelog](https://github.com/sapphi-red/vite-plugin-static-copy/blob/main/CHANGELOG.md) - [Commits](https://github.com/sapphi-red/vite-plugin-static-copy/compare/vite-plugin-static-copy@1.0.5...vite-plugin-static-copy@1.0.6) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: lucide-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: react-hook-form dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: vite-plugin-static-copy dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
2b09f994f0
commit
934e8733cd
5 changed files with 220 additions and 220 deletions
|
@ -18,24 +18,24 @@
|
|||
"@radix-ui/react-toast": "^1.2.1",
|
||||
"@types/react": "^18.3.2",
|
||||
"@types/react-dom": "^18.2.25",
|
||||
"@typescript-eslint/eslint-plugin": "^7.14.1",
|
||||
"@typescript-eslint/parser": "^7.14.1",
|
||||
"@typescript-eslint/eslint-plugin": "^7.15.0",
|
||||
"@typescript-eslint/parser": "^7.15.0",
|
||||
"@vitejs/plugin-react-swc": "^3.5.0",
|
||||
"eslint": "^9.5.0",
|
||||
"eslint": "^9.6.0",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.7",
|
||||
"i18next": "^23.11.5",
|
||||
"i18next-browser-languagedetector": "^8.0.0",
|
||||
"lucide-react": "^0.399.0",
|
||||
"lucide-react": "^0.400.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-hook-form": "^7.52.0",
|
||||
"react-hook-form": "^7.52.1",
|
||||
"react-i18next": "^14.1.0",
|
||||
"react-router-dom": "^6.24.0",
|
||||
"socket.io-client": "^4.7.5",
|
||||
"typescript": "^5.5.2",
|
||||
"typescript": "^5.5.3",
|
||||
"vite": "^5.3.2",
|
||||
"vite-plugin-static-copy": "^1.0.3",
|
||||
"vite-plugin-static-copy": "^1.0.6",
|
||||
"vite-plugin-svgr": "^4.2.0",
|
||||
"zustand": "^4.5.4"
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"devDependencies": {
|
||||
"@types/node": "^20.14.9",
|
||||
"@types/semver": "^7.5.8",
|
||||
"typescript": "^5.5.2"
|
||||
"typescript": "^5.5.3"
|
||||
},
|
||||
"scripts": {
|
||||
"checkPad": "node --import tsx checkPad.ts",
|
||||
|
|
418
pnpm-lock.yaml
418
pnpm-lock.yaml
|
@ -41,23 +41,23 @@ importers:
|
|||
specifier: ^18.2.25
|
||||
version: 18.3.0
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: ^7.14.1
|
||||
version: 7.14.1(@typescript-eslint/parser@7.14.1(eslint@9.5.0)(typescript@5.5.2))(eslint@9.5.0)(typescript@5.5.2)
|
||||
specifier: ^7.15.0
|
||||
version: 7.15.0(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: ^7.14.1
|
||||
version: 7.14.1(eslint@9.5.0)(typescript@5.5.2)
|
||||
specifier: ^7.15.0
|
||||
version: 7.15.0(eslint@9.6.0)(typescript@5.5.3)
|
||||
'@vitejs/plugin-react-swc':
|
||||
specifier: ^3.5.0
|
||||
version: 3.7.0(vite@5.3.2(@types/node@20.14.9)(lightningcss@1.25.1))
|
||||
eslint:
|
||||
specifier: ^9.5.0
|
||||
version: 9.5.0
|
||||
specifier: ^9.6.0
|
||||
version: 9.6.0
|
||||
eslint-plugin-react-hooks:
|
||||
specifier: ^4.6.0
|
||||
version: 4.6.2(eslint@9.5.0)
|
||||
version: 4.6.2(eslint@9.6.0)
|
||||
eslint-plugin-react-refresh:
|
||||
specifier: ^0.4.7
|
||||
version: 0.4.7(eslint@9.5.0)
|
||||
version: 0.4.7(eslint@9.6.0)
|
||||
i18next:
|
||||
specifier: ^23.11.5
|
||||
version: 23.11.5
|
||||
|
@ -65,8 +65,8 @@ importers:
|
|||
specifier: ^8.0.0
|
||||
version: 8.0.0
|
||||
lucide-react:
|
||||
specifier: ^0.399.0
|
||||
version: 0.399.0(react@18.3.1)
|
||||
specifier: ^0.400.0
|
||||
version: 0.400.0(react@18.3.1)
|
||||
react:
|
||||
specifier: ^18.2.0
|
||||
version: 18.3.1
|
||||
|
@ -74,8 +74,8 @@ importers:
|
|||
specifier: ^18.2.0
|
||||
version: 18.3.1(react@18.3.1)
|
||||
react-hook-form:
|
||||
specifier: ^7.52.0
|
||||
version: 7.52.0(react@18.3.1)
|
||||
specifier: ^7.52.1
|
||||
version: 7.52.1(react@18.3.1)
|
||||
react-i18next:
|
||||
specifier: ^14.1.0
|
||||
version: 14.1.2(i18next@23.11.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
|
@ -86,17 +86,17 @@ importers:
|
|||
specifier: ^4.7.5
|
||||
version: 4.7.5
|
||||
typescript:
|
||||
specifier: ^5.5.2
|
||||
version: 5.5.2
|
||||
specifier: ^5.5.3
|
||||
version: 5.5.3
|
||||
vite:
|
||||
specifier: ^5.3.2
|
||||
version: 5.3.2(@types/node@20.14.9)(lightningcss@1.25.1)
|
||||
vite-plugin-static-copy:
|
||||
specifier: ^1.0.3
|
||||
version: 1.0.5(vite@5.3.2(@types/node@20.14.9)(lightningcss@1.25.1))
|
||||
specifier: ^1.0.6
|
||||
version: 1.0.6(vite@5.3.2(@types/node@20.14.9)(lightningcss@1.25.1))
|
||||
vite-plugin-svgr:
|
||||
specifier: ^4.2.0
|
||||
version: 4.2.0(rollup@4.18.0)(typescript@5.5.2)(vite@5.3.2(@types/node@20.14.9)(lightningcss@1.25.1))
|
||||
version: 4.2.0(rollup@4.18.0)(typescript@5.5.3)(vite@5.3.2(@types/node@20.14.9)(lightningcss@1.25.1))
|
||||
zustand:
|
||||
specifier: ^4.5.4
|
||||
version: 4.5.4(@types/react@18.3.3)(react@18.3.1)
|
||||
|
@ -129,14 +129,14 @@ importers:
|
|||
specifier: ^7.5.8
|
||||
version: 7.5.8
|
||||
typescript:
|
||||
specifier: ^5.5.2
|
||||
version: 5.5.2
|
||||
specifier: ^5.5.3
|
||||
version: 5.5.3
|
||||
|
||||
doc:
|
||||
devDependencies:
|
||||
vitepress:
|
||||
specifier: ^1.2.2
|
||||
version: 1.2.3(@algolia/client-search@4.23.3)(@types/node@20.14.9)(@types/react@18.3.3)(axios@1.7.2)(lightningcss@1.25.1)(postcss@8.4.38)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.2)
|
||||
version: 1.2.3(@algolia/client-search@4.23.3)(@types/node@20.14.9)(@types/react@18.3.3)(axios@1.7.2)(lightningcss@1.25.1)(postcss@8.4.38)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.3)
|
||||
|
||||
src:
|
||||
dependencies:
|
||||
|
@ -325,11 +325,11 @@ importers:
|
|||
specifier: ^1.11.15
|
||||
version: 1.11.15
|
||||
eslint:
|
||||
specifier: ^9.5.0
|
||||
version: 9.5.0
|
||||
specifier: ^9.6.0
|
||||
version: 9.6.0
|
||||
eslint-config-etherpad:
|
||||
specifier: ^4.0.4
|
||||
version: 4.0.4(eslint@9.5.0)(typescript@5.5.2)
|
||||
version: 4.0.4(eslint@9.6.0)(typescript@5.5.3)
|
||||
etherpad-cli-client:
|
||||
specifier: ^3.0.2
|
||||
version: 3.0.2
|
||||
|
@ -358,14 +358,14 @@ importers:
|
|||
specifier: ^7.0.0
|
||||
version: 7.0.0
|
||||
typescript:
|
||||
specifier: ^5.5.2
|
||||
version: 5.5.2
|
||||
specifier: ^5.5.3
|
||||
version: 5.5.3
|
||||
|
||||
ui:
|
||||
devDependencies:
|
||||
typescript:
|
||||
specifier: ^5.5.2
|
||||
version: 5.5.2
|
||||
specifier: ^5.5.3
|
||||
version: 5.5.3
|
||||
vite:
|
||||
specifier: ^5.3.2
|
||||
version: 5.3.2(@types/node@20.14.9)(lightningcss@1.25.1)
|
||||
|
@ -707,16 +707,16 @@ packages:
|
|||
resolution: {integrity: sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==}
|
||||
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
||||
|
||||
'@eslint/config-array@0.16.0':
|
||||
resolution: {integrity: sha512-/jmuSd74i4Czf1XXn7wGRWZCuyaUZ330NH1Bek0Pplatt4Sy1S5haN21SCLLdbeKslQ+S0wEJ+++v5YibSi+Lg==}
|
||||
'@eslint/config-array@0.17.0':
|
||||
resolution: {integrity: sha512-A68TBu6/1mHHuc5YJL0U0VVeGNiklLAL6rRmhTCP2B5XjWLMnrX+HkO+IAXyHvks5cyyY1jjK5ITPQ1HGS2EVA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@eslint/eslintrc@3.1.0':
|
||||
resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@eslint/js@9.5.0':
|
||||
resolution: {integrity: sha512-A7+AOT2ICkodvtsWnxZP4Xxk3NbZ3VMHd8oihydLRGrJgqqdEz1qSeEgXYyT/Cu8h1TWWsQRejIx48mtjZ5y1w==}
|
||||
'@eslint/js@9.6.0':
|
||||
resolution: {integrity: sha512-D9B0/3vNg44ZeWbYMpBoXqNP4j6eQD5vNwIlGAuFRRzK/WtT/jvDQW3Bi9kkf3PMDMlM7Yi+73VLUsn5bJcl8A==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@eslint/object-schema@2.1.4':
|
||||
|
@ -1455,8 +1455,8 @@ packages:
|
|||
'@types/web-bluetooth@0.0.20':
|
||||
resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==}
|
||||
|
||||
'@typescript-eslint/eslint-plugin@7.14.1':
|
||||
resolution: {integrity: sha512-aAJd6bIf2vvQRjUG3ZkNXkmBpN+J7Wd0mfQiiVCJMu9Z5GcZZdcc0j8XwN/BM97Fl7e3SkTXODSk4VehUv7CGw==}
|
||||
'@typescript-eslint/eslint-plugin@7.15.0':
|
||||
resolution: {integrity: sha512-uiNHpyjZtFrLwLDpHnzaDlP3Tt6sGMqTCiqmxaN4n4RP0EfYZDODJyddiFDF44Hjwxr5xAcaYxVKm9QKQFJFLA==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^7.0.0
|
||||
|
@ -1466,8 +1466,8 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
|
||||
'@typescript-eslint/parser@7.14.1':
|
||||
resolution: {integrity: sha512-8lKUOebNLcR0D7RvlcloOacTOWzOqemWEWkKSVpMZVF/XVcwjPR+3MD08QzbW9TCGJ+DwIc6zUSGZ9vd8cO1IA==}
|
||||
'@typescript-eslint/parser@7.15.0':
|
||||
resolution: {integrity: sha512-k9fYuQNnypLFcqORNClRykkGOMOj+pV6V91R4GO/l1FDGwpqmSwoOQrOHo3cGaH63e+D3ZiCAOsuS/D2c99j/A==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.56.0
|
||||
|
@ -1476,12 +1476,12 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
|
||||
'@typescript-eslint/scope-manager@7.14.1':
|
||||
resolution: {integrity: sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA==}
|
||||
'@typescript-eslint/scope-manager@7.15.0':
|
||||
resolution: {integrity: sha512-Q/1yrF/XbxOTvttNVPihxh1b9fxamjEoz2Os/Pe38OHwxC24CyCqXxGTOdpb4lt6HYtqw9HetA/Rf6gDGaMPlw==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
|
||||
'@typescript-eslint/type-utils@7.14.1':
|
||||
resolution: {integrity: sha512-/MzmgNd3nnbDbOi3LfasXWWe292+iuo+umJ0bCCMCPc1jLO/z2BQmWUUUXvXLbrQey/JgzdF/OV+I5bzEGwJkQ==}
|
||||
'@typescript-eslint/type-utils@7.15.0':
|
||||
resolution: {integrity: sha512-SkgriaeV6PDvpA6253PDVep0qCqgbO1IOBiycjnXsszNTVQe5flN5wR5jiczoEoDEnAqYFSFFc9al9BSGVltkg==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.56.0
|
||||
|
@ -1490,12 +1490,12 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
|
||||
'@typescript-eslint/types@7.14.1':
|
||||
resolution: {integrity: sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==}
|
||||
'@typescript-eslint/types@7.15.0':
|
||||
resolution: {integrity: sha512-aV1+B1+ySXbQH0pLK0rx66I3IkiZNidYobyfn0WFsdGhSXw+P3YOqeTq5GED458SfB24tg+ux3S+9g118hjlTw==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
|
||||
'@typescript-eslint/typescript-estree@7.14.1':
|
||||
resolution: {integrity: sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==}
|
||||
'@typescript-eslint/typescript-estree@7.15.0':
|
||||
resolution: {integrity: sha512-gjyB/rHAopL/XxfmYThQbXbzRMGhZzGw6KpcMbfe8Q3nNQKStpxnUKeXb0KiN/fFDR42Z43szs6rY7eHk0zdGQ==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
|
@ -1503,14 +1503,14 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
|
||||
'@typescript-eslint/utils@7.14.1':
|
||||
resolution: {integrity: sha512-CMmVVELns3nak3cpJhZosDkm63n+DwBlDX8g0k4QUa9BMnF+lH2lr3d130M1Zt1xxmB3LLk3NV7KQCq86ZBBhQ==}
|
||||
'@typescript-eslint/utils@7.15.0':
|
||||
resolution: {integrity: sha512-hfDMDqaqOqsUVGiEPSMLR/AjTSCsmJwjpKkYQRo1FNbmW4tBwBspYDwO9eh7sKSTwMQgBw9/T4DHudPaqshRWA==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.56.0
|
||||
|
||||
'@typescript-eslint/visitor-keys@7.14.1':
|
||||
resolution: {integrity: sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==}
|
||||
'@typescript-eslint/visitor-keys@7.15.0':
|
||||
resolution: {integrity: sha512-Hqgy/ETgpt2L5xueA/zHHIl4fJI2O4XUE9l4+OIfbJIRSnTJb/QscncdqqZzofQegIJugRIF57OJea1khw2SDw==}
|
||||
engines: {node: ^18.18.0 || >=20.0.0}
|
||||
|
||||
'@ungap/structured-clone@1.2.0':
|
||||
|
@ -1627,8 +1627,8 @@ packages:
|
|||
peerDependencies:
|
||||
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
|
||||
acorn@8.11.3:
|
||||
resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==}
|
||||
acorn@8.12.0:
|
||||
resolution: {integrity: sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==}
|
||||
engines: {node: '>=0.4.0'}
|
||||
hasBin: true
|
||||
|
||||
|
@ -2314,8 +2314,8 @@ packages:
|
|||
resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
eslint@9.5.0:
|
||||
resolution: {integrity: sha512-+NAOZFrW/jFTS3dASCGBxX1pkFD0/fsO+hfAkJ4TyYKwgsXZbqzrw+seCYFCcPCYXvnD67tAnglU7GQTz6kcVw==}
|
||||
eslint@9.6.0:
|
||||
resolution: {integrity: sha512-ElQkdLMEEqQNM9Njff+2Y4q2afHk7JpkPvrd7Xh7xefwgQynqPxwf55J7di9+MEibWUGdNjFF9ITG9Pck5M84w==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
hasBin: true
|
||||
|
||||
|
@ -2323,8 +2323,8 @@ packages:
|
|||
resolution: {integrity: sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==}
|
||||
engines: {node: '>=6'}
|
||||
|
||||
espree@10.0.1:
|
||||
resolution: {integrity: sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==}
|
||||
espree@10.1.0:
|
||||
resolution: {integrity: sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
esprima@4.0.1:
|
||||
|
@ -3134,8 +3134,8 @@ packages:
|
|||
resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
lucide-react@0.399.0:
|
||||
resolution: {integrity: sha512-UyTNa3djBISdzL2UktgCrESXexQXaDQWi/WsDkbw6fBFfHlapajR58WoR+gxQ4laxfEyiHmoFrEIM3V+5XOVQg==}
|
||||
lucide-react@0.400.0:
|
||||
resolution: {integrity: sha512-rpp7pFHh3Xd93KHixNgB0SqThMHpYNzsGUu69UaQbSZ75Q/J3m5t6EhKyMT3m4w2WOxmJ2mY0tD3vebnXqQryQ==}
|
||||
peerDependencies:
|
||||
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
||||
|
||||
|
@ -3567,8 +3567,8 @@ packages:
|
|||
peerDependencies:
|
||||
react: ^18.3.1
|
||||
|
||||
react-hook-form@7.52.0:
|
||||
resolution: {integrity: sha512-mJX506Xc6mirzLsmXUJyqlAI3Kj9Ph2RhplYhUVffeOQSnubK2uVqBFOBJmvKikvbFV91pxVXmDiR+QMF19x6A==}
|
||||
react-hook-form@7.52.1:
|
||||
resolution: {integrity: sha512-uNKIhaoICJ5KQALYZ4TOaOLElyM+xipord+Ha3crEFhTntdLvWZqVY49Wqd/0GiVCA/f9NjemLeiNPjG7Hpurg==}
|
||||
engines: {node: '>=12.22.0'}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || ^17 || ^18 || ^19
|
||||
|
@ -4022,8 +4022,8 @@ packages:
|
|||
resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
typescript@5.5.2:
|
||||
resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==}
|
||||
typescript@5.5.3:
|
||||
resolution: {integrity: sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==}
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
|
@ -4139,8 +4139,8 @@ packages:
|
|||
vfile@6.0.1:
|
||||
resolution: {integrity: sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==}
|
||||
|
||||
vite-plugin-static-copy@1.0.5:
|
||||
resolution: {integrity: sha512-02k0Rox+buYdEOfeilKZSgs1gXfPf9RjVztZEIYZgVIxjsVZi6AXssjzdi+qW6zYt00d3bq+tpP2voVXN2fKLw==}
|
||||
vite-plugin-static-copy@1.0.6:
|
||||
resolution: {integrity: sha512-3uSvsMwDVFZRitqoWHj0t4137Kz7UynnJeq1EZlRW7e25h2068fyIZX4ORCCOAkfp1FklGxJNVJBkBOD+PZIew==}
|
||||
engines: {node: ^18.0.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
vite: ^5.0.0
|
||||
|
@ -4701,14 +4701,14 @@ snapshots:
|
|||
'@esbuild/win32-x64@0.21.5':
|
||||
optional: true
|
||||
|
||||
'@eslint-community/eslint-utils@4.4.0(eslint@9.5.0)':
|
||||
'@eslint-community/eslint-utils@4.4.0(eslint@9.6.0)':
|
||||
dependencies:
|
||||
eslint: 9.5.0
|
||||
eslint: 9.6.0
|
||||
eslint-visitor-keys: 3.4.3
|
||||
|
||||
'@eslint-community/regexpp@4.10.1': {}
|
||||
|
||||
'@eslint/config-array@0.16.0':
|
||||
'@eslint/config-array@0.17.0':
|
||||
dependencies:
|
||||
'@eslint/object-schema': 2.1.4
|
||||
debug: 4.3.5
|
||||
|
@ -4720,7 +4720,7 @@ snapshots:
|
|||
dependencies:
|
||||
ajv: 6.12.6
|
||||
debug: 4.3.5
|
||||
espree: 10.0.1
|
||||
espree: 10.1.0
|
||||
globals: 14.0.0
|
||||
ignore: 5.3.1
|
||||
import-fresh: 3.3.0
|
||||
|
@ -4730,7 +4730,7 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@eslint/js@9.5.0': {}
|
||||
'@eslint/js@9.6.0': {}
|
||||
|
||||
'@eslint/object-schema@2.1.4': {}
|
||||
|
||||
|
@ -5138,12 +5138,12 @@ snapshots:
|
|||
'@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.24.7)
|
||||
'@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.24.7)
|
||||
|
||||
'@svgr/core@8.1.0(typescript@5.5.2)':
|
||||
'@svgr/core@8.1.0(typescript@5.5.3)':
|
||||
dependencies:
|
||||
'@babel/core': 7.24.7
|
||||
'@svgr/babel-preset': 8.1.0(@babel/core@7.24.7)
|
||||
camelcase: 6.3.0
|
||||
cosmiconfig: 8.3.6(typescript@5.5.2)
|
||||
cosmiconfig: 8.3.6(typescript@5.5.3)
|
||||
snake-case: 3.0.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
@ -5154,11 +5154,11 @@ snapshots:
|
|||
'@babel/types': 7.24.7
|
||||
entities: 4.5.0
|
||||
|
||||
'@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.5.2))':
|
||||
'@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.5.3))':
|
||||
dependencies:
|
||||
'@babel/core': 7.24.7
|
||||
'@svgr/babel-preset': 8.1.0(@babel/core@7.24.7)
|
||||
'@svgr/core': 8.1.0(typescript@5.5.2)
|
||||
'@svgr/core': 8.1.0(typescript@5.5.3)
|
||||
'@svgr/hast-util-to-babel-ast': 8.0.0
|
||||
svg-parser: 2.0.4
|
||||
transitivePeerDependencies:
|
||||
|
@ -5420,85 +5420,85 @@ snapshots:
|
|||
|
||||
'@types/web-bluetooth@0.0.20': {}
|
||||
|
||||
'@typescript-eslint/eslint-plugin@7.14.1(@typescript-eslint/parser@7.14.1(eslint@9.5.0)(typescript@5.5.2))(eslint@9.5.0)(typescript@5.5.2)':
|
||||
'@typescript-eslint/eslint-plugin@7.15.0(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3)':
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.10.1
|
||||
'@typescript-eslint/parser': 7.14.1(eslint@9.5.0)(typescript@5.5.2)
|
||||
'@typescript-eslint/scope-manager': 7.14.1
|
||||
'@typescript-eslint/type-utils': 7.14.1(eslint@9.5.0)(typescript@5.5.2)
|
||||
'@typescript-eslint/utils': 7.14.1(eslint@9.5.0)(typescript@5.5.2)
|
||||
'@typescript-eslint/visitor-keys': 7.14.1
|
||||
eslint: 9.5.0
|
||||
'@typescript-eslint/parser': 7.15.0(eslint@9.6.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/scope-manager': 7.15.0
|
||||
'@typescript-eslint/type-utils': 7.15.0(eslint@9.6.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/utils': 7.15.0(eslint@9.6.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/visitor-keys': 7.15.0
|
||||
eslint: 9.6.0
|
||||
graphemer: 1.4.0
|
||||
ignore: 5.3.1
|
||||
natural-compare: 1.4.0
|
||||
ts-api-utils: 1.3.0(typescript@5.5.2)
|
||||
ts-api-utils: 1.3.0(typescript@5.5.3)
|
||||
optionalDependencies:
|
||||
typescript: 5.5.2
|
||||
typescript: 5.5.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/parser@7.14.1(eslint@9.5.0)(typescript@5.5.2)':
|
||||
'@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 7.14.1
|
||||
'@typescript-eslint/types': 7.14.1
|
||||
'@typescript-eslint/typescript-estree': 7.14.1(typescript@5.5.2)
|
||||
'@typescript-eslint/visitor-keys': 7.14.1
|
||||
'@typescript-eslint/scope-manager': 7.15.0
|
||||
'@typescript-eslint/types': 7.15.0
|
||||
'@typescript-eslint/typescript-estree': 7.15.0(typescript@5.5.3)
|
||||
'@typescript-eslint/visitor-keys': 7.15.0
|
||||
debug: 4.3.5
|
||||
eslint: 9.5.0
|
||||
eslint: 9.6.0
|
||||
optionalDependencies:
|
||||
typescript: 5.5.2
|
||||
typescript: 5.5.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/scope-manager@7.14.1':
|
||||
'@typescript-eslint/scope-manager@7.15.0':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 7.14.1
|
||||
'@typescript-eslint/visitor-keys': 7.14.1
|
||||
'@typescript-eslint/types': 7.15.0
|
||||
'@typescript-eslint/visitor-keys': 7.15.0
|
||||
|
||||
'@typescript-eslint/type-utils@7.14.1(eslint@9.5.0)(typescript@5.5.2)':
|
||||
'@typescript-eslint/type-utils@7.15.0(eslint@9.6.0)(typescript@5.5.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 7.14.1(typescript@5.5.2)
|
||||
'@typescript-eslint/utils': 7.14.1(eslint@9.5.0)(typescript@5.5.2)
|
||||
'@typescript-eslint/typescript-estree': 7.15.0(typescript@5.5.3)
|
||||
'@typescript-eslint/utils': 7.15.0(eslint@9.6.0)(typescript@5.5.3)
|
||||
debug: 4.3.5
|
||||
eslint: 9.5.0
|
||||
ts-api-utils: 1.3.0(typescript@5.5.2)
|
||||
eslint: 9.6.0
|
||||
ts-api-utils: 1.3.0(typescript@5.5.3)
|
||||
optionalDependencies:
|
||||
typescript: 5.5.2
|
||||
typescript: 5.5.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/types@7.14.1': {}
|
||||
'@typescript-eslint/types@7.15.0': {}
|
||||
|
||||
'@typescript-eslint/typescript-estree@7.14.1(typescript@5.5.2)':
|
||||
'@typescript-eslint/typescript-estree@7.15.0(typescript@5.5.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 7.14.1
|
||||
'@typescript-eslint/visitor-keys': 7.14.1
|
||||
'@typescript-eslint/types': 7.15.0
|
||||
'@typescript-eslint/visitor-keys': 7.15.0
|
||||
debug: 4.3.5
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
minimatch: 9.0.4
|
||||
semver: 7.6.2
|
||||
ts-api-utils: 1.3.0(typescript@5.5.2)
|
||||
ts-api-utils: 1.3.0(typescript@5.5.3)
|
||||
optionalDependencies:
|
||||
typescript: 5.5.2
|
||||
typescript: 5.5.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/utils@7.14.1(eslint@9.5.0)(typescript@5.5.2)':
|
||||
'@typescript-eslint/utils@7.15.0(eslint@9.6.0)(typescript@5.5.3)':
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0)
|
||||
'@typescript-eslint/scope-manager': 7.14.1
|
||||
'@typescript-eslint/types': 7.14.1
|
||||
'@typescript-eslint/typescript-estree': 7.14.1(typescript@5.5.2)
|
||||
eslint: 9.5.0
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
|
||||
'@typescript-eslint/scope-manager': 7.15.0
|
||||
'@typescript-eslint/types': 7.15.0
|
||||
'@typescript-eslint/typescript-estree': 7.15.0(typescript@5.5.3)
|
||||
eslint: 9.6.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
|
||||
'@typescript-eslint/visitor-keys@7.14.1':
|
||||
'@typescript-eslint/visitor-keys@7.15.0':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 7.14.1
|
||||
'@typescript-eslint/types': 7.15.0
|
||||
eslint-visitor-keys: 3.4.3
|
||||
|
||||
'@ungap/structured-clone@1.2.0': {}
|
||||
|
@ -5510,10 +5510,10 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- '@swc/helpers'
|
||||
|
||||
'@vitejs/plugin-vue@5.0.5(vite@5.3.2(@types/node@20.14.9)(lightningcss@1.25.1))(vue@3.4.27(typescript@5.5.2))':
|
||||
'@vitejs/plugin-vue@5.0.5(vite@5.3.2(@types/node@20.14.9)(lightningcss@1.25.1))(vue@3.4.27(typescript@5.5.3))':
|
||||
dependencies:
|
||||
vite: 5.3.2(@types/node@20.14.9)(lightningcss@1.25.1)
|
||||
vue: 3.4.27(typescript@5.5.2)
|
||||
vue: 3.4.27(typescript@5.5.3)
|
||||
|
||||
'@vue/compiler-core@3.4.27':
|
||||
dependencies:
|
||||
|
@ -5545,20 +5545,20 @@ snapshots:
|
|||
'@vue/compiler-dom': 3.4.27
|
||||
'@vue/shared': 3.4.27
|
||||
|
||||
'@vue/devtools-api@7.2.1(vue@3.4.27(typescript@5.5.2))':
|
||||
'@vue/devtools-api@7.2.1(vue@3.4.27(typescript@5.5.3))':
|
||||
dependencies:
|
||||
'@vue/devtools-kit': 7.2.1(vue@3.4.27(typescript@5.5.2))
|
||||
'@vue/devtools-kit': 7.2.1(vue@3.4.27(typescript@5.5.3))
|
||||
transitivePeerDependencies:
|
||||
- vue
|
||||
|
||||
'@vue/devtools-kit@7.2.1(vue@3.4.27(typescript@5.5.2))':
|
||||
'@vue/devtools-kit@7.2.1(vue@3.4.27(typescript@5.5.3))':
|
||||
dependencies:
|
||||
'@vue/devtools-shared': 7.2.1
|
||||
hookable: 5.5.3
|
||||
mitt: 3.0.1
|
||||
perfect-debounce: 1.0.0
|
||||
speakingurl: 14.0.1
|
||||
vue: 3.4.27(typescript@5.5.2)
|
||||
vue: 3.4.27(typescript@5.5.3)
|
||||
|
||||
'@vue/devtools-shared@7.2.1':
|
||||
dependencies:
|
||||
|
@ -5579,29 +5579,29 @@ snapshots:
|
|||
'@vue/shared': 3.4.27
|
||||
csstype: 3.1.3
|
||||
|
||||
'@vue/server-renderer@3.4.27(vue@3.4.27(typescript@5.5.2))':
|
||||
'@vue/server-renderer@3.4.27(vue@3.4.27(typescript@5.5.3))':
|
||||
dependencies:
|
||||
'@vue/compiler-ssr': 3.4.27
|
||||
'@vue/shared': 3.4.27
|
||||
vue: 3.4.27(typescript@5.5.2)
|
||||
vue: 3.4.27(typescript@5.5.3)
|
||||
|
||||
'@vue/shared@3.4.27': {}
|
||||
|
||||
'@vueuse/core@10.10.1(vue@3.4.27(typescript@5.5.2))':
|
||||
'@vueuse/core@10.10.1(vue@3.4.27(typescript@5.5.3))':
|
||||
dependencies:
|
||||
'@types/web-bluetooth': 0.0.20
|
||||
'@vueuse/metadata': 10.10.1
|
||||
'@vueuse/shared': 10.10.1(vue@3.4.27(typescript@5.5.2))
|
||||
vue-demi: 0.14.8(vue@3.4.27(typescript@5.5.2))
|
||||
'@vueuse/shared': 10.10.1(vue@3.4.27(typescript@5.5.3))
|
||||
vue-demi: 0.14.8(vue@3.4.27(typescript@5.5.3))
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
- vue
|
||||
|
||||
'@vueuse/integrations@10.10.1(axios@1.7.2)(focus-trap@7.5.4)(vue@3.4.27(typescript@5.5.2))':
|
||||
'@vueuse/integrations@10.10.1(axios@1.7.2)(focus-trap@7.5.4)(vue@3.4.27(typescript@5.5.3))':
|
||||
dependencies:
|
||||
'@vueuse/core': 10.10.1(vue@3.4.27(typescript@5.5.2))
|
||||
'@vueuse/shared': 10.10.1(vue@3.4.27(typescript@5.5.2))
|
||||
vue-demi: 0.14.8(vue@3.4.27(typescript@5.5.2))
|
||||
'@vueuse/core': 10.10.1(vue@3.4.27(typescript@5.5.3))
|
||||
'@vueuse/shared': 10.10.1(vue@3.4.27(typescript@5.5.3))
|
||||
vue-demi: 0.14.8(vue@3.4.27(typescript@5.5.3))
|
||||
optionalDependencies:
|
||||
axios: 1.7.2
|
||||
focus-trap: 7.5.4
|
||||
|
@ -5611,9 +5611,9 @@ snapshots:
|
|||
|
||||
'@vueuse/metadata@10.10.1': {}
|
||||
|
||||
'@vueuse/shared@10.10.1(vue@3.4.27(typescript@5.5.2))':
|
||||
'@vueuse/shared@10.10.1(vue@3.4.27(typescript@5.5.3))':
|
||||
dependencies:
|
||||
vue-demi: 0.14.8(vue@3.4.27(typescript@5.5.2))
|
||||
vue-demi: 0.14.8(vue@3.4.27(typescript@5.5.3))
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
- vue
|
||||
|
@ -5623,11 +5623,11 @@ snapshots:
|
|||
mime-types: 2.1.35
|
||||
negotiator: 0.6.3
|
||||
|
||||
acorn-jsx@5.3.2(acorn@8.11.3):
|
||||
acorn-jsx@5.3.2(acorn@8.12.0):
|
||||
dependencies:
|
||||
acorn: 8.11.3
|
||||
acorn: 8.12.0
|
||||
|
||||
acorn@8.11.3: {}
|
||||
acorn@8.12.0: {}
|
||||
|
||||
agent-base@7.1.1:
|
||||
dependencies:
|
||||
|
@ -5958,14 +5958,14 @@ snapshots:
|
|||
object-assign: 4.1.1
|
||||
vary: 1.1.2
|
||||
|
||||
cosmiconfig@8.3.6(typescript@5.5.2):
|
||||
cosmiconfig@8.3.6(typescript@5.5.3):
|
||||
dependencies:
|
||||
import-fresh: 3.3.0
|
||||
js-yaml: 4.1.0
|
||||
parse-json: 5.2.0
|
||||
path-type: 4.0.0
|
||||
optionalDependencies:
|
||||
typescript: 5.5.2
|
||||
typescript: 5.5.3
|
||||
|
||||
cross-spawn@7.0.3:
|
||||
dependencies:
|
||||
|
@ -6275,24 +6275,24 @@ snapshots:
|
|||
optionalDependencies:
|
||||
source-map: 0.6.1
|
||||
|
||||
eslint-compat-utils@0.5.1(eslint@9.5.0):
|
||||
eslint-compat-utils@0.5.1(eslint@9.6.0):
|
||||
dependencies:
|
||||
eslint: 9.5.0
|
||||
eslint: 9.6.0
|
||||
semver: 7.6.2
|
||||
|
||||
eslint-config-etherpad@4.0.4(eslint@9.5.0)(typescript@5.5.2):
|
||||
eslint-config-etherpad@4.0.4(eslint@9.6.0)(typescript@5.5.3):
|
||||
dependencies:
|
||||
'@rushstack/eslint-patch': 1.10.3
|
||||
'@typescript-eslint/eslint-plugin': 7.14.1(@typescript-eslint/parser@7.14.1(eslint@9.5.0)(typescript@5.5.2))(eslint@9.5.0)(typescript@5.5.2)
|
||||
'@typescript-eslint/parser': 7.14.1(eslint@9.5.0)(typescript@5.5.2)
|
||||
eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.14.1(eslint@9.5.0)(typescript@5.5.2))(eslint-plugin-import@2.29.1)(eslint@9.5.0)
|
||||
eslint-plugin-cypress: 2.15.2(eslint@9.5.0)
|
||||
eslint-plugin-eslint-comments: 3.2.0(eslint@9.5.0)
|
||||
eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.14.1(eslint@9.5.0)(typescript@5.5.2))(eslint-import-resolver-typescript@3.6.1)(eslint@9.5.0)
|
||||
eslint-plugin-mocha: 10.4.3(eslint@9.5.0)
|
||||
eslint-plugin-n: 16.6.2(eslint@9.5.0)
|
||||
eslint-plugin-prefer-arrow: 1.2.3(eslint@9.5.0)
|
||||
eslint-plugin-promise: 6.2.0(eslint@9.5.0)
|
||||
'@typescript-eslint/eslint-plugin': 7.15.0(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3)
|
||||
'@typescript-eslint/parser': 7.15.0(eslint@9.6.0)(typescript@5.5.3)
|
||||
eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.29.1)(eslint@9.6.0)
|
||||
eslint-plugin-cypress: 2.15.2(eslint@9.6.0)
|
||||
eslint-plugin-eslint-comments: 3.2.0(eslint@9.6.0)
|
||||
eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint@9.6.0)
|
||||
eslint-plugin-mocha: 10.4.3(eslint@9.6.0)
|
||||
eslint-plugin-n: 16.6.2(eslint@9.6.0)
|
||||
eslint-plugin-prefer-arrow: 1.2.3(eslint@9.6.0)
|
||||
eslint-plugin-promise: 6.2.0(eslint@9.6.0)
|
||||
eslint-plugin-you-dont-need-lodash-underscore: 6.14.0
|
||||
transitivePeerDependencies:
|
||||
- eslint
|
||||
|
@ -6309,13 +6309,13 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.14.1(eslint@9.5.0)(typescript@5.5.2))(eslint-plugin-import@2.29.1)(eslint@9.5.0):
|
||||
eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.29.1)(eslint@9.6.0):
|
||||
dependencies:
|
||||
debug: 4.3.5
|
||||
enhanced-resolve: 5.17.0
|
||||
eslint: 9.5.0
|
||||
eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.14.1(eslint@9.5.0)(typescript@5.5.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.14.1(eslint@9.5.0)(typescript@5.5.2))(eslint-plugin-import@2.29.1)(eslint@9.5.0))(eslint@9.5.0)
|
||||
eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.14.1(eslint@9.5.0)(typescript@5.5.2))(eslint-import-resolver-typescript@3.6.1)(eslint@9.5.0)
|
||||
eslint: 9.6.0
|
||||
eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.29.1)(eslint@9.6.0))(eslint@9.6.0)
|
||||
eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint@9.6.0)
|
||||
fast-glob: 3.3.2
|
||||
get-tsconfig: 4.7.5
|
||||
is-core-module: 2.13.1
|
||||
|
@ -6326,36 +6326,36 @@ snapshots:
|
|||
- eslint-import-resolver-webpack
|
||||
- supports-color
|
||||
|
||||
eslint-module-utils@2.8.1(@typescript-eslint/parser@7.14.1(eslint@9.5.0)(typescript@5.5.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.14.1(eslint@9.5.0)(typescript@5.5.2))(eslint-plugin-import@2.29.1)(eslint@9.5.0))(eslint@9.5.0):
|
||||
eslint-module-utils@2.8.1(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.29.1)(eslint@9.6.0))(eslint@9.6.0):
|
||||
dependencies:
|
||||
debug: 3.2.7
|
||||
optionalDependencies:
|
||||
'@typescript-eslint/parser': 7.14.1(eslint@9.5.0)(typescript@5.5.2)
|
||||
eslint: 9.5.0
|
||||
'@typescript-eslint/parser': 7.15.0(eslint@9.6.0)(typescript@5.5.3)
|
||||
eslint: 9.6.0
|
||||
eslint-import-resolver-node: 0.3.9
|
||||
eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.14.1(eslint@9.5.0)(typescript@5.5.2))(eslint-plugin-import@2.29.1)(eslint@9.5.0)
|
||||
eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.29.1)(eslint@9.6.0)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
eslint-plugin-cypress@2.15.2(eslint@9.5.0):
|
||||
eslint-plugin-cypress@2.15.2(eslint@9.6.0):
|
||||
dependencies:
|
||||
eslint: 9.5.0
|
||||
eslint: 9.6.0
|
||||
globals: 13.24.0
|
||||
|
||||
eslint-plugin-es-x@7.7.0(eslint@9.5.0):
|
||||
eslint-plugin-es-x@7.7.0(eslint@9.6.0):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0)
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
|
||||
'@eslint-community/regexpp': 4.10.1
|
||||
eslint: 9.5.0
|
||||
eslint-compat-utils: 0.5.1(eslint@9.5.0)
|
||||
eslint: 9.6.0
|
||||
eslint-compat-utils: 0.5.1(eslint@9.6.0)
|
||||
|
||||
eslint-plugin-eslint-comments@3.2.0(eslint@9.5.0):
|
||||
eslint-plugin-eslint-comments@3.2.0(eslint@9.6.0):
|
||||
dependencies:
|
||||
escape-string-regexp: 1.0.5
|
||||
eslint: 9.5.0
|
||||
eslint: 9.6.0
|
||||
ignore: 5.3.1
|
||||
|
||||
eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.14.1(eslint@9.5.0)(typescript@5.5.2))(eslint-import-resolver-typescript@3.6.1)(eslint@9.5.0):
|
||||
eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint@9.6.0):
|
||||
dependencies:
|
||||
array-includes: 3.1.8
|
||||
array.prototype.findlastindex: 1.2.5
|
||||
|
@ -6363,9 +6363,9 @@ snapshots:
|
|||
array.prototype.flatmap: 1.3.2
|
||||
debug: 3.2.7
|
||||
doctrine: 2.1.0
|
||||
eslint: 9.5.0
|
||||
eslint: 9.6.0
|
||||
eslint-import-resolver-node: 0.3.9
|
||||
eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.14.1(eslint@9.5.0)(typescript@5.5.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.14.1(eslint@9.5.0)(typescript@5.5.2))(eslint-plugin-import@2.29.1)(eslint@9.5.0))(eslint@9.5.0)
|
||||
eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-import@2.29.1)(eslint@9.6.0))(eslint@9.6.0)
|
||||
hasown: 2.0.2
|
||||
is-core-module: 2.13.1
|
||||
is-glob: 4.0.3
|
||||
|
@ -6376,25 +6376,25 @@ snapshots:
|
|||
semver: 6.3.1
|
||||
tsconfig-paths: 3.15.0
|
||||
optionalDependencies:
|
||||
'@typescript-eslint/parser': 7.14.1(eslint@9.5.0)(typescript@5.5.2)
|
||||
'@typescript-eslint/parser': 7.15.0(eslint@9.6.0)(typescript@5.5.3)
|
||||
transitivePeerDependencies:
|
||||
- eslint-import-resolver-typescript
|
||||
- eslint-import-resolver-webpack
|
||||
- supports-color
|
||||
|
||||
eslint-plugin-mocha@10.4.3(eslint@9.5.0):
|
||||
eslint-plugin-mocha@10.4.3(eslint@9.6.0):
|
||||
dependencies:
|
||||
eslint: 9.5.0
|
||||
eslint-utils: 3.0.0(eslint@9.5.0)
|
||||
eslint: 9.6.0
|
||||
eslint-utils: 3.0.0(eslint@9.6.0)
|
||||
globals: 13.24.0
|
||||
rambda: 7.5.0
|
||||
|
||||
eslint-plugin-n@16.6.2(eslint@9.5.0):
|
||||
eslint-plugin-n@16.6.2(eslint@9.6.0):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0)
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
|
||||
builtins: 5.1.0
|
||||
eslint: 9.5.0
|
||||
eslint-plugin-es-x: 7.7.0(eslint@9.5.0)
|
||||
eslint: 9.6.0
|
||||
eslint-plugin-es-x: 7.7.0(eslint@9.6.0)
|
||||
get-tsconfig: 4.7.5
|
||||
globals: 13.24.0
|
||||
ignore: 5.3.1
|
||||
|
@ -6404,21 +6404,21 @@ snapshots:
|
|||
resolve: 1.22.8
|
||||
semver: 7.6.2
|
||||
|
||||
eslint-plugin-prefer-arrow@1.2.3(eslint@9.5.0):
|
||||
eslint-plugin-prefer-arrow@1.2.3(eslint@9.6.0):
|
||||
dependencies:
|
||||
eslint: 9.5.0
|
||||
eslint: 9.6.0
|
||||
|
||||
eslint-plugin-promise@6.2.0(eslint@9.5.0):
|
||||
eslint-plugin-promise@6.2.0(eslint@9.6.0):
|
||||
dependencies:
|
||||
eslint: 9.5.0
|
||||
eslint: 9.6.0
|
||||
|
||||
eslint-plugin-react-hooks@4.6.2(eslint@9.5.0):
|
||||
eslint-plugin-react-hooks@4.6.2(eslint@9.6.0):
|
||||
dependencies:
|
||||
eslint: 9.5.0
|
||||
eslint: 9.6.0
|
||||
|
||||
eslint-plugin-react-refresh@0.4.7(eslint@9.5.0):
|
||||
eslint-plugin-react-refresh@0.4.7(eslint@9.6.0):
|
||||
dependencies:
|
||||
eslint: 9.5.0
|
||||
eslint: 9.6.0
|
||||
|
||||
eslint-plugin-you-dont-need-lodash-underscore@6.14.0:
|
||||
dependencies:
|
||||
|
@ -6429,9 +6429,9 @@ snapshots:
|
|||
esrecurse: 4.3.0
|
||||
estraverse: 5.3.0
|
||||
|
||||
eslint-utils@3.0.0(eslint@9.5.0):
|
||||
eslint-utils@3.0.0(eslint@9.6.0):
|
||||
dependencies:
|
||||
eslint: 9.5.0
|
||||
eslint: 9.6.0
|
||||
eslint-visitor-keys: 2.1.0
|
||||
|
||||
eslint-visitor-keys@2.1.0: {}
|
||||
|
@ -6440,13 +6440,13 @@ snapshots:
|
|||
|
||||
eslint-visitor-keys@4.0.0: {}
|
||||
|
||||
eslint@9.5.0:
|
||||
eslint@9.6.0:
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0)
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
|
||||
'@eslint-community/regexpp': 4.10.1
|
||||
'@eslint/config-array': 0.16.0
|
||||
'@eslint/config-array': 0.17.0
|
||||
'@eslint/eslintrc': 3.1.0
|
||||
'@eslint/js': 9.5.0
|
||||
'@eslint/js': 9.6.0
|
||||
'@humanwhocodes/module-importer': 1.0.1
|
||||
'@humanwhocodes/retry': 0.3.0
|
||||
'@nodelib/fs.walk': 1.2.8
|
||||
|
@ -6457,7 +6457,7 @@ snapshots:
|
|||
escape-string-regexp: 4.0.0
|
||||
eslint-scope: 8.0.1
|
||||
eslint-visitor-keys: 4.0.0
|
||||
espree: 10.0.1
|
||||
espree: 10.1.0
|
||||
esquery: 1.5.0
|
||||
esutils: 2.0.3
|
||||
fast-deep-equal: 3.1.3
|
||||
|
@ -6482,10 +6482,10 @@ snapshots:
|
|||
esm@3.2.25:
|
||||
optional: true
|
||||
|
||||
espree@10.0.1:
|
||||
espree@10.1.0:
|
||||
dependencies:
|
||||
acorn: 8.11.3
|
||||
acorn-jsx: 5.3.2(acorn@8.11.3)
|
||||
acorn: 8.12.0
|
||||
acorn-jsx: 5.3.2(acorn@8.12.0)
|
||||
eslint-visitor-keys: 4.0.0
|
||||
|
||||
esprima@4.0.1: {}
|
||||
|
@ -7415,7 +7415,7 @@ snapshots:
|
|||
|
||||
lru-cache@7.18.3: {}
|
||||
|
||||
lucide-react@0.399.0(react@18.3.1):
|
||||
lucide-react@0.400.0(react@18.3.1):
|
||||
dependencies:
|
||||
react: 18.3.1
|
||||
|
||||
|
@ -7862,7 +7862,7 @@ snapshots:
|
|||
react: 18.3.1
|
||||
scheduler: 0.23.2
|
||||
|
||||
react-hook-form@7.52.0(react@18.3.1):
|
||||
react-hook-form@7.52.1(react@18.3.1):
|
||||
dependencies:
|
||||
react: 18.3.1
|
||||
|
||||
|
@ -8363,9 +8363,9 @@ snapshots:
|
|||
|
||||
trough@2.2.0: {}
|
||||
|
||||
ts-api-utils@1.3.0(typescript@5.5.2):
|
||||
ts-api-utils@1.3.0(typescript@5.5.3):
|
||||
dependencies:
|
||||
typescript: 5.5.2
|
||||
typescript: 5.5.3
|
||||
|
||||
tsconfig-paths@3.15.0:
|
||||
dependencies:
|
||||
|
@ -8430,7 +8430,7 @@ snapshots:
|
|||
is-typed-array: 1.1.13
|
||||
possible-typed-array-names: 1.0.0
|
||||
|
||||
typescript@5.5.2: {}
|
||||
typescript@5.5.3: {}
|
||||
|
||||
ueberdb2@4.2.78: {}
|
||||
|
||||
|
@ -8548,7 +8548,7 @@ snapshots:
|
|||
unist-util-stringify-position: 4.0.0
|
||||
vfile-message: 4.0.2
|
||||
|
||||
vite-plugin-static-copy@1.0.5(vite@5.3.2(@types/node@20.14.9)(lightningcss@1.25.1)):
|
||||
vite-plugin-static-copy@1.0.6(vite@5.3.2(@types/node@20.14.9)(lightningcss@1.25.1)):
|
||||
dependencies:
|
||||
chokidar: 3.6.0
|
||||
fast-glob: 3.3.2
|
||||
|
@ -8556,11 +8556,11 @@ snapshots:
|
|||
picocolors: 1.0.1
|
||||
vite: 5.3.2(@types/node@20.14.9)(lightningcss@1.25.1)
|
||||
|
||||
vite-plugin-svgr@4.2.0(rollup@4.18.0)(typescript@5.5.2)(vite@5.3.2(@types/node@20.14.9)(lightningcss@1.25.1)):
|
||||
vite-plugin-svgr@4.2.0(rollup@4.18.0)(typescript@5.5.3)(vite@5.3.2(@types/node@20.14.9)(lightningcss@1.25.1)):
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 5.1.0(rollup@4.18.0)
|
||||
'@svgr/core': 8.1.0(typescript@5.5.2)
|
||||
'@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.5.2))
|
||||
'@svgr/core': 8.1.0(typescript@5.5.3)
|
||||
'@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.5.3))
|
||||
vite: 5.3.2(@types/node@20.14.9)(lightningcss@1.25.1)
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
|
@ -8577,24 +8577,24 @@ snapshots:
|
|||
fsevents: 2.3.3
|
||||
lightningcss: 1.25.1
|
||||
|
||||
vitepress@1.2.3(@algolia/client-search@4.23.3)(@types/node@20.14.9)(@types/react@18.3.3)(axios@1.7.2)(lightningcss@1.25.1)(postcss@8.4.38)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.2):
|
||||
vitepress@1.2.3(@algolia/client-search@4.23.3)(@types/node@20.14.9)(@types/react@18.3.3)(axios@1.7.2)(lightningcss@1.25.1)(postcss@8.4.38)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.3):
|
||||
dependencies:
|
||||
'@docsearch/css': 3.6.0
|
||||
'@docsearch/js': 3.6.0(@algolia/client-search@4.23.3)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
'@shikijs/core': 1.6.4
|
||||
'@shikijs/transformers': 1.6.4
|
||||
'@types/markdown-it': 14.1.1
|
||||
'@vitejs/plugin-vue': 5.0.5(vite@5.3.2(@types/node@20.14.9)(lightningcss@1.25.1))(vue@3.4.27(typescript@5.5.2))
|
||||
'@vue/devtools-api': 7.2.1(vue@3.4.27(typescript@5.5.2))
|
||||
'@vitejs/plugin-vue': 5.0.5(vite@5.3.2(@types/node@20.14.9)(lightningcss@1.25.1))(vue@3.4.27(typescript@5.5.3))
|
||||
'@vue/devtools-api': 7.2.1(vue@3.4.27(typescript@5.5.3))
|
||||
'@vue/shared': 3.4.27
|
||||
'@vueuse/core': 10.10.1(vue@3.4.27(typescript@5.5.2))
|
||||
'@vueuse/integrations': 10.10.1(axios@1.7.2)(focus-trap@7.5.4)(vue@3.4.27(typescript@5.5.2))
|
||||
'@vueuse/core': 10.10.1(vue@3.4.27(typescript@5.5.3))
|
||||
'@vueuse/integrations': 10.10.1(axios@1.7.2)(focus-trap@7.5.4)(vue@3.4.27(typescript@5.5.3))
|
||||
focus-trap: 7.5.4
|
||||
mark.js: 8.11.1
|
||||
minisearch: 6.3.0
|
||||
shiki: 1.6.4
|
||||
vite: 5.3.2(@types/node@20.14.9)(lightningcss@1.25.1)
|
||||
vue: 3.4.27(typescript@5.5.2)
|
||||
vue: 3.4.27(typescript@5.5.3)
|
||||
optionalDependencies:
|
||||
postcss: 8.4.38
|
||||
transitivePeerDependencies:
|
||||
|
@ -8626,19 +8626,19 @@ snapshots:
|
|||
|
||||
void-elements@3.1.0: {}
|
||||
|
||||
vue-demi@0.14.8(vue@3.4.27(typescript@5.5.2)):
|
||||
vue-demi@0.14.8(vue@3.4.27(typescript@5.5.3)):
|
||||
dependencies:
|
||||
vue: 3.4.27(typescript@5.5.2)
|
||||
vue: 3.4.27(typescript@5.5.3)
|
||||
|
||||
vue@3.4.27(typescript@5.5.2):
|
||||
vue@3.4.27(typescript@5.5.3):
|
||||
dependencies:
|
||||
'@vue/compiler-dom': 3.4.27
|
||||
'@vue/compiler-sfc': 3.4.27
|
||||
'@vue/runtime-dom': 3.4.27
|
||||
'@vue/server-renderer': 3.4.27(vue@3.4.27(typescript@5.5.2))
|
||||
'@vue/server-renderer': 3.4.27(vue@3.4.27(typescript@5.5.3))
|
||||
'@vue/shared': 3.4.27
|
||||
optionalDependencies:
|
||||
typescript: 5.5.2
|
||||
typescript: 5.5.3
|
||||
|
||||
w3c-xmlserializer@5.0.0:
|
||||
dependencies:
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
"@types/sinon": "^17.0.3",
|
||||
"@types/supertest": "^6.0.2",
|
||||
"@types/underscore": "^1.11.15",
|
||||
"eslint": "^9.5.0",
|
||||
"eslint": "^9.6.0",
|
||||
"eslint-config-etherpad": "^4.0.4",
|
||||
"etherpad-cli-client": "^3.0.2",
|
||||
"mocha": "^10.5.2",
|
||||
|
@ -108,7 +108,7 @@
|
|||
"sinon": "^18.0.0",
|
||||
"split-grid": "^1.0.11",
|
||||
"supertest": "^7.0.0",
|
||||
"typescript": "^5.5.2"
|
||||
"typescript": "^5.5.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.18.2",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.5.2",
|
||||
"typescript": "^5.5.3",
|
||||
"vite": "^5.3.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue