chore(deps): Upgrade non-major deps (#778)

This commit is contained in:
Aaron
2024-06-29 15:00:15 -05:00
committed by GitHub
parent 3ed8bd10fd
commit faffe20a62
15 changed files with 242 additions and 234 deletions
+4 -4
View File
@@ -25,7 +25,7 @@
"changelogen": "^0.5.5",
"consola": "^3.2.3",
"dependency-graph": "^1.0.0",
"execa": "^9.2.0",
"execa": "^9.3.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"hasha": "^6.0.0",
@@ -33,16 +33,16 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.3.2",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.15.4",
"tsx": "4.15.7",
"typedoc": "^0.25.4",
"typedoc-plugin-markdown": "4.0.0-next.23",
"typedoc-vitepress-theme": "1.0.0-next.3",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vitepress": "^1.2.3",
"vitest": "^1.6.0",
"vitest-mock-extended": "^1.3.1",
"vitest-plugin-random-seed": "^1.1.0",
"vue": "^3.4.27",
"vue": "^3.4.31",
"wxt": "workspace:*",
"yaml": "^2.4.5"
},
+4 -4
View File
@@ -34,12 +34,12 @@
},
"devDependencies": {
"@aklinker1/check": "^1.3.1",
"@types/react": "^18.3.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"publint": "^0.2.8",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"typescript": "^5.4.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.2",
"unbuild": "^2.0.0",
"wxt": "workspace:*"
}
+1 -1
View File
@@ -36,7 +36,7 @@
"@aklinker1/check": "^1.3.1",
"publint": "^0.2.8",
"solid-js": "^1.8.17",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"unbuild": "^2.0.0",
"wxt": "workspace:*"
}
+1 -1
View File
@@ -33,7 +33,7 @@
"devDependencies": {
"@aklinker1/check": "^1.3.1",
"publint": "^0.2.8",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"unbuild": "^2.0.0",
"wxt": "workspace:*"
}
+1 -1
View File
@@ -33,7 +33,7 @@
"devDependencies": {
"@aklinker1/check": "^1.3.1",
"publint": "^0.2.8",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"unbuild": "^2.0.0",
"wxt": "workspace:*"
}
+2 -2
View File
@@ -23,8 +23,8 @@
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"sass": "^1.77.5",
"typescript": "^5.4.5",
"sass": "^1.77.6",
"typescript": "^5.5.2",
"wxt": "workspace:*"
},
"buildc": {
+8 -8
View File
@@ -124,12 +124,12 @@
"jiti": "^1.21.6",
"json5": "^2.2.3",
"jszip": "^3.10.1",
"linkedom": "^0.18.3",
"linkedom": "^0.18.4",
"magicast": "^0.3.4",
"minimatch": "^9.0.4",
"minimatch": "^9.0.5",
"natural-compare": "^1.4.0",
"normalize-path": "^3.0.0",
"nypm": "^0.3.8",
"nypm": "^0.3.9",
"ohash": "^1.1.3",
"open": "^10.1.0",
"ora": "^7.0.1",
@@ -137,7 +137,7 @@
"prompts": "^2.4.2",
"publish-browser-extension": "^2.1.3",
"unimport": "^3.7.2",
"vite": "^5.3.0",
"vite": "^5.3.2",
"vite-node": "^1.6.0",
"web-ext-run": "^0.2.0",
"webextension-polyfill": "^0.10.0"
@@ -148,17 +148,17 @@
"@types/fs-extra": "^11.0.4",
"@types/lodash.merge": "^4.6.9",
"@types/natural-compare": "^1.4.3",
"@types/node": "^20.14.2",
"@types/node": "^20.14.9",
"@types/normalize-path": "^3.0.2",
"@types/prompts": "^2.4.9",
"execa": "^9.2.0",
"execa": "^9.3.0",
"extract-zip": "^2.0.1",
"happy-dom": "^13.10.1",
"lodash.merge": "^4.6.2",
"p-map": "^7.0.2",
"publint": "^0.2.8",
"tsup": "^8.1.0",
"tsx": "^4.15.4",
"typescript": "^5.4.5"
"tsx": "4.15.7",
"typescript": "^5.5.2"
}
}
+4 -1
View File
@@ -244,7 +244,10 @@ export async function createViteBuilder(
const config = vite.mergeConfig(baseConfig, envConfig);
const server = await vite.createServer(config);
await server.pluginContainer.buildStart({});
const node = new ViteNodeServer(server);
const node = new ViteNodeServer(
// @ts-ignore: Some weird type error...
server,
);
installSourcemapsSupport({
getSourceMap: (source) => node.getSourceMap(source),
});
@@ -19,8 +19,7 @@ export const bun: WxtPackageManagerImpl = {
.slice(1) // Skip the first line, is not a dependency
.map((line) => line.trim())
.map((line) => /.* (@?\S+)@(\S+)$/.exec(line))
// @ts-expect-error: Filtering to known non-null matches
.filter<RegExpExecArray>((match) => !!match)
.filter((match) => !!match)
.map(([_, name, version]) => ({ name, version })),
);
},
+202 -196
View File
@@ -10,10 +10,10 @@ importers:
devDependencies:
'@aklinker1/buildc':
specifier: ^1.0.10
version: 1.0.10(typescript@5.4.5)
version: 1.0.10(typescript@5.5.2)
'@aklinker1/check':
specifier: ^1.3.1
version: 1.3.1(typescript@5.4.5)
version: 1.3.1(typescript@5.5.2)
'@types/fs-extra':
specifier: ^11.0.4
version: 11.0.4
@@ -30,8 +30,8 @@ importers:
specifier: ^1.0.0
version: 1.0.0
execa:
specifier: ^9.2.0
version: 9.2.0
specifier: ^9.3.0
version: 9.3.0
fast-glob:
specifier: ^3.3.2
version: 3.3.2
@@ -54,11 +54,11 @@ importers:
specifier: ^2.11.1
version: 2.11.1
tsx:
specifier: ^4.15.4
version: 4.15.4
specifier: 4.15.7
version: 4.15.7
typedoc:
specifier: ^0.25.4
version: 0.25.4(typescript@5.4.5)
version: 0.25.4(typescript@5.5.2)
typedoc-plugin-markdown:
specifier: 4.0.0-next.23
version: 4.0.0-next.23(typedoc@0.25.4)
@@ -66,23 +66,23 @@ importers:
specifier: 1.0.0-next.3
version: 1.0.0-next.3(typedoc-plugin-markdown@4.0.0-next.23)
typescript:
specifier: ^5.4.5
version: 5.4.5
specifier: ^5.5.2
version: 5.5.2
vitepress:
specifier: ^1.2.3
version: 1.2.3(typescript@5.4.5)
version: 1.2.3(typescript@5.5.2)
vitest:
specifier: ^1.6.0
version: 1.6.0
vitest-mock-extended:
specifier: ^1.3.1
version: 1.3.1(typescript@5.4.5)(vitest@1.6.0)
version: 1.3.1(typescript@5.5.2)(vitest@1.6.0)
vitest-plugin-random-seed:
specifier: ^1.1.0
version: 1.1.0(vite@5.3.0)
version: 1.1.0(vite@5.3.2)
vue:
specifier: ^3.4.27
version: 3.4.27(typescript@5.4.5)
specifier: ^3.4.31
version: 3.4.31(typescript@5.5.2)
wxt:
specifier: workspace:*
version: link:packages/wxt
@@ -94,13 +94,13 @@ importers:
dependencies:
'@vitejs/plugin-react':
specifier: ^4.3.1
version: 4.3.1(vite@5.3.0)
version: 4.3.1(vite@5.3.2)
devDependencies:
'@aklinker1/check':
specifier: ^1.3.1
version: 1.3.1(typescript@5.4.5)
version: 1.3.1(typescript@5.5.2)
'@types/react':
specifier: ^18.3.0
specifier: ^18.3.3
version: 18.3.3
'@types/react-dom':
specifier: ^18.3.0
@@ -109,17 +109,17 @@ importers:
specifier: ^0.2.8
version: 0.2.8
react:
specifier: ^18.3.0
specifier: ^18.3.1
version: 18.3.1
react-dom:
specifier: ^18.3.0
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
typescript:
specifier: ^5.4.5
version: 5.4.5
specifier: ^5.5.2
version: 5.5.2
unbuild:
specifier: ^2.0.0
version: 2.0.0(typescript@5.4.5)
version: 2.0.0(typescript@5.5.2)
wxt:
specifier: workspace:*
version: link:../wxt
@@ -128,11 +128,11 @@ importers:
dependencies:
vite-plugin-solid:
specifier: ^2.10.2
version: 2.10.2(solid-js@1.8.17)(vite@5.3.0)
version: 2.10.2(solid-js@1.8.17)(vite@5.3.2)
devDependencies:
'@aklinker1/check':
specifier: ^1.3.1
version: 1.3.1(typescript@5.4.5)
version: 1.3.1(typescript@5.5.2)
publint:
specifier: ^0.2.8
version: 0.2.8
@@ -140,11 +140,11 @@ importers:
specifier: ^1.8.17
version: 1.8.17
typescript:
specifier: ^5.4.5
version: 5.4.5
specifier: ^5.5.2
version: 5.5.2
unbuild:
specifier: ^2.0.0
version: 2.0.0(typescript@5.4.5)
version: 2.0.0(typescript@5.5.2)
wxt:
specifier: workspace:*
version: link:../wxt
@@ -153,20 +153,20 @@ importers:
dependencies:
'@sveltejs/vite-plugin-svelte':
specifier: ^3.1.1
version: 3.1.1(svelte@4.2.18)(vite@5.3.0)
version: 3.1.1(svelte@4.2.18)(vite@5.3.2)
devDependencies:
'@aklinker1/check':
specifier: ^1.3.1
version: 1.3.1(typescript@5.4.5)
version: 1.3.1(typescript@5.5.2)
publint:
specifier: ^0.2.8
version: 0.2.8
typescript:
specifier: ^5.4.5
version: 5.4.5
specifier: ^5.5.2
version: 5.5.2
unbuild:
specifier: ^2.0.0
version: 2.0.0(typescript@5.4.5)
version: 2.0.0(typescript@5.5.2)
wxt:
specifier: workspace:*
version: link:../wxt
@@ -175,20 +175,20 @@ importers:
dependencies:
'@vitejs/plugin-vue':
specifier: ^5.0.5
version: 5.0.5(vite@5.3.0)(vue@3.4.27)
version: 5.0.5(vite@5.3.2)(vue@3.4.31)
devDependencies:
'@aklinker1/check':
specifier: ^1.3.1
version: 1.3.1(typescript@5.4.5)
version: 1.3.1(typescript@5.5.2)
publint:
specifier: ^0.2.8
version: 0.2.8
typescript:
specifier: ^5.4.5
version: 5.4.5
specifier: ^5.5.2
version: 5.5.2
unbuild:
specifier: ^2.0.0
version: 2.0.0(typescript@5.4.5)
version: 2.0.0(typescript@5.5.2)
wxt:
specifier: workspace:*
version: link:../wxt
@@ -265,14 +265,14 @@ importers:
specifier: ^3.10.1
version: 3.10.1
linkedom:
specifier: ^0.18.3
version: 0.18.3
specifier: ^0.18.4
version: 0.18.4
magicast:
specifier: ^0.3.4
version: 0.3.4
minimatch:
specifier: ^9.0.4
version: 9.0.4
specifier: ^9.0.5
version: 9.0.5
natural-compare:
specifier: ^1.4.0
version: 1.4.0
@@ -280,8 +280,8 @@ importers:
specifier: ^3.0.0
version: 3.0.0
nypm:
specifier: ^0.3.8
version: 0.3.8
specifier: ^0.3.9
version: 0.3.9
ohash:
specifier: ^1.1.3
version: 1.1.3
@@ -304,11 +304,11 @@ importers:
specifier: ^3.7.2
version: 3.7.2
vite:
specifier: ^5.3.0
version: 5.3.0(@types/node@20.14.2)
specifier: ^5.3.2
version: 5.3.2(@types/node@20.14.9)
vite-node:
specifier: ^1.6.0
version: 1.6.0(@types/node@20.14.2)
version: 1.6.0(@types/node@20.14.9)
web-ext-run:
specifier: ^0.2.0
version: 0.2.0
@@ -318,7 +318,7 @@ importers:
devDependencies:
'@aklinker1/check':
specifier: ^1.3.1
version: 1.3.1(typescript@5.4.5)
version: 1.3.1(typescript@5.5.2)
'@faker-js/faker':
specifier: ^8.4.1
version: 8.4.1
@@ -332,8 +332,8 @@ importers:
specifier: ^1.4.3
version: 1.4.3
'@types/node':
specifier: ^20.14.2
version: 20.14.2
specifier: ^20.14.9
version: 20.14.9
'@types/normalize-path':
specifier: ^3.0.2
version: 3.0.2
@@ -341,8 +341,8 @@ importers:
specifier: ^2.4.9
version: 2.4.9
execa:
specifier: ^9.2.0
version: 9.2.0
specifier: ^9.3.0
version: 9.3.0
extract-zip:
specifier: ^2.0.1
version: 2.0.1
@@ -360,13 +360,13 @@ importers:
version: 0.2.8
tsup:
specifier: ^8.1.0
version: 8.1.0(typescript@5.4.5)
version: 8.1.0(typescript@5.5.2)
tsx:
specifier: ^4.15.4
version: 4.15.4
specifier: 4.15.7
version: 4.15.7
typescript:
specifier: ^5.4.5
version: 5.4.5
specifier: ^5.5.2
version: 5.5.2
packages/wxt-demo:
dependencies:
@@ -384,18 +384,18 @@ importers:
specifier: ^18.3.0
version: 18.3.0
sass:
specifier: ^1.77.5
version: 1.77.5
specifier: ^1.77.6
version: 1.77.6
typescript:
specifier: ^5.4.5
version: 5.4.5
specifier: ^5.5.2
version: 5.5.2
wxt:
specifier: workspace:*
version: link:../wxt
packages:
/@aklinker1/buildc@1.0.10(typescript@5.4.5):
/@aklinker1/buildc@1.0.10(typescript@5.5.2):
resolution: {integrity: sha512-5fZRrTAOIrnzah/ipnwfCTQOPDrz9pGfeEX8ux3N4TYbjMmC436ywD5xJB0YUsZGBj9lWhMt7Tc85dTtJEeVlw==}
hasBin: true
peerDependencies:
@@ -409,11 +409,11 @@ packages:
ohash: 1.1.3
pathe: 1.1.2
proper-lockfile: 4.1.2
typescript: 5.4.5
typescript: 5.5.2
yaml: 2.4.5
dev: true
/@aklinker1/check@1.3.1(typescript@5.4.5):
/@aklinker1/check@1.3.1(typescript@5.5.2):
resolution: {integrity: sha512-EALKJzoojytjC6cYLIjRjC+nNpVdqSWYjJm8FTUtWneemKDs+Q46PaMyEx2EYTRbj4fO0OXj9igABwbpp/vV4g==}
hasBin: true
peerDependencies:
@@ -422,7 +422,7 @@ packages:
'@antfu/utils': 0.7.7
ci-info: 4.0.0
citty: 0.1.6
typescript: 5.4.5
typescript: 5.5.2
dev: true
/@aklinker1/rollup-plugin-visualizer@5.12.0:
@@ -1820,7 +1820,7 @@ packages:
engines: {node: '>=18'}
dev: true
/@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.1)(svelte@4.2.18)(vite@5.3.0):
/@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.1)(svelte@4.2.18)(vite@5.3.2):
resolution: {integrity: sha512-9QX28IymvBlSCqsCll5t0kQVxipsfhFFL+L2t3nTWfXnddYwxBuAEtTtlaVQpRz9c37BhJjltSeY4AJSC03SSg==}
engines: {node: ^18.0.0 || >=20}
peerDependencies:
@@ -1828,30 +1828,30 @@ packages:
svelte: ^4.0.0 || ^5.0.0-next.0
vite: ^5.0.0
dependencies:
'@sveltejs/vite-plugin-svelte': 3.1.1(svelte@4.2.18)(vite@5.3.0)
'@sveltejs/vite-plugin-svelte': 3.1.1(svelte@4.2.18)(vite@5.3.2)
debug: 4.3.4
svelte: 4.2.18
vite: 5.3.0(@types/node@20.14.2)
vite: 5.3.2(@types/node@20.14.9)
transitivePeerDependencies:
- supports-color
dev: false
/@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.0):
/@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.2):
resolution: {integrity: sha512-rimpFEAboBBHIlzISibg94iP09k/KYdHgVhJlcsTfn7KMBhc70jFX/GRWkRdFCc2fdnk+4+Bdfej23cMDnJS6A==}
engines: {node: ^18.0.0 || >=20}
peerDependencies:
svelte: ^4.0.0 || ^5.0.0-next.0
vite: ^5.0.0
dependencies:
'@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.1)(svelte@4.2.18)(vite@5.3.0)
'@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.1)(svelte@4.2.18)(vite@5.3.2)
debug: 4.3.4
deepmerge: 4.3.1
kleur: 4.1.5
magic-string: 0.30.10
svelte: 4.2.18
svelte-hmr: 0.16.0(svelte@4.2.18)
vite: 5.3.0(@types/node@20.14.2)
vitefu: 0.2.5(vite@5.3.0)
vite: 5.3.2(@types/node@20.14.9)
vitefu: 0.2.5(vite@5.3.2)
transitivePeerDependencies:
- supports-color
dev: false
@@ -1914,7 +1914,7 @@ packages:
/@types/jsonfile@6.1.3:
resolution: {integrity: sha512-/yqTk2SZ1wIezK0hiRZD7RuSf4B3whFxFamB1kGStv+8zlWScTMcHanzfc0XKWs5vA1TkHeckBlOyM8jxU8nHA==}
dependencies:
'@types/node': 20.14.2
'@types/node': 20.14.9
dev: true
/@types/linkify-it@5.0.0:
@@ -1956,8 +1956,8 @@ packages:
undici-types: 5.26.5
dev: true
/@types/node@20.14.2:
resolution: {integrity: sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==}
/@types/node@20.14.9:
resolution: {integrity: sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==}
dependencies:
undici-types: 5.26.5
@@ -1968,7 +1968,7 @@ packages:
/@types/prompts@2.4.9:
resolution: {integrity: sha512-qTxFi6Buiu8+50/+3DGIWLHM6QuWsEKugJnnP6iv2Mc4ncxE4A/OJkjuVOA+5X0X1S/nq5VJRa8Lu+nwcvbrKA==}
dependencies:
'@types/node': 20.14.2
'@types/node': 20.14.9
kleur: 3.0.3
dev: true
@@ -2005,10 +2005,10 @@ packages:
resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==}
requiresBuild: true
dependencies:
'@types/node': 20.14.2
'@types/node': 20.14.9
optional: true
/@vitejs/plugin-react@4.3.1(vite@5.3.0):
/@vitejs/plugin-react@4.3.1(vite@5.3.2):
resolution: {integrity: sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
@@ -2019,20 +2019,20 @@ packages:
'@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.24.7)
'@types/babel__core': 7.20.5
react-refresh: 0.14.2
vite: 5.3.0(@types/node@20.14.2)
vite: 5.3.2(@types/node@20.14.9)
transitivePeerDependencies:
- supports-color
dev: false
/@vitejs/plugin-vue@5.0.5(vite@5.3.0)(vue@3.4.27):
/@vitejs/plugin-vue@5.0.5(vite@5.3.2)(vue@3.4.31):
resolution: {integrity: sha512-LOjm7XeIimLBZyzinBQ6OSm3UBCNVCpLkxGC0oWmm2YPzVZoxMsdvNVimLTBzpAnR9hl/yn1SHGuRfe6/Td9rQ==}
engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
vite: ^5.0.0
vue: ^3.2.25
dependencies:
vite: 5.3.0(@types/node@20.14.2)
vue: 3.4.27(typescript@5.4.5)
vite: 5.3.2(@types/node@20.14.9)
vue: 3.4.31(typescript@5.5.2)
/@vitest/coverage-v8@1.6.0(vitest@1.6.0):
resolution: {integrity: sha512-KvapcbMY/8GYIG0rlwwOKCVNRc0OL20rrhFkg/CHNzncV03TE2XWvO5w9uZYoxNiMEBacAJt3unSOiZ7svePew==}
@@ -2096,49 +2096,49 @@ packages:
pretty-format: 29.7.0
dev: true
/@vue/compiler-core@3.4.27:
resolution: {integrity: sha512-E+RyqY24KnyDXsCuQrI+mlcdW3ALND6U7Gqa/+bVwbcpcR3BRRIckFoz7Qyd4TTlnugtwuI7YgjbvsLmxb+yvg==}
/@vue/compiler-core@3.4.31:
resolution: {integrity: sha512-skOiodXWTV3DxfDhB4rOf3OGalpITLlgCeOwb+Y9GJpfQ8ErigdBUHomBzvG78JoVE8MJoQsb+qhZiHfKeNeEg==}
dependencies:
'@babel/parser': 7.24.7
'@vue/shared': 3.4.27
'@vue/shared': 3.4.31
entities: 4.5.0
estree-walker: 2.0.2
source-map-js: 1.2.0
/@vue/compiler-dom@3.4.27:
resolution: {integrity: sha512-kUTvochG/oVgE1w5ViSr3KUBh9X7CWirebA3bezTbB5ZKBQZwR2Mwj9uoSKRMFcz4gSMzzLXBPD6KpCLb9nvWw==}
/@vue/compiler-dom@3.4.31:
resolution: {integrity: sha512-wK424WMXsG1IGMyDGyLqB+TbmEBFM78hIsOJ9QwUVLGrcSk0ak6zYty7Pj8ftm7nEtdU/DGQxAXp0/lM/2cEpQ==}
dependencies:
'@vue/compiler-core': 3.4.27
'@vue/shared': 3.4.27
'@vue/compiler-core': 3.4.31
'@vue/shared': 3.4.31
/@vue/compiler-sfc@3.4.27:
resolution: {integrity: sha512-nDwntUEADssW8e0rrmE0+OrONwmRlegDA1pD6QhVeXxjIytV03yDqTey9SBDiALsvAd5U4ZrEKbMyVXhX6mCGA==}
/@vue/compiler-sfc@3.4.31:
resolution: {integrity: sha512-einJxqEw8IIJxzmnxmJBuK2usI+lJonl53foq+9etB2HAzlPjAS/wa7r0uUpXw5ByX3/0uswVSrjNb17vJm1kQ==}
dependencies:
'@babel/parser': 7.24.7
'@vue/compiler-core': 3.4.27
'@vue/compiler-dom': 3.4.27
'@vue/compiler-ssr': 3.4.27
'@vue/shared': 3.4.27
'@vue/compiler-core': 3.4.31
'@vue/compiler-dom': 3.4.31
'@vue/compiler-ssr': 3.4.31
'@vue/shared': 3.4.31
estree-walker: 2.0.2
magic-string: 0.30.10
postcss: 8.4.38
source-map-js: 1.2.0
/@vue/compiler-ssr@3.4.27:
resolution: {integrity: sha512-CVRzSJIltzMG5FcidsW0jKNQnNRYC8bT21VegyMMtHmhW3UOI7knmUehzswXLrExDLE6lQCZdrhD4ogI7c+vuw==}
/@vue/compiler-ssr@3.4.31:
resolution: {integrity: sha512-RtefmITAje3fJ8FSg1gwgDhdKhZVntIVbwupdyZDSifZTRMiWxWehAOTCc8/KZDnBOcYQ4/9VWxsTbd3wT0hAA==}
dependencies:
'@vue/compiler-dom': 3.4.27
'@vue/shared': 3.4.27
'@vue/compiler-dom': 3.4.31
'@vue/shared': 3.4.31
/@vue/devtools-api@7.2.1(vue@3.4.27):
/@vue/devtools-api@7.2.1(vue@3.4.31):
resolution: {integrity: sha512-6oNCtyFOrNdqm6GUkFujsCgFlpbsHLnZqq7edeM/+cxAbMyCWvsaCsIMUaz7AiluKLccCGEM8fhOsjaKgBvb7g==}
dependencies:
'@vue/devtools-kit': 7.2.1(vue@3.4.27)
'@vue/devtools-kit': 7.2.1(vue@3.4.31)
transitivePeerDependencies:
- vue
dev: true
/@vue/devtools-kit@7.2.1(vue@3.4.27):
/@vue/devtools-kit@7.2.1(vue@3.4.31):
resolution: {integrity: sha512-Wak/fin1X0Q8LLIfCAHBrdaaB+R6IdpSXsDByPHbQ3BmkCP0/cIo/oEGp9i0U2+gEqD4L3V9RDjNf1S34DTzQQ==}
peerDependencies:
vue: ^3.0.0
@@ -2148,7 +2148,7 @@ packages:
mitt: 3.0.1
perfect-debounce: 1.0.0
speakingurl: 14.0.1
vue: 3.4.27(typescript@5.4.5)
vue: 3.4.31(typescript@5.5.2)
dev: true
/@vue/devtools-shared@7.2.1:
@@ -2157,49 +2157,54 @@ packages:
rfdc: 1.3.1
dev: true
/@vue/reactivity@3.4.27:
resolution: {integrity: sha512-kK0g4NknW6JX2yySLpsm2jlunZJl2/RJGZ0H9ddHdfBVHcNzxmQ0sS0b09ipmBoQpY8JM2KmUw+a6sO8Zo+zIA==}
/@vue/reactivity@3.4.31:
resolution: {integrity: sha512-VGkTani8SOoVkZNds1PfJ/T1SlAIOf8E58PGAhIOUDYPC4GAmFA2u/E14TDAFcf3vVDKunc4QqCe/SHr8xC65Q==}
dependencies:
'@vue/shared': 3.4.27
'@vue/shared': 3.4.31
/@vue/runtime-core@3.4.27:
resolution: {integrity: sha512-7aYA9GEbOOdviqVvcuweTLe5Za4qBZkUY7SvET6vE8kyypxVgaT1ixHLg4urtOlrApdgcdgHoTZCUuTGap/5WA==}
/@vue/runtime-core@3.4.31:
resolution: {integrity: sha512-LDkztxeUPazxG/p8c5JDDKPfkCDBkkiNLVNf7XZIUnJ+66GVGkP+TIh34+8LtPisZ+HMWl2zqhIw0xN5MwU1cw==}
dependencies:
'@vue/reactivity': 3.4.27
'@vue/shared': 3.4.27
'@vue/reactivity': 3.4.31
'@vue/shared': 3.4.31
/@vue/runtime-dom@3.4.27:
resolution: {integrity: sha512-ScOmP70/3NPM+TW9hvVAz6VWWtZJqkbdf7w6ySsws+EsqtHvkhxaWLecrTorFxsawelM5Ys9FnDEMt6BPBDS0Q==}
/@vue/runtime-dom@3.4.31:
resolution: {integrity: sha512-2Auws3mB7+lHhTFCg8E9ZWopA6Q6L455EcU7bzcQ4x6Dn4cCPuqj6S2oBZgN2a8vJRS/LSYYxwFFq2Hlx3Fsaw==}
dependencies:
'@vue/runtime-core': 3.4.27
'@vue/shared': 3.4.27
'@vue/reactivity': 3.4.31
'@vue/runtime-core': 3.4.31
'@vue/shared': 3.4.31
csstype: 3.1.3
/@vue/server-renderer@3.4.27(vue@3.4.27):
resolution: {integrity: sha512-dlAMEuvmeA3rJsOMJ2J1kXU7o7pOxgsNHVr9K8hB3ImIkSuBrIdy0vF66h8gf8Tuinf1TK3mPAz2+2sqyf3KzA==}
/@vue/server-renderer@3.4.31(vue@3.4.31):
resolution: {integrity: sha512-D5BLbdvrlR9PE3by9GaUp1gQXlCNadIZytMIb8H2h3FMWJd4oUfkUTEH2wAr3qxoRz25uxbTcbqd3WKlm9EHQA==}
peerDependencies:
vue: 3.4.27
vue: 3.4.31
dependencies:
'@vue/compiler-ssr': 3.4.27
'@vue/shared': 3.4.27
vue: 3.4.27(typescript@5.4.5)
'@vue/compiler-ssr': 3.4.31
'@vue/shared': 3.4.31
vue: 3.4.31(typescript@5.5.2)
/@vue/shared@3.4.27:
resolution: {integrity: sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA==}
dev: true
/@vueuse/core@10.10.0(vue@3.4.27):
/@vue/shared@3.4.31:
resolution: {integrity: sha512-Yp3wtJk//8cO4NItOPpi3QkLExAr/aLBGZMmTtW9WpdwBCJpRM6zj9WgWktXAl8IDIozwNMByT45JP3tO3ACWA==}
/@vueuse/core@10.10.0(vue@3.4.31):
resolution: {integrity: sha512-vexJ/YXYs2S42B783rI95lMt3GzEwkxzC8Hb0Ndpd8rD+p+Lk/Za4bd797Ym7yq4jXqdSyj3JLChunF/vyYjUw==}
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 10.10.0
'@vueuse/shared': 10.10.0(vue@3.4.27)
vue-demi: 0.14.8(vue@3.4.27)
'@vueuse/shared': 10.10.0(vue@3.4.31)
vue-demi: 0.14.8(vue@3.4.31)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
dev: true
/@vueuse/integrations@10.10.0(focus-trap@7.5.4)(vue@3.4.27):
/@vueuse/integrations@10.10.0(focus-trap@7.5.4)(vue@3.4.31):
resolution: {integrity: sha512-vHGeK7X6mkdkpcm1eE9t3Cpm21pNVfZRwrjwwbrEs9XftnSgszF4831G2rei8Dt9cIYJIfFV+iyx/29muimJPQ==}
peerDependencies:
async-validator: '*'
@@ -2240,10 +2245,10 @@ packages:
universal-cookie:
optional: true
dependencies:
'@vueuse/core': 10.10.0(vue@3.4.27)
'@vueuse/shared': 10.10.0(vue@3.4.27)
'@vueuse/core': 10.10.0(vue@3.4.31)
'@vueuse/shared': 10.10.0(vue@3.4.31)
focus-trap: 7.5.4
vue-demi: 0.14.8(vue@3.4.27)
vue-demi: 0.14.8(vue@3.4.31)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -2253,10 +2258,10 @@ packages:
resolution: {integrity: sha512-UNAo2sTCAW5ge6OErPEHb5z7NEAg3XcO9Cj7OK45aZXfLLH1QkexDcZD77HBi5zvEiLOm1An+p/4b5K3Worpug==}
dev: true
/@vueuse/shared@10.10.0(vue@3.4.27):
/@vueuse/shared@10.10.0(vue@3.4.31):
resolution: {integrity: sha512-2aW33Ac0Uk0U+9yo3Ypg9s5KcR42cuehRWl7vnUHadQyFvCktseyxxEPBi1Eiq4D2yBGACOnqLZpx1eMc7g5Og==}
dependencies:
vue-demi: 0.14.8(vue@3.4.27)
vue-demi: 0.14.8(vue@3.4.31)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -2764,7 +2769,7 @@ packages:
engines: {node: '>=12.13.0'}
hasBin: true
dependencies:
'@types/node': 20.14.2
'@types/node': 20.14.9
escape-string-regexp: 4.0.0
is-wsl: 2.2.0
lighthouse-logger: 2.0.1
@@ -3553,8 +3558,8 @@ packages:
signal-exit: 4.1.0
strip-final-newline: 3.0.0
/execa@9.2.0:
resolution: {integrity: sha512-vpOyYg7UAVKLAWWtRS2gAdgkT7oJbCn0me3gmUmxZih4kd3MF/oo8kNTBTIbkO3yuuF5uB4ZCZfn8BOolITYhg==}
/execa@9.3.0:
resolution: {integrity: sha512-l6JFbqnHEadBoVAVpN5dl2yCyfX28WoBAGaoQcNmLLSedOxTxcn2Qa83s8I/PA5i56vWru2OHOtrwF7Om2vqlg==}
engines: {node: ^18.19.0 || >=20.5.0}
dependencies:
'@sindresorhus/merge-streams': 4.0.0
@@ -3803,7 +3808,7 @@ packages:
consola: 3.2.3
defu: 6.1.4
node-fetch-native: 1.6.4
nypm: 0.3.8
nypm: 0.3.9
ohash: 1.1.3
pathe: 1.1.2
tar: 6.2.1
@@ -4587,8 +4592,8 @@ packages:
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dev: false
/linkedom@0.18.3:
resolution: {integrity: sha512-z8i9nX5rbiO3keLJ+rJabVmJ/nCdYzQRONPU0L9c6buYErX5yxb0pQX+sWdX8r0QvpaZrjAtjM0scbX10xYH9Q==}
/linkedom@0.18.4:
resolution: {integrity: sha512-JhLErxMIEOKByMi3fURXgI1fYOzR87L1Cn0+MI9GlMckFrqFZpV1SUGox1jcKtsKN3y6JgclcQf0FzZT//BuGw==}
dependencies:
css-select: 5.1.0
cssom: 0.5.0
@@ -4858,8 +4863,8 @@ packages:
brace-expansion: 2.0.1
dev: true
/minimatch@9.0.4:
resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==}
/minimatch@9.0.5:
resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
engines: {node: '>=16 || 14 >=14.17'}
dependencies:
brace-expansion: 2.0.1
@@ -4908,7 +4913,7 @@ packages:
engines: {node: '>=10'}
hasBin: true
/mkdist@1.5.1(typescript@5.4.5):
/mkdist@1.5.1(typescript@5.5.2):
resolution: {integrity: sha512-lCu1spNiA52o7IaKgZnOjg28nNHwYqUDjBfXePXyUtzD7Xhe6rRTkGTalQ/ALfrZC/SrPw2+A/0qkeJ+fPDZtQ==}
hasBin: true
peerDependencies:
@@ -4938,7 +4943,7 @@ packages:
postcss: 8.4.38
postcss-nested: 6.0.1(postcss@8.4.38)
semver: 7.6.2
typescript: 5.4.5
typescript: 5.5.2
dev: true
/mlly@1.6.1:
@@ -4946,8 +4951,8 @@ packages:
dependencies:
acorn: 8.11.3
pathe: 1.1.2
pkg-types: 1.0.3
ufo: 1.4.0
pkg-types: 1.1.1
ufo: 1.5.3
dev: true
/mlly@1.7.1:
@@ -5131,8 +5136,8 @@ packages:
dependencies:
boolbase: 1.0.0
/nypm@0.3.8:
resolution: {integrity: sha512-IGWlC6So2xv6V4cIDmoV0SwwWx7zLG086gyqkyumteH2fIgCAM4nDVFB2iDRszDvmdSVW9xb1N+2KjQ6C7d4og==}
/nypm@0.3.9:
resolution: {integrity: sha512-BI2SdqqTHg2d4wJh8P9A1W+bslg33vOE9IZDY6eR2QC+Pu1iNBVZUqczrd43rJb+fMzHU7ltAYKsEFY/kHMFcw==}
engines: {node: ^14.16.0 || >=16.10.0}
hasBin: true
dependencies:
@@ -5140,7 +5145,8 @@ packages:
consola: 3.2.3
execa: 8.0.1
pathe: 1.1.2
ufo: 1.4.0
pkg-types: 1.1.1
ufo: 1.5.3
/object-assign@4.1.1:
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
@@ -6058,7 +6064,7 @@ packages:
glob: 7.1.6
dev: false
/rollup-plugin-dts@6.1.1(rollup@3.29.4)(typescript@5.4.5):
/rollup-plugin-dts@6.1.1(rollup@3.29.4)(typescript@5.5.2):
resolution: {integrity: sha512-aSHRcJ6KG2IHIioYlvAOcEq6U99sVtqDDKVhnwt70rW6tsz3tv5OSjEiWcgzfsHdLyGXZ/3b/7b/+Za3Y6r1XA==}
engines: {node: '>=16'}
peerDependencies:
@@ -6067,7 +6073,7 @@ packages:
dependencies:
magic-string: 0.30.10
rollup: 3.29.4
typescript: 5.4.5
typescript: 5.5.2
optionalDependencies:
'@babel/code-frame': 7.24.7
dev: true
@@ -6144,8 +6150,8 @@ packages:
is-regex: 1.1.4
dev: true
/sass@1.77.5:
resolution: {integrity: sha512-oDfX1mukIlxacPdQqNb6mV2tVCrnE+P3nVYioy72V5tlk56CPNcO4TCuFcaCRKKfJ1M3lH95CleRS+dVKL2qMg==}
/sass@1.77.6:
resolution: {integrity: sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==}
engines: {node: '>=14.0.0'}
hasBin: true
dependencies:
@@ -6730,12 +6736,12 @@ packages:
hasBin: true
dev: true
/ts-essentials@9.3.2(typescript@5.4.5):
/ts-essentials@9.3.2(typescript@5.5.2):
resolution: {integrity: sha512-JxKJzuWqH1MmH4ZFHtJzGEhkfN3QvVR3C3w+4BIoWeoY68UVVoA2Np/Bca9z0IPSErVCWhv439aT0We4Dks8kQ==}
peerDependencies:
typescript: '>=4.1.0'
dependencies:
typescript: 5.4.5
typescript: 5.5.2
dev: true
/ts-interface-checker@0.1.13:
@@ -6746,7 +6752,7 @@ packages:
resolution: {integrity: sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==}
dev: false
/tsup@8.1.0(typescript@5.4.5):
/tsup@8.1.0(typescript@5.5.2):
resolution: {integrity: sha512-UFdfCAXukax+U6KzeTNO2kAARHcWxmKsnvSPXUcfA1D+kU05XDccCrkffCQpFaWDsZfV0jMyTsxU39VfCp6EOg==}
engines: {node: '>=18'}
hasBin: true
@@ -6779,14 +6785,14 @@ packages:
source-map: 0.8.0-beta.0
sucrase: 3.32.0
tree-kill: 1.2.2
typescript: 5.4.5
typescript: 5.5.2
transitivePeerDependencies:
- supports-color
- ts-node
dev: true
/tsx@4.15.4:
resolution: {integrity: sha512-d++FLCwJLrXaBFtRcqdPBzu6FiVOJ2j+UsvUZPtoTrnYtCGU5CEW7iHXtNZfA2fcRTvJFWPqA6SWBuB0GSva9w==}
/tsx@4.15.7:
resolution: {integrity: sha512-u3H0iSFDZM3za+VxkZ1kywdCeHCn+8/qHQS1MNoO2sONDgD95HlWtt8aB23OzeTmFP9IU4/8bZUdg58Uu5J4cg==}
engines: {node: '>=18.0.0'}
hasBin: true
dependencies:
@@ -6843,7 +6849,7 @@ packages:
peerDependencies:
typedoc: '>=0.25.0'
dependencies:
typedoc: 0.25.4(typescript@5.4.5)
typedoc: 0.25.4(typescript@5.5.2)
dev: true
/typedoc-vitepress-theme@1.0.0-next.3(typedoc-plugin-markdown@4.0.0-next.23):
@@ -6854,7 +6860,7 @@ packages:
typedoc-plugin-markdown: 4.0.0-next.23(typedoc@0.25.4)
dev: true
/typedoc@0.25.4(typescript@5.4.5):
/typedoc@0.25.4(typescript@5.5.2):
resolution: {integrity: sha512-Du9ImmpBCw54bX275yJrxPVnjdIyJO/84co0/L9mwe0R3G4FSR6rQ09AlXVRvZEGMUg09+z/usc8mgygQ1aidA==}
engines: {node: '>= 16'}
hasBin: true
@@ -6865,11 +6871,11 @@ packages:
marked: 4.3.0
minimatch: 9.0.3
shiki: 0.14.5
typescript: 5.4.5
typescript: 5.5.2
dev: true
/typescript@5.4.5:
resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
/typescript@5.5.2:
resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==}
engines: {node: '>=14.17'}
hasBin: true
@@ -6892,7 +6898,7 @@ packages:
which-boxed-primitive: 1.0.2
dev: true
/unbuild@2.0.0(typescript@5.4.5):
/unbuild@2.0.0(typescript@5.5.2):
resolution: {integrity: sha512-JWCUYx3Oxdzvw2J9kTAp+DKE8df/BnH/JTSj6JyA4SH40ECdFu7FoJJcrm8G92B7TjofQ6GZGjJs50TRxoH6Wg==}
hasBin: true
peerDependencies:
@@ -6916,15 +6922,15 @@ packages:
hookable: 5.5.3
jiti: 1.21.6
magic-string: 0.30.10
mkdist: 1.5.1(typescript@5.4.5)
mkdist: 1.5.1(typescript@5.5.2)
mlly: 1.7.1
pathe: 1.1.2
pkg-types: 1.1.1
pretty-bytes: 6.1.1
rollup: 3.29.4
rollup-plugin-dts: 6.1.1(rollup@3.29.4)(typescript@5.4.5)
rollup-plugin-dts: 6.1.1(rollup@3.29.4)(typescript@5.5.2)
scule: 1.3.0
typescript: 5.4.5
typescript: 5.5.2
untyped: 1.4.2
transitivePeerDependencies:
- sass
@@ -7054,7 +7060,7 @@ packages:
spdx-expression-parse: 3.0.1
dev: true
/vite-node@1.6.0(@types/node@20.14.2):
/vite-node@1.6.0(@types/node@20.14.9):
resolution: {integrity: sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
@@ -7063,7 +7069,7 @@ packages:
debug: 4.3.4
pathe: 1.1.2
picocolors: 1.0.1
vite: 5.3.0(@types/node@20.14.2)
vite: 5.3.2(@types/node@20.14.9)
transitivePeerDependencies:
- '@types/node'
- less
@@ -7074,7 +7080,7 @@ packages:
- supports-color
- terser
/vite-plugin-solid@2.10.2(solid-js@1.8.17)(vite@5.3.0):
/vite-plugin-solid@2.10.2(solid-js@1.8.17)(vite@5.3.2):
resolution: {integrity: sha512-AOEtwMe2baBSXMXdo+BUwECC8IFHcKS6WQV/1NEd+Q7vHPap5fmIhLcAzr+DUJ04/KHx/1UBU0l1/GWP+rMAPQ==}
peerDependencies:
'@testing-library/jest-dom': ^5.16.6 || ^5.17.0 || ^6.*
@@ -7090,14 +7096,14 @@ packages:
merge-anything: 5.1.7
solid-js: 1.8.17
solid-refresh: 0.6.3(solid-js@1.8.17)
vite: 5.3.0(@types/node@20.14.2)
vitefu: 0.2.5(vite@5.3.0)
vite: 5.3.2(@types/node@20.14.9)
vitefu: 0.2.5(vite@5.3.2)
transitivePeerDependencies:
- supports-color
dev: false
/vite@5.3.0(@types/node@20.14.2):
resolution: {integrity: sha512-hA6vAVK977NyW1Qw+fLvqSo7xDPej7von7C3DwwqPRmnnnK36XEBC/J3j1V5lP8fbt7y0TgTKJbpNGSwM+Bdeg==}
/vite@5.3.2(@types/node@20.14.9):
resolution: {integrity: sha512-6lA7OBHBlXUxiJxbO5aAY2fsHHzDr1q7DvXYnyZycRs2Dz+dXBWuhpWHvmljTRTpQC2uvGmUFFkSHF2vGo90MA==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@@ -7124,14 +7130,14 @@ packages:
terser:
optional: true
dependencies:
'@types/node': 20.14.2
'@types/node': 20.14.9
esbuild: 0.21.5
postcss: 8.4.38
rollup: 4.14.0
optionalDependencies:
fsevents: 2.3.3
/vitefu@0.2.5(vite@5.3.0):
/vitefu@0.2.5(vite@5.3.2):
resolution: {integrity: sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==}
peerDependencies:
vite: ^3.0.0 || ^4.0.0 || ^5.0.0
@@ -7139,10 +7145,10 @@ packages:
vite:
optional: true
dependencies:
vite: 5.3.0(@types/node@20.14.2)
vite: 5.3.2(@types/node@20.14.9)
dev: false
/vitepress@1.2.3(typescript@5.4.5):
/vitepress@1.2.3(typescript@5.5.2):
resolution: {integrity: sha512-GvEsrEeNLiDE1+fuwDAYJCYLNZDAna+EtnXlPajhv/MYeTjbNK6Bvyg6NoTdO1sbwuQJ0vuJR99bOlH53bo6lg==}
hasBin: true
peerDependencies:
@@ -7159,17 +7165,17 @@ packages:
'@shikijs/core': 1.6.2
'@shikijs/transformers': 1.6.2
'@types/markdown-it': 14.1.1
'@vitejs/plugin-vue': 5.0.5(vite@5.3.0)(vue@3.4.27)
'@vue/devtools-api': 7.2.1(vue@3.4.27)
'@vitejs/plugin-vue': 5.0.5(vite@5.3.2)(vue@3.4.31)
'@vue/devtools-api': 7.2.1(vue@3.4.31)
'@vue/shared': 3.4.27
'@vueuse/core': 10.10.0(vue@3.4.27)
'@vueuse/integrations': 10.10.0(focus-trap@7.5.4)(vue@3.4.27)
'@vueuse/core': 10.10.0(vue@3.4.31)
'@vueuse/integrations': 10.10.0(focus-trap@7.5.4)(vue@3.4.31)
focus-trap: 7.5.4
mark.js: 8.11.1
minisearch: 6.3.0
shiki: 1.6.2
vite: 5.3.0(@types/node@20.14.2)
vue: 3.4.27(typescript@5.4.5)
vite: 5.3.2(@types/node@20.14.9)
vue: 3.4.31(typescript@5.5.2)
transitivePeerDependencies:
- '@algolia/client-search'
- '@types/node'
@@ -7198,23 +7204,23 @@ packages:
- universal-cookie
dev: true
/vitest-mock-extended@1.3.1(typescript@5.4.5)(vitest@1.6.0):
/vitest-mock-extended@1.3.1(typescript@5.5.2)(vitest@1.6.0):
resolution: {integrity: sha512-OpghYjh4BDuQ/Mzs3lFMQ1QRk9D8/2O9T47MLUA5eLn7K4RWIy+MfIivYOWEyxjTENjsBnzgMihDjyNalN/K0Q==}
peerDependencies:
typescript: 3.x || 4.x || 5.x
vitest: '>=0.31.1'
dependencies:
ts-essentials: 9.3.2(typescript@5.4.5)
typescript: 5.4.5
ts-essentials: 9.3.2(typescript@5.5.2)
typescript: 5.5.2
vitest: 1.6.0
dev: true
/vitest-plugin-random-seed@1.1.0(vite@5.3.0):
/vitest-plugin-random-seed@1.1.0(vite@5.3.2):
resolution: {integrity: sha512-XjQPzpf8GcbqYIqDmGbHMn0NiWTTAjf6Jwi30aaLMCM0sEwl3FMstQZY9MYzTCSdv1cOciY1YEBXHOKPjbPM/Q==}
peerDependencies:
vite: ^4.0.0 || ^5.0.0
dependencies:
vite: 5.3.0(@types/node@20.14.2)
vite: 5.3.2(@types/node@20.14.9)
dev: true
/vitest@1.6.0:
@@ -7259,8 +7265,8 @@ packages:
strip-literal: 2.1.0
tinybench: 2.5.1
tinypool: 0.8.4
vite: 5.3.0(@types/node@20.14.2)
vite-node: 1.6.0(@types/node@20.14.2)
vite: 5.3.2(@types/node@20.14.9)
vite-node: 1.6.0(@types/node@20.14.9)
why-is-node-running: 2.2.2
transitivePeerDependencies:
- less
@@ -7280,7 +7286,7 @@ packages:
resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==}
dev: true
/vue-demi@0.14.8(vue@3.4.27):
/vue-demi@0.14.8(vue@3.4.31):
resolution: {integrity: sha512-Uuqnk9YE9SsWeReYqK2alDI5YzciATE0r2SkA6iMAtuXvNTMNACJLJEXNXaEy94ECuBe4Sk6RzRU80kjdbIo1Q==}
engines: {node: '>=12'}
hasBin: true
@@ -7292,23 +7298,23 @@ packages:
'@vue/composition-api':
optional: true
dependencies:
vue: 3.4.27(typescript@5.4.5)
vue: 3.4.31(typescript@5.5.2)
dev: true
/vue@3.4.27(typescript@5.4.5):
resolution: {integrity: sha512-8s/56uK6r01r1icG/aEOHqyMVxd1bkYcSe9j8HcKtr/xTOFWvnzIVTehNW+5Yt89f+DLBe4A569pnZLS5HzAMA==}
/vue@3.4.31(typescript@5.5.2):
resolution: {integrity: sha512-njqRrOy7W3YLAlVqSKpBebtZpDVg21FPoaq1I7f/+qqBThK9ChAIjkRWgeP6Eat+8C+iia4P3OYqpATP21BCoQ==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
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)
'@vue/shared': 3.4.27
typescript: 5.4.5
'@vue/compiler-dom': 3.4.31
'@vue/compiler-sfc': 3.4.31
'@vue/runtime-dom': 3.4.31
'@vue/server-renderer': 3.4.31(vue@3.4.31)
'@vue/shared': 3.4.31
typescript: 5.5.2
/watchpack@2.4.0:
resolution: {integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==}
+2 -2
View File
@@ -22,7 +22,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@wxt-dev/module-react": "^1.0.0",
"typescript": "^5.4.5",
"wxt": "^0.18.6"
"typescript": "^5.5.2",
"wxt": "^0.18.10"
}
}
+3 -3
View File
@@ -18,8 +18,8 @@
"solid-js": "^1.8.17"
},
"devDependencies": {
"typescript": "^5.4.5",
"@wxt-dev/module-solid": "^1.0.0",
"wxt": "^0.18.6"
"@wxt-dev/module-solid": "^1.0.1",
"typescript": "^5.5.2",
"wxt": "^0.18.10"
}
}
+3 -3
View File
@@ -17,9 +17,9 @@
"@tsconfig/svelte": "^5.0.4",
"@wxt-dev/module-svelte": "^1.0.0",
"svelte": "^4.2.18",
"svelte-check": "^3.8.0",
"svelte-check": "^3.8.4",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"wxt": "^0.18.6"
"typescript": "^5.5.2",
"wxt": "^0.18.10"
}
}
+2 -2
View File
@@ -15,7 +15,7 @@
"postinstall": "wxt prepare"
},
"devDependencies": {
"typescript": "^5.4.5",
"wxt": "^0.18.6"
"typescript": "^5.5.2",
"wxt": "^0.18.10"
}
}
+4 -4
View File
@@ -15,12 +15,12 @@
"postinstall": "wxt prepare"
},
"dependencies": {
"vue": "^3.4.27"
"vue": "^3.4.31"
},
"devDependencies": {
"@wxt-dev/module-vue": "^1.0.0",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.21",
"wxt": "^0.18.6"
"typescript": "^5.5.2",
"vue-tsc": "^2.0.22",
"wxt": "^0.18.10"
}
}