From 935aef948b9a9c46d6046532fa9b874ee3c362f5 Mon Sep 17 00:00:00 2001 From: oedotme Date: Thu, 7 Mar 2024 16:25:35 +0100 Subject: [PATCH] chore: update packages --- examples/react-location/basic/package.json | 8 +- .../react-location/data-loaders/package.json | 8 +- examples/react-location/modals/package.json | 8 +- .../nested-layouts/package.json | 8 +- .../react-router-custom-path/package.json | 10 +- examples/react-router-custom/package.json | 10 +- examples/react-router-mdx/package.json | 10 +- .../react-router-route-modals/package.json | 10 +- examples/react-router/package.json | 10 +- examples/solid-router/package.json | 9 +- examples/tanstack-react-router/package.json | 8 +- explorer/package.json | 14 +- package.json | 6 +- packages/generouted/package.json | 12 +- packages/react-router/package.json | 8 +- packages/solid-router/package.json | 6 +- packages/tanstack-react-router/package.json | 4 +- pnpm-lock.yaml | 776 ++++++++++-------- shared/core/package.json | 2 +- 19 files changed, 528 insertions(+), 399 deletions(-) diff --git a/examples/react-location/basic/package.json b/examples/react-location/basic/package.json index abb321f..a3d0e4d 100644 --- a/examples/react-location/basic/package.json +++ b/examples/react-location/basic/package.json @@ -15,10 +15,10 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.60", - "@types/react-dom": "^18.2.19", + "@types/react": "^18.2.64", + "@types/react-dom": "^18.2.21", "@vitejs/plugin-react": "^4.2.1", - "typescript": "^5.3.3", - "vite": "^5.1.4" + "typescript": "^5.4.2", + "vite": "^5.1.5" } } diff --git a/examples/react-location/data-loaders/package.json b/examples/react-location/data-loaders/package.json index 91b8342..b1fe58b 100644 --- a/examples/react-location/data-loaders/package.json +++ b/examples/react-location/data-loaders/package.json @@ -15,10 +15,10 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.60", - "@types/react-dom": "^18.2.19", + "@types/react": "^18.2.64", + "@types/react-dom": "^18.2.21", "@vitejs/plugin-react": "^4.2.1", - "typescript": "^5.3.3", - "vite": "^5.1.4" + "typescript": "^5.4.2", + "vite": "^5.1.5" } } diff --git a/examples/react-location/modals/package.json b/examples/react-location/modals/package.json index 11402c2..974771f 100644 --- a/examples/react-location/modals/package.json +++ b/examples/react-location/modals/package.json @@ -15,10 +15,10 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.60", - "@types/react-dom": "^18.2.19", + "@types/react": "^18.2.64", + "@types/react-dom": "^18.2.21", "@vitejs/plugin-react": "^4.2.1", - "typescript": "^5.3.3", - "vite": "^5.1.4" + "typescript": "^5.4.2", + "vite": "^5.1.5" } } diff --git a/examples/react-location/nested-layouts/package.json b/examples/react-location/nested-layouts/package.json index 504379c..0f2ccb3 100644 --- a/examples/react-location/nested-layouts/package.json +++ b/examples/react-location/nested-layouts/package.json @@ -15,10 +15,10 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.60", - "@types/react-dom": "^18.2.19", + "@types/react": "^18.2.64", + "@types/react-dom": "^18.2.21", "@vitejs/plugin-react": "^4.2.1", - "typescript": "^5.3.3", - "vite": "^5.1.4" + "typescript": "^5.4.2", + "vite": "^5.1.5" } } diff --git a/examples/react-router-custom-path/package.json b/examples/react-router-custom-path/package.json index 94d19ec..103b2c3 100644 --- a/examples/react-router-custom-path/package.json +++ b/examples/react-router-custom-path/package.json @@ -13,14 +13,14 @@ "@generouted/react-router": "^1.18.4", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-router-dom": "6.22.1" + "react-router-dom": "6.22.3" }, "devDependencies": { - "@types/react": "^18.2.60", - "@types/react-dom": "^18.2.19", + "@types/react": "^18.2.64", + "@types/react-dom": "^18.2.21", "@vitejs/plugin-react": "^4.2.1", "prettier": "^3.2.5", - "typescript": "^5.3.3", - "vite": "^5.1.4" + "typescript": "^5.4.2", + "vite": "^5.1.5" } } diff --git a/examples/react-router-custom/package.json b/examples/react-router-custom/package.json index d005e2c..3af3c86 100644 --- a/examples/react-router-custom/package.json +++ b/examples/react-router-custom/package.json @@ -13,14 +13,14 @@ "@generouted/react-router": "^1.18.4", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-router-dom": "6.22.1" + "react-router-dom": "6.22.3" }, "devDependencies": { - "@types/react": "^18.2.60", - "@types/react-dom": "^18.2.19", + "@types/react": "^18.2.64", + "@types/react-dom": "^18.2.21", "@vitejs/plugin-react": "^4.2.1", "prettier": "^3.2.5", - "typescript": "^5.3.3", - "vite": "^5.1.4" + "typescript": "^5.4.2", + "vite": "^5.1.5" } } diff --git a/examples/react-router-mdx/package.json b/examples/react-router-mdx/package.json index 1b6d311..fec411d 100644 --- a/examples/react-router-mdx/package.json +++ b/examples/react-router-mdx/package.json @@ -15,14 +15,14 @@ "@mdx-js/rollup": "^3.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-router-dom": "6.22.1" + "react-router-dom": "6.22.3" }, "devDependencies": { - "@types/react": "^18.2.60", - "@types/react-dom": "^18.2.19", + "@types/react": "^18.2.64", + "@types/react-dom": "^18.2.21", "@vitejs/plugin-react": "^4.2.1", "prettier": "^3.2.5", - "typescript": "^5.3.3", - "vite": "^5.1.4" + "typescript": "^5.4.2", + "vite": "^5.1.5" } } diff --git a/examples/react-router-route-modals/package.json b/examples/react-router-route-modals/package.json index 056b0b9..bc07597 100644 --- a/examples/react-router-route-modals/package.json +++ b/examples/react-router-route-modals/package.json @@ -13,14 +13,14 @@ "@generouted/react-router": "^1.18.4", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-router-dom": "6.22.1" + "react-router-dom": "6.22.3" }, "devDependencies": { - "@types/react": "^18.2.60", - "@types/react-dom": "^18.2.19", + "@types/react": "^18.2.64", + "@types/react-dom": "^18.2.21", "@vitejs/plugin-react": "^4.2.1", "prettier": "^3.2.5", - "typescript": "^5.3.3", - "vite": "^5.1.4" + "typescript": "^5.4.2", + "vite": "^5.1.5" } } diff --git a/examples/react-router/package.json b/examples/react-router/package.json index 1b79640..4156608 100644 --- a/examples/react-router/package.json +++ b/examples/react-router/package.json @@ -13,14 +13,14 @@ "@generouted/react-router": "^1.18.4", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-router-dom": "6.22.1" + "react-router-dom": "6.22.3" }, "devDependencies": { - "@types/react": "^18.2.60", - "@types/react-dom": "^18.2.19", + "@types/react": "^18.2.64", + "@types/react-dom": "^18.2.21", "@vitejs/plugin-react": "^4.2.1", "prettier": "^3.2.5", - "typescript": "^5.3.3", - "vite": "^5.1.4" + "typescript": "^5.4.2", + "vite": "^5.1.5" } } diff --git a/examples/solid-router/package.json b/examples/solid-router/package.json index 932327a..ef97cec 100644 --- a/examples/solid-router/package.json +++ b/examples/solid-router/package.json @@ -6,16 +6,17 @@ "license": "MIT", "scripts": { "dev": "vite dev --port 3000", - "build": "vite build" + "build": "vite build", + "type-check": "tsc --noEmit" }, "dependencies": { "@generouted/solid-router": "^1.18.4", - "@solidjs/router": "^0.12.4", + "@solidjs/router": "^0.12.5", "solid-js": "^1.8.15" }, "devDependencies": { - "typescript": "^5.3.3", - "vite": "^5.1.4", + "typescript": "^5.4.2", + "vite": "^5.1.5", "vite-plugin-solid": "^2.10.1" } } diff --git a/examples/tanstack-react-router/package.json b/examples/tanstack-react-router/package.json index e451ac2..1667713 100644 --- a/examples/tanstack-react-router/package.json +++ b/examples/tanstack-react-router/package.json @@ -18,12 +18,12 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.60", - "@types/react-dom": "^18.2.19", + "@types/react": "^18.2.64", + "@types/react-dom": "^18.2.21", "@vitejs/plugin-react": "^4.2.1", "fast-glob": "^3.3.2", "prettier": "^3.2.5", - "typescript": "^5.3.3", - "vite": "^5.1.4" + "typescript": "^5.4.2", + "vite": "^5.1.5" } } diff --git a/explorer/package.json b/explorer/package.json index 74b0f4c..8585155 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -13,18 +13,18 @@ "@generouted/react-router": "^1.18.4", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-router-dom": "^6.22.1" + "react-router-dom": "^6.22.3" }, "devDependencies": { - "@types/react": "^18.2.60", - "@types/react-dom": "^18.2.19", + "@types/react": "^18.2.64", + "@types/react-dom": "^18.2.21", "@vitejs/plugin-react": "^4.2.1", - "autoprefixer": "^10.4.17", + "autoprefixer": "^10.4.18", "postcss": "^8.4.35", "prettier": "^3.2.5", - "prettier-plugin-tailwindcss": "^0.5.11", + "prettier-plugin-tailwindcss": "^0.5.12", "tailwindcss": "^3.4.1", - "typescript": "^5.3.3", - "vite": "^5.1.4" + "typescript": "^5.4.2", + "vite": "^5.1.5" } } diff --git a/package.json b/package.json index b8af184..3c3a076 100644 --- a/package.json +++ b/package.json @@ -36,13 +36,13 @@ "prepare": "husky" }, "devDependencies": { - "@commitlint/cli": "^19.0.0", - "@commitlint/config-conventional": "^19.0.0", + "@commitlint/cli": "^19.0.3", + "@commitlint/config-conventional": "^19.0.3", "@release-it-plugins/workspaces": "^4.2.0", "husky": "^9.0.11", "lint-staged": "^15.2.2", "prettier": "^3.2.5", "release-it": "^17.1.1", - "turbo": "^1.12.4" + "turbo": "^1.12.5" } } diff --git a/packages/generouted/package.json b/packages/generouted/package.json index 94a31c5..dc5c973 100644 --- a/packages/generouted/package.json +++ b/packages/generouted/package.json @@ -88,16 +88,16 @@ "type-check": "tsc --noEmit" }, "devDependencies": { - "@solidjs/router": "^0.12.4", + "@solidjs/router": "^0.12.5", "@tanstack/react-location": "^3.7.4", - "@types/react": "^18.2.60", - "@types/react-dom": "^18.2.19", + "@types/react": "^18.2.64", + "@types/react-dom": "^18.2.21", "react": "18.2.0", "react-dom": "18.2.0", - "react-router-dom": "^6.22.1", + "react-router-dom": "^6.22.3", "solid-js": "^1.8.15", - "typescript": "^5.3.3", - "vite": "^5.1.4", + "typescript": "^5.4.2", + "vite": "^5.1.5", "vitest": "^1.3.1" }, "peerDependencies": { diff --git a/packages/react-router/package.json b/packages/react-router/package.json index a72f62f..37a65eb 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -86,11 +86,11 @@ }, "devDependencies": { "@generouted/core": "workspace:*", - "@types/react": "^18.2.60", - "react-router-dom": "^6.22.1", + "@types/react": "^18.2.64", + "react-router-dom": "^6.22.3", "tsup": "^8.0.2", - "typescript": "^5.3.3", - "vite": "^5.1.4" + "typescript": "^5.4.2", + "vite": "^5.1.5" }, "peerDependencies": { "react": ">=18", diff --git a/packages/solid-router/package.json b/packages/solid-router/package.json index b29edc5..7fc5d2a 100644 --- a/packages/solid-router/package.json +++ b/packages/solid-router/package.json @@ -86,12 +86,12 @@ }, "devDependencies": { "@generouted/core": "workspace:*", - "@solidjs/router": "^0.12.4", + "@solidjs/router": "^0.12.5", "esbuild-plugin-solid": "^0.5.0", "solid-js": "^1.8.15", "tsup": "^8.0.2", - "typescript": "^5.3.3", - "vite": "^5.1.4" + "typescript": "^5.4.2", + "vite": "^5.1.5" }, "peerDependencies": { "@solidjs/router": ">=0.8", diff --git a/packages/tanstack-react-router/package.json b/packages/tanstack-react-router/package.json index 9109226..3aa7772 100644 --- a/packages/tanstack-react-router/package.json +++ b/packages/tanstack-react-router/package.json @@ -58,8 +58,8 @@ "devDependencies": { "@generouted/core": "workspace:*", "tsup": "^8.0.2", - "typescript": "^5.3.3", - "vite": "^5.1.4" + "typescript": "^5.4.2", + "vite": "^5.1.5" }, "peerDependencies": { "vite": ">=3" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 873bfb7..4d33458 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,11 +9,11 @@ importers: .: devDependencies: '@commitlint/cli': - specifier: ^19.0.0 - version: 19.0.0(@types/node@20.11.20)(typescript@5.3.3) + specifier: ^19.0.3 + version: 19.0.3(@types/node@20.11.25)(typescript@5.4.2) '@commitlint/config-conventional': - specifier: ^19.0.0 - version: 19.0.0 + specifier: ^19.0.3 + version: 19.0.3 '@release-it-plugins/workspaces': specifier: ^4.2.0 version: 4.2.0(release-it@17.1.1) @@ -28,10 +28,10 @@ importers: version: 3.2.5 release-it: specifier: ^17.1.1 - version: 17.1.1(typescript@5.3.3) + version: 17.1.1(typescript@5.4.2) turbo: - specifier: ^1.12.4 - version: 1.12.4 + specifier: ^1.12.5 + version: 1.12.5 examples/react-location/basic: dependencies: @@ -49,20 +49,20 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: '@types/react': - specifier: ^18.2.60 - version: 18.2.60 + specifier: ^18.2.64 + version: 18.2.64 '@types/react-dom': - specifier: ^18.2.19 - version: 18.2.19 + specifier: ^18.2.21 + version: 18.2.21 '@vitejs/plugin-react': specifier: ^4.2.1 - version: 4.2.1(vite@5.1.4) + version: 4.2.1(vite@5.1.5) typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.2 + version: 5.4.2 vite: - specifier: ^5.1.4 - version: 5.1.4(@types/node@20.11.20) + specifier: ^5.1.5 + version: 5.1.5(@types/node@20.11.25) examples/react-location/data-loaders: dependencies: @@ -80,20 +80,20 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: '@types/react': - specifier: ^18.2.60 - version: 18.2.60 + specifier: ^18.2.64 + version: 18.2.64 '@types/react-dom': - specifier: ^18.2.19 - version: 18.2.19 + specifier: ^18.2.21 + version: 18.2.21 '@vitejs/plugin-react': specifier: ^4.2.1 - version: 4.2.1(vite@5.1.4) + version: 4.2.1(vite@5.1.5) typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.2 + version: 5.4.2 vite: - specifier: ^5.1.4 - version: 5.1.4(@types/node@20.11.20) + specifier: ^5.1.5 + version: 5.1.5(@types/node@20.11.25) examples/react-location/modals: dependencies: @@ -111,20 +111,20 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: '@types/react': - specifier: ^18.2.60 - version: 18.2.60 + specifier: ^18.2.64 + version: 18.2.64 '@types/react-dom': - specifier: ^18.2.19 - version: 18.2.19 + specifier: ^18.2.21 + version: 18.2.21 '@vitejs/plugin-react': specifier: ^4.2.1 - version: 4.2.1(vite@5.1.4) + version: 4.2.1(vite@5.1.5) typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.2 + version: 5.4.2 vite: - specifier: ^5.1.4 - version: 5.1.4(@types/node@20.11.20) + specifier: ^5.1.5 + version: 5.1.5(@types/node@20.11.25) examples/react-location/nested-layouts: dependencies: @@ -142,25 +142,25 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: '@types/react': - specifier: ^18.2.60 - version: 18.2.60 + specifier: ^18.2.64 + version: 18.2.64 '@types/react-dom': - specifier: ^18.2.19 - version: 18.2.19 + specifier: ^18.2.21 + version: 18.2.21 '@vitejs/plugin-react': specifier: ^4.2.1 - version: 4.2.1(vite@5.1.4) + version: 4.2.1(vite@5.1.5) typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.2 + version: 5.4.2 vite: - specifier: ^5.1.4 - version: 5.1.4(@types/node@20.11.20) + specifier: ^5.1.5 + version: 5.1.5(@types/node@20.11.25) examples/react-router: dependencies: '@generouted/react-router': - specifier: ^1.18.3 + specifier: ^1.18.4 version: link:../../packages/react-router react: specifier: ^18.2.0 @@ -169,32 +169,32 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-router-dom: - specifier: 6.22.1 - version: 6.22.1(react-dom@18.2.0)(react@18.2.0) + specifier: 6.22.3 + version: 6.22.3(react-dom@18.2.0)(react@18.2.0) devDependencies: '@types/react': - specifier: ^18.2.60 - version: 18.2.60 + specifier: ^18.2.64 + version: 18.2.64 '@types/react-dom': - specifier: ^18.2.19 - version: 18.2.19 + specifier: ^18.2.21 + version: 18.2.21 '@vitejs/plugin-react': specifier: ^4.2.1 - version: 4.2.1(vite@5.1.4) + version: 4.2.1(vite@5.1.5) prettier: specifier: ^3.2.5 version: 3.2.5 typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.2 + version: 5.4.2 vite: - specifier: ^5.1.4 - version: 5.1.4(@types/node@20.11.20) + specifier: ^5.1.5 + version: 5.1.5(@types/node@20.11.25) examples/react-router-custom: dependencies: '@generouted/react-router': - specifier: ^1.18.3 + specifier: ^1.18.4 version: link:../../packages/react-router react: specifier: ^18.2.0 @@ -203,32 +203,32 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-router-dom: - specifier: 6.22.1 - version: 6.22.1(react-dom@18.2.0)(react@18.2.0) + specifier: 6.22.3 + version: 6.22.3(react-dom@18.2.0)(react@18.2.0) devDependencies: '@types/react': - specifier: ^18.2.60 - version: 18.2.60 + specifier: ^18.2.64 + version: 18.2.64 '@types/react-dom': - specifier: ^18.2.19 - version: 18.2.19 + specifier: ^18.2.21 + version: 18.2.21 '@vitejs/plugin-react': specifier: ^4.2.1 - version: 4.2.1(vite@5.1.4) + version: 4.2.1(vite@5.1.5) prettier: specifier: ^3.2.5 version: 3.2.5 typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.2 + version: 5.4.2 vite: - specifier: ^5.1.4 - version: 5.1.4(@types/node@20.11.20) + specifier: ^5.1.5 + version: 5.1.5(@types/node@20.11.25) examples/react-router-custom-path: dependencies: '@generouted/react-router': - specifier: ^1.18.3 + specifier: ^1.18.4 version: link:../../packages/react-router react: specifier: ^18.2.0 @@ -237,36 +237,36 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-router-dom: - specifier: 6.22.1 - version: 6.22.1(react-dom@18.2.0)(react@18.2.0) + specifier: 6.22.3 + version: 6.22.3(react-dom@18.2.0)(react@18.2.0) devDependencies: '@types/react': - specifier: ^18.2.60 - version: 18.2.60 + specifier: ^18.2.64 + version: 18.2.64 '@types/react-dom': - specifier: ^18.2.19 - version: 18.2.19 + specifier: ^18.2.21 + version: 18.2.21 '@vitejs/plugin-react': specifier: ^4.2.1 - version: 4.2.1(vite@5.1.4) + version: 4.2.1(vite@5.1.5) prettier: specifier: ^3.2.5 version: 3.2.5 typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.2 + version: 5.4.2 vite: - specifier: ^5.1.4 - version: 5.1.4(@types/node@20.11.20) + specifier: ^5.1.5 + version: 5.1.5(@types/node@20.11.25) examples/react-router-mdx: dependencies: '@generouted/react-router': - specifier: ^1.18.3 + specifier: ^1.18.4 version: link:../../packages/react-router '@mdx-js/rollup': specifier: ^3.0.1 - version: 3.0.1(rollup@4.12.0) + version: 3.0.1(rollup@4.12.1) react: specifier: ^18.2.0 version: 18.2.0 @@ -274,32 +274,32 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-router-dom: - specifier: 6.22.1 - version: 6.22.1(react-dom@18.2.0)(react@18.2.0) + specifier: 6.22.3 + version: 6.22.3(react-dom@18.2.0)(react@18.2.0) devDependencies: '@types/react': - specifier: ^18.2.60 - version: 18.2.60 + specifier: ^18.2.64 + version: 18.2.64 '@types/react-dom': - specifier: ^18.2.19 - version: 18.2.19 + specifier: ^18.2.21 + version: 18.2.21 '@vitejs/plugin-react': specifier: ^4.2.1 - version: 4.2.1(vite@5.1.4) + version: 4.2.1(vite@5.1.5) prettier: specifier: ^3.2.5 version: 3.2.5 typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.2 + version: 5.4.2 vite: - specifier: ^5.1.4 - version: 5.1.4(@types/node@20.11.20) + specifier: ^5.1.5 + version: 5.1.5(@types/node@20.11.25) examples/react-router-route-modals: dependencies: '@generouted/react-router': - specifier: ^1.18.3 + specifier: ^1.18.4 version: link:../../packages/react-router react: specifier: ^18.2.0 @@ -308,54 +308,54 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-router-dom: - specifier: 6.22.1 - version: 6.22.1(react-dom@18.2.0)(react@18.2.0) + specifier: 6.22.3 + version: 6.22.3(react-dom@18.2.0)(react@18.2.0) devDependencies: '@types/react': - specifier: ^18.2.60 - version: 18.2.60 + specifier: ^18.2.64 + version: 18.2.64 '@types/react-dom': - specifier: ^18.2.19 - version: 18.2.19 + specifier: ^18.2.21 + version: 18.2.21 '@vitejs/plugin-react': specifier: ^4.2.1 - version: 4.2.1(vite@5.1.4) + version: 4.2.1(vite@5.1.5) prettier: specifier: ^3.2.5 version: 3.2.5 typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.2 + version: 5.4.2 vite: - specifier: ^5.1.4 - version: 5.1.4(@types/node@20.11.20) + specifier: ^5.1.5 + version: 5.1.5(@types/node@20.11.25) examples/solid-router: dependencies: '@generouted/solid-router': - specifier: ^1.18.3 + specifier: ^1.18.4 version: link:../../packages/solid-router '@solidjs/router': - specifier: ^0.12.4 - version: 0.12.4(solid-js@1.8.15) + specifier: ^0.12.5 + version: 0.12.5(solid-js@1.8.15) solid-js: specifier: ^1.8.15 version: 1.8.15 devDependencies: typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.2 + version: 5.4.2 vite: - specifier: ^5.1.4 - version: 5.1.4(@types/node@20.11.20) + specifier: ^5.1.5 + version: 5.1.5(@types/node@20.11.25) vite-plugin-solid: specifier: ^2.10.1 - version: 2.10.1(solid-js@1.8.15)(vite@5.1.4) + version: 2.10.1(solid-js@1.8.15)(vite@5.1.5) examples/tanstack-react-router: dependencies: '@generouted/tanstack-react-router': - specifier: ^1.18.3 + specifier: ^1.18.4 version: link:../../packages/tanstack-react-router '@tanstack/react-actions': specifier: ^0.0.1-beta.64 @@ -374,14 +374,14 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: '@types/react': - specifier: ^18.2.60 - version: 18.2.60 + specifier: ^18.2.64 + version: 18.2.64 '@types/react-dom': - specifier: ^18.2.19 - version: 18.2.19 + specifier: ^18.2.21 + version: 18.2.21 '@vitejs/plugin-react': specifier: ^4.2.1 - version: 4.2.1(vite@5.1.4) + version: 4.2.1(vite@5.1.5) fast-glob: specifier: ^3.3.2 version: 3.3.2 @@ -389,16 +389,16 @@ importers: specifier: ^3.2.5 version: 3.2.5 typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.2 + version: 5.4.2 vite: - specifier: ^5.1.4 - version: 5.1.4(@types/node@20.11.20) + specifier: ^5.1.5 + version: 5.1.5(@types/node@20.11.25) explorer: dependencies: '@generouted/react-router': - specifier: ^1.18.3 + specifier: ^1.18.4 version: link:../packages/react-router react: specifier: ^18.2.0 @@ -407,21 +407,21 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-router-dom: - specifier: ^6.22.1 - version: 6.22.1(react-dom@18.2.0)(react@18.2.0) + specifier: ^6.22.3 + version: 6.22.3(react-dom@18.2.0)(react@18.2.0) devDependencies: '@types/react': - specifier: ^18.2.60 - version: 18.2.60 + specifier: ^18.2.64 + version: 18.2.64 '@types/react-dom': - specifier: ^18.2.19 - version: 18.2.19 + specifier: ^18.2.21 + version: 18.2.21 '@vitejs/plugin-react': specifier: ^4.2.1 - version: 4.2.1(vite@5.1.4) + version: 4.2.1(vite@5.1.5) autoprefixer: - specifier: ^10.4.17 - version: 10.4.17(postcss@8.4.35) + specifier: ^10.4.18 + version: 10.4.18(postcss@8.4.35) postcss: specifier: ^8.4.35 version: 8.4.35 @@ -429,32 +429,32 @@ importers: specifier: ^3.2.5 version: 3.2.5 prettier-plugin-tailwindcss: - specifier: ^0.5.11 - version: 0.5.11(prettier@3.2.5) + specifier: ^0.5.12 + version: 0.5.12(prettier@3.2.5) tailwindcss: specifier: ^3.4.1 version: 3.4.1 typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.2 + version: 5.4.2 vite: - specifier: ^5.1.4 - version: 5.1.4(@types/node@20.11.20) + specifier: ^5.1.5 + version: 5.1.5(@types/node@20.11.25) packages/generouted: devDependencies: '@solidjs/router': - specifier: ^0.12.4 - version: 0.12.4(solid-js@1.8.15) + specifier: ^0.12.5 + version: 0.12.5(solid-js@1.8.15) '@tanstack/react-location': specifier: ^3.7.4 version: 3.7.4(react-dom@18.2.0)(react@18.2.0) '@types/react': - specifier: ^18.2.60 - version: 18.2.60 + specifier: ^18.2.64 + version: 18.2.64 '@types/react-dom': - specifier: ^18.2.19 - version: 18.2.19 + specifier: ^18.2.21 + version: 18.2.21 react: specifier: 18.2.0 version: 18.2.0 @@ -462,20 +462,20 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-router-dom: - specifier: ^6.22.1 - version: 6.22.1(react-dom@18.2.0)(react@18.2.0) + specifier: ^6.22.3 + version: 6.22.3(react-dom@18.2.0)(react@18.2.0) solid-js: specifier: ^1.8.15 version: 1.8.15 typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.2 + version: 5.4.2 vite: - specifier: ^5.1.4 - version: 5.1.4(@types/node@20.11.20) + specifier: ^5.1.5 + version: 5.1.5(@types/node@20.11.25) vitest: specifier: ^1.3.1 - version: 1.3.1(@types/node@20.11.20) + version: 1.3.1(@types/node@20.11.25) packages/react-router: dependencies: @@ -483,7 +483,7 @@ importers: specifier: ^3.3.2 version: 3.3.2 generouted: - specifier: ^1.18.3 + specifier: ^1.18.4 version: link:../generouted react: specifier: '>=18' @@ -493,20 +493,20 @@ importers: specifier: workspace:* version: link:../../shared/core '@types/react': - specifier: ^18.2.60 - version: 18.2.60 + specifier: ^18.2.64 + version: 18.2.64 react-router-dom: - specifier: ^6.22.1 - version: 6.22.1(react-dom@18.2.0)(react@18.2.0) + specifier: ^6.22.3 + version: 6.22.3(react-dom@18.2.0)(react@18.2.0) tsup: specifier: ^8.0.2 - version: 8.0.2(typescript@5.3.3) + version: 8.0.2(typescript@5.4.2) typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.2 + version: 5.4.2 vite: - specifier: ^5.1.4 - version: 5.1.4(@types/node@20.11.20) + specifier: ^5.1.5 + version: 5.1.5(@types/node@20.11.25) packages/solid-router: dependencies: @@ -514,15 +514,15 @@ importers: specifier: ^3.3.2 version: 3.3.2 generouted: - specifier: ^1.18.3 + specifier: ^1.18.4 version: link:../generouted devDependencies: '@generouted/core': specifier: workspace:* version: link:../../shared/core '@solidjs/router': - specifier: ^0.12.4 - version: 0.12.4(solid-js@1.8.15) + specifier: ^0.12.5 + version: 0.12.5(solid-js@1.8.15) esbuild-plugin-solid: specifier: ^0.5.0 version: 0.5.0(esbuild@0.20.1)(solid-js@1.8.15) @@ -531,13 +531,13 @@ importers: version: 1.8.15 tsup: specifier: ^8.0.2 - version: 8.0.2(typescript@5.3.3) + version: 8.0.2(typescript@5.4.2) typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.2 + version: 5.4.2 vite: - specifier: ^5.1.4 - version: 5.1.4(@types/node@20.11.20) + specifier: ^5.1.5 + version: 5.1.5(@types/node@20.11.25) packages/tanstack-react-router: dependencies: @@ -550,19 +550,19 @@ importers: version: link:../../shared/core tsup: specifier: ^8.0.2 - version: 8.0.2(typescript@5.3.3) + version: 8.0.2(typescript@5.4.2) typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.2 + version: 5.4.2 vite: - specifier: ^5.1.4 - version: 5.1.4(@types/node@20.11.20) + specifier: ^5.1.5 + version: 5.1.5(@types/node@20.11.25) shared/core: devDependencies: '@types/node': - specifier: ^20.11.20 - version: 20.11.20 + specifier: ^20.11.25 + version: 20.11.25 packages: @@ -1433,46 +1433,44 @@ packages: to-fast-properties: 2.0.0 dev: true - /@commitlint/cli@19.0.0(@types/node@20.11.20)(typescript@5.3.3): - resolution: {integrity: sha512-SVBQG6k+eOOmlejYTtxnqJGmhrzy/m0qH3bVeoHY3gtlJBK3Kb32RjJioteBYk8Vuo58x5ehAjXwsQFX58X+xw==} + /@commitlint/cli@19.0.3(@types/node@20.11.25)(typescript@5.4.2): + resolution: {integrity: sha512-mGhh/aYPib4Vy4h+AGRloMY+CqkmtdeKPV9poMcZeImF5e3knQ5VYaSeAM0mEzps1dbKsHvABwaDpafLUuM96g==} engines: {node: '>=v18'} hasBin: true dependencies: - '@commitlint/format': 19.0.0 - '@commitlint/lint': 19.0.0 - '@commitlint/load': 19.0.0(@types/node@20.11.20)(typescript@5.3.3) - '@commitlint/read': 19.0.0 - '@commitlint/types': 19.0.0 + '@commitlint/format': 19.0.3 + '@commitlint/lint': 19.0.3 + '@commitlint/load': 19.0.3(@types/node@20.11.25)(typescript@5.4.2) + '@commitlint/read': 19.0.3 + '@commitlint/types': 19.0.3 execa: 8.0.1 - resolve-from: 5.0.0 - resolve-global: 2.0.0 yargs: 17.7.2 transitivePeerDependencies: - '@types/node' - typescript dev: true - /@commitlint/config-conventional@19.0.0: - resolution: {integrity: sha512-d8lPm+slPUdA8Zof2Y36RqAm/MmAYx/QQIEd2gKbpfLThQK1oYLs+0C3sMPD+4LIq2kh4cnbV9WnPA0P5sN8Ig==} + /@commitlint/config-conventional@19.0.3: + resolution: {integrity: sha512-vh0L8XeLaEzTe8VCxSd0gAFvfTK0RFolrzw4o431bIuWJfi/yRCHJlsDwus7wW2eJaFFDR0VFXJyjGyDQhi4vA==} engines: {node: '>=v18'} dependencies: - '@commitlint/types': 19.0.0 + '@commitlint/types': 19.0.3 conventional-changelog-conventionalcommits: 7.0.2 dev: true - /@commitlint/config-validator@19.0.0: - resolution: {integrity: sha512-oxJ2k+jBPRyWzv1ixfxwGZO5DJ1S+v3D8u/QESMwuPh3kQmeOYBRxGI+5FDWMwiVSHpztlhvvxDAU9SFXeMqUA==} + /@commitlint/config-validator@19.0.3: + resolution: {integrity: sha512-2D3r4PKjoo59zBc2auodrSCaUnCSALCx54yveOFwwP/i2kfEAQrygwOleFWswLqK0UL/F9r07MFi5ev2ohyM4Q==} engines: {node: '>=v18'} dependencies: - '@commitlint/types': 19.0.0 + '@commitlint/types': 19.0.3 ajv: 8.12.0 dev: true - /@commitlint/ensure@19.0.0: - resolution: {integrity: sha512-G0avCIwjKplTP1Oc9MlDhsYqi1yOWORtJSBpyMbQEnalQAW1tuRxG4LOLRZVKfFqlDWs2SfVQPN0Uw51Ge0f6w==} + /@commitlint/ensure@19.0.3: + resolution: {integrity: sha512-SZEpa/VvBLoT+EFZVb91YWbmaZ/9rPH3ESrINOl0HD2kMYsjvl0tF7nMHh0EpTcv4+gTtZBAe1y/SS6/OhfZzQ==} engines: {node: '>=v18'} dependencies: - '@commitlint/types': 19.0.0 + '@commitlint/types': 19.0.3 lodash.camelcase: 4.3.0 lodash.kebabcase: 4.1.1 lodash.snakecase: 4.1.1 @@ -1485,43 +1483,43 @@ packages: engines: {node: '>=v18'} dev: true - /@commitlint/format@19.0.0: - resolution: {integrity: sha512-36P4/2tpGSGQsYoSZEso5fTSTaMSArIK9fszy+5B8hwwAvOfnD4kQtrwfMhiXnf7PCgeX2lx5Jma+pY3Bq326A==} + /@commitlint/format@19.0.3: + resolution: {integrity: sha512-QjjyGyoiVWzx1f5xOteKHNLFyhyweVifMgopozSgx1fGNrGV8+wp7k6n1t6StHdJ6maQJ+UUtO2TcEiBFRyR6Q==} engines: {node: '>=v18'} dependencies: - '@commitlint/types': 19.0.0 + '@commitlint/types': 19.0.3 chalk: 5.3.0 dev: true - /@commitlint/is-ignored@19.0.0: - resolution: {integrity: sha512-5b2nIrl8GEjzYAnOK2ZAUxBXvUonYrp3+8kJkUMl8QOtjt2O1gsd71jar7UtoDEqTWJhc+n7lG6lQYMXtcQJAw==} + /@commitlint/is-ignored@19.0.3: + resolution: {integrity: sha512-MqDrxJaRSVSzCbPsV6iOKG/Lt52Y+PVwFVexqImmYYFhe51iVJjK2hRhOG2jUAGiUHk4jpdFr0cZPzcBkSzXDQ==} engines: {node: '>=v18'} dependencies: - '@commitlint/types': 19.0.0 + '@commitlint/types': 19.0.3 semver: 7.6.0 dev: true - /@commitlint/lint@19.0.0: - resolution: {integrity: sha512-rAAisSpxhA+z4uhsveSt1CuTB+Jld5d7zyNSEK2UWjQaOxicwDP+LFiOdM32n/vwsLlOJqhrInA50UcbRSVaGg==} + /@commitlint/lint@19.0.3: + resolution: {integrity: sha512-uHPyRqIn57iIplYa5xBr6oNu5aPXKGC4WLeuHfqQHclwIqbJ33g3yA5fIA+/NYnp5ZM2EFiujqHFaVUYj6HlKA==} engines: {node: '>=v18'} dependencies: - '@commitlint/is-ignored': 19.0.0 - '@commitlint/parse': 19.0.0 - '@commitlint/rules': 19.0.0 - '@commitlint/types': 19.0.0 + '@commitlint/is-ignored': 19.0.3 + '@commitlint/parse': 19.0.3 + '@commitlint/rules': 19.0.3 + '@commitlint/types': 19.0.3 dev: true - /@commitlint/load@19.0.0(@types/node@20.11.20)(typescript@5.3.3): - resolution: {integrity: sha512-pC/6xDjkWPWgqfILY0KMMpxz0dTZqC7fUpxyWMLRrlbZCC9S54/gsg/8UltFrUH+C+F1zz4Ip8CQgzKonpH6rg==} + /@commitlint/load@19.0.3(@types/node@20.11.25)(typescript@5.4.2): + resolution: {integrity: sha512-18Tk/ZcDFRKIoKfEcl7kC+bYkEQ055iyKmGsYDoYWpKf6FUvBrP9bIWapuy/MB+kYiltmP9ITiUx6UXtqC9IRw==} engines: {node: '>=v18'} dependencies: - '@commitlint/config-validator': 19.0.0 + '@commitlint/config-validator': 19.0.3 '@commitlint/execute-rule': 19.0.0 - '@commitlint/resolve-extends': 19.0.0 - '@commitlint/types': 19.0.0 + '@commitlint/resolve-extends': 19.0.3 + '@commitlint/types': 19.0.3 chalk: 5.3.0 - cosmiconfig: 8.3.6(typescript@5.3.3) - cosmiconfig-typescript-loader: 5.0.0(@types/node@20.11.20)(cosmiconfig@8.3.6)(typescript@5.3.3) + cosmiconfig: 8.3.6(typescript@5.4.2) + cosmiconfig-typescript-loader: 5.0.0(@types/node@20.11.25)(cosmiconfig@8.3.6)(typescript@5.4.2) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -1535,45 +1533,45 @@ packages: engines: {node: '>=v18'} dev: true - /@commitlint/parse@19.0.0: - resolution: {integrity: sha512-/2hT08V/2Lh+aQ5cSAw5vO74FlA3LJGYzLfsNMcx6aW8Kmrsa9W7chNNY5hMWbucCF92s/JE3eVIHnzoEBKTTA==} + /@commitlint/parse@19.0.3: + resolution: {integrity: sha512-Il+tNyOb8VDxN3P6XoBBwWJtKKGzHlitEuXA5BP6ir/3loWlsSqDr5aecl6hZcC/spjq4pHqNh0qPlfeWu38QA==} engines: {node: '>=v18'} dependencies: - '@commitlint/types': 19.0.0 + '@commitlint/types': 19.0.3 conventional-changelog-angular: 7.0.0 conventional-commits-parser: 5.0.0 dev: true - /@commitlint/read@19.0.0: - resolution: {integrity: sha512-AbK/fQjWrXGAAHl+KeOtZtWJryhzkTnynhkABF4IUFZqK71JSviSIPHYuUQjdwNrD0PJGs5f19ORjY8LOXP08w==} + /@commitlint/read@19.0.3: + resolution: {integrity: sha512-b5AflTyAXkUx5qKw4TkjjcOccXZHql3JqMi522knTQktq2AubKXFz60Sws+K4FsefwPws6fGz9mqiI/NvsvxFA==} engines: {node: '>=v18'} dependencies: '@commitlint/top-level': 19.0.0 - '@commitlint/types': 19.0.0 + '@commitlint/types': 19.0.3 git-raw-commits: 4.0.0 minimist: 1.2.8 dev: true - /@commitlint/resolve-extends@19.0.0: - resolution: {integrity: sha512-ej0fALn5yZQOYKH8wPZnzw5LGvD0n5gJBPvV6DnMiSYudqgwYwhdNJ//MukZCXNpLIM1yMA8KUyrCP6D4WnUbg==} + /@commitlint/resolve-extends@19.0.3: + resolution: {integrity: sha512-18BKmta8OC8+Ub+Q3QGM9l27VjQaXobloVXOrMvu8CpEwJYv62vC/t7Ka5kJnsW0tU9q1eMqJFZ/nN9T/cOaIA==} engines: {node: '>=v18'} dependencies: - '@commitlint/config-validator': 19.0.0 - '@commitlint/types': 19.0.0 - import-fresh: 3.3.0 + '@commitlint/config-validator': 19.0.3 + '@commitlint/types': 19.0.3 + global-directory: 4.0.1 import-meta-resolve: 4.0.0 lodash.mergewith: 4.6.2 - resolve-global: 2.0.0 + resolve-from: 5.0.0 dev: true - /@commitlint/rules@19.0.0: - resolution: {integrity: sha512-uwb5Ro5vvJlEjnWPezL3AcdlbLdJz24SD5VembgA6IXqqunphZr5LFsQL1z5efP7p3MUdJEXFynIx8o62+j2lA==} + /@commitlint/rules@19.0.3: + resolution: {integrity: sha512-TspKb9VB6svklxNCKKwxhELn7qhtY1rFF8ls58DcFd0F97XoG07xugPjjbVnLqmMkRjZDbDIwBKt9bddOfLaPw==} engines: {node: '>=v18'} dependencies: - '@commitlint/ensure': 19.0.0 + '@commitlint/ensure': 19.0.3 '@commitlint/message': 19.0.0 '@commitlint/to-lines': 19.0.0 - '@commitlint/types': 19.0.0 + '@commitlint/types': 19.0.3 execa: 8.0.1 dev: true @@ -1589,10 +1587,11 @@ packages: find-up: 7.0.0 dev: true - /@commitlint/types@19.0.0: - resolution: {integrity: sha512-qLjLUdYXKi0TIavONrjBkxrElp7KguqDbvzIRbqTdJBV/cAAr8QEhHe1qUq8OcCM3gFWTlUrDz3ISZbkRoGsAg==} + /@commitlint/types@19.0.3: + resolution: {integrity: sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==} engines: {node: '>=v18'} dependencies: + '@types/conventional-commits-parser': 5.0.0 chalk: 5.3.0 dev: true @@ -2168,14 +2167,14 @@ packages: - supports-color dev: false - /@mdx-js/rollup@3.0.1(rollup@4.12.0): + /@mdx-js/rollup@3.0.1(rollup@4.12.1): resolution: {integrity: sha512-j0II91OCm4ld+l5QVgXXMQGxVVcAWIQJakYWi1dv5pefDHASJyCYER2TsdH7Alf958GoFSM7ugukWyvDq/UY4A==} peerDependencies: rollup: '>=2' dependencies: '@mdx-js/mdx': 3.0.1 - '@rollup/pluginutils': 5.1.0(rollup@4.12.0) - rollup: 4.12.0 + '@rollup/pluginutils': 5.1.0(rollup@4.12.1) + rollup: 4.12.1 source-map: 0.7.4 vfile: 6.0.1 transitivePeerDependencies: @@ -2339,7 +2338,7 @@ packages: dependencies: detect-indent: 6.1.0 detect-newline: 3.1.0 - release-it: 17.1.1(typescript@5.3.3) + release-it: 17.1.1(typescript@5.4.2) semver: 7.5.4 url-join: 4.0.1 validate-peer-dependencies: 1.2.0 @@ -2347,11 +2346,11 @@ packages: yaml: 2.3.4 dev: true - /@remix-run/router@1.15.1: - resolution: {integrity: sha512-zcU0gM3z+3iqj8UX45AmWY810l3oUmXM7uH4dt5xtzvMhRtYVhKGOmgOd1877dOPPepfCjUv57w+syamWIYe7w==} + /@remix-run/router@1.15.3: + resolution: {integrity: sha512-Oy8rmScVrVxWZVOpEF57ovlnhpZ8CCPlnIIumVcV9nFdiSIrus99+Lw78ekXyGvVDlIsFJbSfmSovJUhCWYV3w==} engines: {node: '>=14.0.0'} - /@rollup/pluginutils@5.1.0(rollup@4.12.0): + /@rollup/pluginutils@5.1.0(rollup@4.12.1): resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} engines: {node: '>=14.0.0'} peerDependencies: @@ -2363,7 +2362,7 @@ packages: '@types/estree': 1.0.5 estree-walker: 2.0.2 picomatch: 2.3.1 - rollup: 4.12.0 + rollup: 4.12.1 dev: false /@rollup/rollup-android-arm-eabi@4.12.0: @@ -2371,6 +2370,14 @@ packages: cpu: [arm] os: [android] requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-android-arm-eabi@4.12.1: + resolution: {integrity: sha512-iU2Sya8hNn1LhsYyf0N+L4Gf9Qc+9eBTJJJsaOGUp+7x4n2M9dxTt8UvhJl3oeftSjblSlpCfvjA/IfP3g5VjQ==} + cpu: [arm] + os: [android] + requiresBuild: true optional: true /@rollup/rollup-android-arm64@4.12.0: @@ -2378,6 +2385,14 @@ packages: cpu: [arm64] os: [android] requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-android-arm64@4.12.1: + resolution: {integrity: sha512-wlzcWiH2Ir7rdMELxFE5vuM7D6TsOcJ2Yw0c3vaBR3VOsJFVTx9xvwnAvhgU5Ii8Gd6+I11qNHwndDscIm0HXg==} + cpu: [arm64] + os: [android] + requiresBuild: true optional: true /@rollup/rollup-darwin-arm64@4.12.0: @@ -2385,6 +2400,14 @@ packages: cpu: [arm64] os: [darwin] requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-darwin-arm64@4.12.1: + resolution: {integrity: sha512-YRXa1+aZIFN5BaImK+84B3uNK8C6+ynKLPgvn29X9s0LTVCByp54TB7tdSMHDR7GTV39bz1lOmlLDuedgTwwHg==} + cpu: [arm64] + os: [darwin] + requiresBuild: true optional: true /@rollup/rollup-darwin-x64@4.12.0: @@ -2392,6 +2415,14 @@ packages: cpu: [x64] os: [darwin] requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-darwin-x64@4.12.1: + resolution: {integrity: sha512-opjWJ4MevxeA8FhlngQWPBOvVWYNPFkq6/25rGgG+KOy0r8clYwL1CFd+PGwRqqMFVQ4/Qd3sQu5t7ucP7C/Uw==} + cpu: [x64] + os: [darwin] + requiresBuild: true optional: true /@rollup/rollup-linux-arm-gnueabihf@4.12.0: @@ -2399,6 +2430,14 @@ packages: cpu: [arm] os: [linux] requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-linux-arm-gnueabihf@4.12.1: + resolution: {integrity: sha512-uBkwaI+gBUlIe+EfbNnY5xNyXuhZbDSx2nzzW8tRMjUmpScd6lCQYKY2V9BATHtv5Ef2OBq6SChEP8h+/cxifQ==} + cpu: [arm] + os: [linux] + requiresBuild: true optional: true /@rollup/rollup-linux-arm64-gnu@4.12.0: @@ -2406,6 +2445,14 @@ packages: cpu: [arm64] os: [linux] requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-linux-arm64-gnu@4.12.1: + resolution: {integrity: sha512-0bK9aG1kIg0Su7OcFTlexkVeNZ5IzEsnz1ept87a0TUgZ6HplSgkJAnFpEVRW7GRcikT4GlPV0pbtVedOaXHQQ==} + cpu: [arm64] + os: [linux] + requiresBuild: true optional: true /@rollup/rollup-linux-arm64-musl@4.12.0: @@ -2413,6 +2460,14 @@ packages: cpu: [arm64] os: [linux] requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-linux-arm64-musl@4.12.1: + resolution: {integrity: sha512-qB6AFRXuP8bdkBI4D7UPUbE7OQf7u5OL+R94JE42Z2Qjmyj74FtDdLGeriRyBDhm4rQSvqAGCGC01b8Fu2LthQ==} + cpu: [arm64] + os: [linux] + requiresBuild: true optional: true /@rollup/rollup-linux-riscv64-gnu@4.12.0: @@ -2420,6 +2475,14 @@ packages: cpu: [riscv64] os: [linux] requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-linux-riscv64-gnu@4.12.1: + resolution: {integrity: sha512-sHig3LaGlpNgDj5o8uPEoGs98RII8HpNIqFtAI8/pYABO8i0nb1QzT0JDoXF/pxzqO+FkxvwkHZo9k0NJYDedg==} + cpu: [riscv64] + os: [linux] + requiresBuild: true optional: true /@rollup/rollup-linux-x64-gnu@4.12.0: @@ -2427,6 +2490,14 @@ packages: cpu: [x64] os: [linux] requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-linux-x64-gnu@4.12.1: + resolution: {integrity: sha512-nD3YcUv6jBJbBNFvSbp0IV66+ba/1teuBcu+fBBPZ33sidxitc6ErhON3JNavaH8HlswhWMC3s5rgZpM4MtPqQ==} + cpu: [x64] + os: [linux] + requiresBuild: true optional: true /@rollup/rollup-linux-x64-musl@4.12.0: @@ -2434,6 +2505,14 @@ packages: cpu: [x64] os: [linux] requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-linux-x64-musl@4.12.1: + resolution: {integrity: sha512-7/XVZqgBby2qp/cO0TQ8uJK+9xnSdJ9ct6gSDdEr4MfABrjTyrW6Bau7HQ73a2a5tPB7hno49A0y1jhWGDN9OQ==} + cpu: [x64] + os: [linux] + requiresBuild: true optional: true /@rollup/rollup-win32-arm64-msvc@4.12.0: @@ -2441,6 +2520,14 @@ packages: cpu: [arm64] os: [win32] requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-win32-arm64-msvc@4.12.1: + resolution: {integrity: sha512-CYc64bnICG42UPL7TrhIwsJW4QcKkIt9gGlj21gq3VV0LL6XNb1yAdHVp1pIi9gkts9gGcT3OfUYHjGP7ETAiw==} + cpu: [arm64] + os: [win32] + requiresBuild: true optional: true /@rollup/rollup-win32-ia32-msvc@4.12.0: @@ -2448,6 +2535,14 @@ packages: cpu: [ia32] os: [win32] requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-win32-ia32-msvc@4.12.1: + resolution: {integrity: sha512-LN+vnlZ9g0qlHGlS920GR4zFCqAwbv2lULrR29yGaWP9u7wF5L7GqWu9Ah6/kFZPXPUkpdZwd//TNR+9XC9hvA==} + cpu: [ia32] + os: [win32] + requiresBuild: true optional: true /@rollup/rollup-win32-x64-msvc@4.12.0: @@ -2455,6 +2550,14 @@ packages: cpu: [x64] os: [win32] requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-win32-x64-msvc@4.12.1: + resolution: {integrity: sha512-n+vkrSyphvmU0qkQ6QBNXCGr2mKjhP08mPRM/Xp5Ck2FV4NrHU+y6axzDeixUrCBHVUS51TZhjqrKBBsHLKb2Q==} + cpu: [x64] + os: [win32] + requiresBuild: true optional: true /@sinclair/typebox@0.27.8: @@ -2471,8 +2574,8 @@ packages: engines: {node: '>=18'} dev: true - /@solidjs/router@0.12.4(solid-js@1.8.15): - resolution: {integrity: sha512-2S5QWYmpWSIWn5ei85eoStEMmECERX2BiBkEvmqYDrgX79I8D95YaWVdHbcFGOxISPTY4TP7RxjRiofs/AIFJQ==} + /@solidjs/router@0.12.5(solid-js@1.8.15): + resolution: {integrity: sha512-UK9GnWPS1RmBf7w35DpWwqNgpVbKhon5eXOl7Xk+edPMTzzHkwPW2RytQKQ0BMRQOHzyM/WRetWLbIAubKdlog==} peerDependencies: solid-js: ^1.8.6 dependencies: @@ -2649,6 +2752,12 @@ packages: '@babel/types': 7.23.3 dev: true + /@types/conventional-commits-parser@5.0.0: + resolution: {integrity: sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==} + dependencies: + '@types/node': 20.11.25 + dev: true + /@types/debug@4.1.12: resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} dependencies: @@ -2692,8 +2801,8 @@ packages: resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} dev: false - /@types/node@20.11.20: - resolution: {integrity: sha512-7/rR21OS+fq8IyHTgtLkDK949uzsa6n8BkziAKtPVpugIkO6D+/ooXMvzXxDnZrmtXVfjb1bKQafYpb8s89LOg==} + /@types/node@20.11.25: + resolution: {integrity: sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==} dependencies: undici-types: 5.26.5 dev: true @@ -2702,14 +2811,14 @@ packages: resolution: {integrity: sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==} dev: true - /@types/react-dom@18.2.19: - resolution: {integrity: sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==} + /@types/react-dom@18.2.21: + resolution: {integrity: sha512-gnvBA/21SA4xxqNXEwNiVcP0xSGHh/gi1VhWv9Bl46a0ItbTT5nFY+G9VSQpaG/8N/qdJpJ+vftQ4zflTtnjLw==} dependencies: - '@types/react': 18.2.60 + '@types/react': 18.2.64 dev: true - /@types/react@18.2.60: - resolution: {integrity: sha512-dfiPj9+k20jJrLGOu9Nf6eqxm2EyJRrq2NvwOFsfbb7sFExZ9WELPs67UImHj3Ayxg8ruTtKtNnbjaF8olPq0A==} + /@types/react@18.2.64: + resolution: {integrity: sha512-MlmPvHgjj2p3vZaxbQgFUQFvD8QiZwACfGqEdDSWou5yISWxDQ4/74nCAwsUiX7UFLKZz3BbVSPj+YxeoGGCfg==} dependencies: '@types/prop-types': 15.7.11 '@types/scheduler': 0.16.8 @@ -2732,7 +2841,7 @@ packages: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} dev: false - /@vitejs/plugin-react@4.2.1(vite@5.1.4): + /@vitejs/plugin-react@4.2.1(vite@5.1.5): resolution: {integrity: sha512-oojO9IDc4nCUUi8qIR11KoQm0XFFLIwsRBwHRR4d/88IWghn1y6ckz/bJ8GHDCsYEJee8mDzqtJxh15/cisJNQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -2743,7 +2852,7 @@ packages: '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.23.6) '@types/babel__core': 7.20.5 react-refresh: 0.14.0 - vite: 5.1.4(@types/node@20.11.20) + vite: 5.1.5(@types/node@20.11.25) transitivePeerDependencies: - supports-color dev: true @@ -2969,15 +3078,15 @@ packages: retry: 0.13.1 dev: true - /autoprefixer@10.4.17(postcss@8.4.35): - resolution: {integrity: sha512-/cpVNRLSfhOtcGflT13P2794gVSgmPgTR+erw5ifnMLZb0UnSlkK4tquLmkd3BhA+nLo5tX8Cu0upUsGKvKbmg==} + /autoprefixer@10.4.18(postcss@8.4.35): + resolution: {integrity: sha512-1DKbDfsr6KUElM6wg+0zRNkB/Q7WcKYAaK+pzXn+Xqmszm/5Xa9coeNdtP88Vi+dPzZnMjhge8GIV49ZQkDa+g==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: postcss: ^8.1.0 dependencies: browserslist: 4.23.0 - caniuse-lite: 1.0.30001589 + caniuse-lite: 1.0.30001596 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -3130,8 +3239,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001589 - electron-to-chromium: 1.4.681 + caniuse-lite: 1.0.30001596 + electron-to-chromium: 1.4.695 node-releases: 2.0.14 update-browserslist-db: 1.0.13(browserslist@4.23.0) dev: true @@ -3217,8 +3326,8 @@ packages: resolution: {integrity: sha512-vSUkH84HontZJ88MiNrOau1EBrCqEQYgkC5gIySiDlpsm8sGVrhU7Kx4V6h0tnqaHzIHZv08HlJIwPbL4XL9+A==} dev: true - /caniuse-lite@1.0.30001589: - resolution: {integrity: sha512-vNQWS6kI+q6sBlHbh71IIeC+sRwK2N3EDySc/updIGhIee2x5z00J4c1242/5/d6EpEMdOnk/m+6tuk4/tcsqg==} + /caniuse-lite@1.0.30001596: + resolution: {integrity: sha512-zpkZ+kEr6We7w63ORkoJ2pOfBwBkY/bJrG/UZ90qNb45Isblu8wzDgevEOrRL1r9dWayHjYiiyCMEXPn4DweGQ==} dev: true /ccount@2.0.1: @@ -3477,7 +3586,7 @@ packages: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} dev: true - /cosmiconfig-typescript-loader@5.0.0(@types/node@20.11.20)(cosmiconfig@8.3.6)(typescript@5.3.3): + /cosmiconfig-typescript-loader@5.0.0(@types/node@20.11.25)(cosmiconfig@8.3.6)(typescript@5.4.2): resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} engines: {node: '>=v16'} peerDependencies: @@ -3485,13 +3594,13 @@ packages: cosmiconfig: '>=8.2' typescript: '>=4' dependencies: - '@types/node': 20.11.20 - cosmiconfig: 8.3.6(typescript@5.3.3) + '@types/node': 20.11.25 + cosmiconfig: 8.3.6(typescript@5.4.2) jiti: 1.21.0 - typescript: 5.3.3 + typescript: 5.4.2 dev: true - /cosmiconfig@8.3.6(typescript@5.3.3): + /cosmiconfig@8.3.6(typescript@5.4.2): resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} engines: {node: '>=14'} peerDependencies: @@ -3504,10 +3613,10 @@ packages: js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 - typescript: 5.3.3 + typescript: 5.4.2 dev: true - /cosmiconfig@9.0.0(typescript@5.3.3): + /cosmiconfig@9.0.0(typescript@5.4.2): resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} engines: {node: '>=14'} peerDependencies: @@ -3520,7 +3629,7 @@ packages: import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 - typescript: 5.3.3 + typescript: 5.4.2 dev: true /cross-spawn@7.0.3: @@ -3726,8 +3835,8 @@ packages: resolution: {integrity: sha512-mqi2oL1mfeHYtOdCxbPQYV/PL7YrQlxbvFEZ0Ee8GbDdShimqt2/S6z2RWqysuvlwdOrQdqvE0KZrBTipAeJzg==} dev: true - /electron-to-chromium@1.4.681: - resolution: {integrity: sha512-1PpuqJUFWoXZ1E54m8bsLPVYwIVCRzvaL+n5cjigGga4z854abDnFRc+cTa2th4S79kyGqya/1xoR7h+Y5G5lg==} + /electron-to-chromium@1.4.695: + resolution: {integrity: sha512-eMijZmeqPtm774pCZIOrfUHMs/7ls++W1sLhxwqgu8KQ8E2WmMtzwyqOMt0XXUJ3HTIPfuwlfwF+I5cwnfItBA==} dev: true /emoji-regex@10.3.0: @@ -6269,8 +6378,8 @@ packages: source-map-js: 1.0.2 dev: true - /prettier-plugin-tailwindcss@0.5.11(prettier@3.2.5): - resolution: {integrity: sha512-AvI/DNyMctyyxGOjyePgi/gqj5hJYClZ1avtQvLlqMT3uDZkRbi4HhGUpok3DRzv9z7Lti85Kdj3s3/1CeNI0w==} + /prettier-plugin-tailwindcss@0.5.12(prettier@3.2.5): + resolution: {integrity: sha512-o74kiDBVE73oHW+pdkFSluHBL3cYEvru5YgEqNkBMFF7Cjv+w1vI565lTlfoJT4VLWDe0FMtZ7FkE/7a4pMXSQ==} engines: {node: '>=14.21.3'} peerDependencies: '@ianvs/prettier-plugin-sort-imports': '*' @@ -6285,6 +6394,7 @@ packages: prettier-plugin-marko: '*' prettier-plugin-organize-attributes: '*' prettier-plugin-organize-imports: '*' + prettier-plugin-sort-imports: '*' prettier-plugin-style-order: '*' prettier-plugin-svelte: '*' prettier-plugin-twig-melody: '*' @@ -6311,6 +6421,8 @@ packages: optional: true prettier-plugin-organize-imports: optional: true + prettier-plugin-sort-imports: + optional: true prettier-plugin-style-order: optional: true prettier-plugin-svelte: @@ -6428,25 +6540,25 @@ packages: engines: {node: '>=0.10.0'} dev: true - /react-router-dom@6.22.1(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-iwMyyyrbL7zkKY7MRjOVRy+TMnS/OPusaFVxM2P11x9dzSzGmLsebkCvYirGq0DWB9K9hOspHYYtDz33gE5Duw==} + /react-router-dom@6.22.3(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-7ZILI7HjcE+p31oQvwbokjk6OA/bnFxrhJ19n82Ex9Ph8fNAq+Hm/7KchpMGlTgWhUxRHMMCut+vEtNpWpowKw==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8' react-dom: '>=16.8' dependencies: - '@remix-run/router': 1.15.1 + '@remix-run/router': 1.15.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-router: 6.22.1(react@18.2.0) + react-router: 6.22.3(react@18.2.0) - /react-router@6.22.1(react@18.2.0): - resolution: {integrity: sha512-0pdoRGwLtemnJqn1K0XHUbnKiX0S4X8CgvVVmHGOWmofESj31msHo/1YiqcJWK7Wxfq2a4uvvtS01KAQyWK/CQ==} + /react-router@6.22.3(react@18.2.0): + resolution: {integrity: sha512-dr2eb3Mj5zK2YISHK++foM9w4eBnO23eKnZEDs7c880P6oKbrjz/Svg9+nxqtHQK+oMW4OtjZca0RqPglXxguQ==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8' dependencies: - '@remix-run/router': 1.15.1 + '@remix-run/router': 1.15.3 react: 18.2.0 /react@18.2.0: @@ -6511,7 +6623,7 @@ packages: rc: 1.2.8 dev: true - /release-it@17.1.1(typescript@5.3.3): + /release-it@17.1.1(typescript@5.4.2): resolution: {integrity: sha512-b+4Tu2eb5f2wIdIe5E9hre0evbMQrXp/kRq0natHsHYJVqu1Bd4/h2a+swFi0faGmC3cJdB16uYR6LscG9SchQ==} engines: {node: '>=18'} hasBin: true @@ -6520,7 +6632,7 @@ packages: '@octokit/rest': 20.0.2 async-retry: 1.3.3 chalk: 5.3.0 - cosmiconfig: 9.0.0(typescript@5.3.3) + cosmiconfig: 9.0.0(typescript@5.4.2) execa: 8.0.1 git-url-parse: 14.0.0 globby: 14.0.1 @@ -6602,13 +6714,6 @@ packages: engines: {node: '>=8'} dev: true - /resolve-global@2.0.0: - resolution: {integrity: sha512-gnAQ0Q/KkupGkuiMyX4L0GaBV8iFwlmoXsMtOz+DFTaKmHhOO/dSlP1RMKhpvHv/dh6K/IQkowGJBqUG0NfBUw==} - engines: {node: '>=18'} - dependencies: - global-directory: 4.0.1 - dev: true - /resolve-package-path@3.1.0: resolution: {integrity: sha512-2oC2EjWbMJwvSN6Z7DbDfJMnD8MYEouaLn5eIX0j8XwPsYCVIyY9bbnX88YHVkbr8XHqvZrYbxaLPibfTYKZMA==} engines: {node: 10.* || >= 12} @@ -6683,6 +6788,29 @@ packages: '@rollup/rollup-win32-ia32-msvc': 4.12.0 '@rollup/rollup-win32-x64-msvc': 4.12.0 fsevents: 2.3.3 + dev: true + + /rollup@4.12.1: + resolution: {integrity: sha512-ggqQKvx/PsB0FaWXhIvVkSWh7a/PCLQAsMjBc+nA2M8Rv2/HG0X6zvixAB7KyZBRtifBUhy5k8voQX/mRnABPg==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + dependencies: + '@types/estree': 1.0.5 + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.12.1 + '@rollup/rollup-android-arm64': 4.12.1 + '@rollup/rollup-darwin-arm64': 4.12.1 + '@rollup/rollup-darwin-x64': 4.12.1 + '@rollup/rollup-linux-arm-gnueabihf': 4.12.1 + '@rollup/rollup-linux-arm64-gnu': 4.12.1 + '@rollup/rollup-linux-arm64-musl': 4.12.1 + '@rollup/rollup-linux-riscv64-gnu': 4.12.1 + '@rollup/rollup-linux-x64-gnu': 4.12.1 + '@rollup/rollup-linux-x64-musl': 4.12.1 + '@rollup/rollup-win32-arm64-msvc': 4.12.1 + '@rollup/rollup-win32-ia32-msvc': 4.12.1 + '@rollup/rollup-win32-x64-msvc': 4.12.1 + fsevents: 2.3.3 /run-applescript@7.0.0: resolution: {integrity: sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==} @@ -7239,7 +7367,7 @@ packages: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} dev: true - /tsup@8.0.2(typescript@5.3.3): + /tsup@8.0.2(typescript@5.4.2): resolution: {integrity: sha512-NY8xtQXdH7hDUAZwcQdY/Vzlw9johQsaqf7iwZ6g1DOUlFYQ5/AtVAjTvihhEyeRlGo4dLRVHtrRaL35M1daqQ==} engines: {node: '>=18'} hasBin: true @@ -7272,70 +7400,70 @@ packages: source-map: 0.8.0-beta.0 sucrase: 3.35.0 tree-kill: 1.2.2 - typescript: 5.3.3 + typescript: 5.4.2 transitivePeerDependencies: - supports-color - ts-node dev: true - /turbo-darwin-64@1.12.4: - resolution: {integrity: sha512-dBwFxhp9isTa9RS/fz2gDVk5wWhKQsPQMozYhjM7TT4jTrnYn0ZJMzr7V3B/M/T8QF65TbniW7w1gtgxQgX5Zg==} + /turbo-darwin-64@1.12.5: + resolution: {integrity: sha512-0GZ8reftwNQgIQLHkHjHEXTc/Z1NJm+YjsrBP+qhM/7yIZ3TEy9gJhuogDt2U0xIWwFgisTyzbtU7xNaQydtoA==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64@1.12.4: - resolution: {integrity: sha512-1Uo5iI6xsJ1j9ObsqxYRsa3W26mEbUe6fnj4rQYV6kDaqYD54oAMJ6hM53q9rB8JvFxwdrUXGp3PwTw9A0qqkA==} + /turbo-darwin-arm64@1.12.5: + resolution: {integrity: sha512-8WpOLNNzvH6kohQOjihD+gaWL+ZFNfjvBwhOF0rjEzvW+YR3Pa7KjhulrjWyeN2yMFqAPubTbZIGOz1EVXLuQA==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64@1.12.4: - resolution: {integrity: sha512-ONg2aSqKP7LAQOg7ysmU5WpEQp4DGNxSlAiR7um+LKtbmC/UxogbR5+T+Uuq6zGuQ5kJyKjWJ4NhtvUswOqBsA==} + /turbo-linux-64@1.12.5: + resolution: {integrity: sha512-INit73+bNUpwqGZCxgXCR3I+cQsdkQ3/LkfkgSOibkpg+oGqxJRzeXw3sp990d7SCoE8QOcs3iw+PtiFX/LDAA==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64@1.12.4: - resolution: {integrity: sha512-9FPufkwdgfIKg/9jj87Cdtftw8o36y27/S2vLN7FTR2pp9c0MQiTBOLVYadUr1FlShupddmaMbTkXEhyt9SdrA==} + /turbo-linux-arm64@1.12.5: + resolution: {integrity: sha512-6lkRBvxtI/GQdGtaAec9LvVQUoRw6nXFp0kM+Eu+5PbZqq7yn6cMkgDJLI08zdeui36yXhone8XGI8pHg8bpUQ==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64@1.12.4: - resolution: {integrity: sha512-2mOtxHW5Vjh/5rDVu/aFwsMzI+chs8XcEuJHlY1sYOpEymYTz+u6AXbnzRvwZFMrLKr7J7fQOGl+v96sLKbNdA==} + /turbo-windows-64@1.12.5: + resolution: {integrity: sha512-gQYbOhZg5Ww0bQ/bC0w/4W6yQRwBumUUnkB+QPo15VznwxZe2a7bo6JM+9Xy9dKLa/kn+p7zTqme4OEp6M3/Yg==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64@1.12.4: - resolution: {integrity: sha512-nOY5wae9qnxPOpT1fRuYO0ks6dTwpKMPV6++VkDkamFDLFHUDVM/9kmD2UTeh1yyrKnrZksbb9zmShhmfj1wog==} + /turbo-windows-arm64@1.12.5: + resolution: {integrity: sha512-auvhZ9FrhnvQ4mgBlY9O68MT4dIfprYGvd2uPICba/mHUZZvVy5SGgbHJ0KbMwaJfnnFoPgLJO6M+3N2gDprKw==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo@1.12.4: - resolution: {integrity: sha512-yUJ7elEUSToiGwFZogXpYKJpQ0BvaMbkEuQECIWtkBLcmWzlMOt6bActsIm29oN83mRU0WbzGt4e8H1KHWedhg==} + /turbo@1.12.5: + resolution: {integrity: sha512-FATU5EnhrYG8RvQJYFJnDd18DpccDjyvd53hggw9T9JEg9BhWtIEoeaKtBjYbpXwOVrJQMDdXcIB4f2nD3QPPg==} hasBin: true optionalDependencies: - turbo-darwin-64: 1.12.4 - turbo-darwin-arm64: 1.12.4 - turbo-linux-64: 1.12.4 - turbo-linux-arm64: 1.12.4 - turbo-windows-64: 1.12.4 - turbo-windows-arm64: 1.12.4 + turbo-darwin-64: 1.12.5 + turbo-darwin-arm64: 1.12.5 + turbo-linux-64: 1.12.5 + turbo-linux-arm64: 1.12.5 + turbo-windows-64: 1.12.5 + turbo-windows-arm64: 1.12.5 dev: true /type-detect@4.0.8: @@ -7413,8 +7541,8 @@ packages: is-typedarray: 1.0.0 dev: true - /typescript@5.3.3: - resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==} + /typescript@5.4.2: + resolution: {integrity: sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==} engines: {node: '>=14.17'} hasBin: true dev: true @@ -7623,7 +7751,7 @@ packages: vfile-message: 4.0.2 dev: false - /vite-node@1.3.1(@types/node@20.11.20): + /vite-node@1.3.1(@types/node@20.11.25): resolution: {integrity: sha512-azbRrqRxlWTJEVbzInZCTchx0X69M/XPTCz4H+TLvlTcR/xH/3hkRqhOakT41fMJCMzXTu4UvegkZiEoJAWvng==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -7632,7 +7760,7 @@ packages: debug: 4.3.4 pathe: 1.1.2 picocolors: 1.0.0 - vite: 5.1.4(@types/node@20.11.20) + vite: 5.1.5(@types/node@20.11.25) transitivePeerDependencies: - '@types/node' - less @@ -7644,7 +7772,7 @@ packages: - terser dev: true - /vite-plugin-solid@2.10.1(solid-js@1.8.15)(vite@5.1.4): + /vite-plugin-solid@2.10.1(solid-js@1.8.15)(vite@5.1.5): resolution: {integrity: sha512-kfVdNLWaJqaJVL52U6iCCKNW/nXE7bS1VVGOWPGllOkJfcNILymVSY0LCBLSnyy0iYnRtrXpiHm14rMuzeC7CA==} peerDependencies: '@testing-library/jest-dom': ^5.16.6 || ^5.17.0 || ^6.* @@ -7660,14 +7788,14 @@ packages: merge-anything: 5.1.7 solid-js: 1.8.15 solid-refresh: 0.6.3(solid-js@1.8.15) - vite: 5.1.4(@types/node@20.11.20) - vitefu: 0.2.5(vite@5.1.4) + vite: 5.1.5(@types/node@20.11.25) + vitefu: 0.2.5(vite@5.1.5) transitivePeerDependencies: - supports-color dev: true - /vite@5.1.4(@types/node@20.11.20): - resolution: {integrity: sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==} + /vite@5.1.5(@types/node@20.11.25): + resolution: {integrity: sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -7694,15 +7822,15 @@ packages: terser: optional: true dependencies: - '@types/node': 20.11.20 + '@types/node': 20.11.25 esbuild: 0.19.12 postcss: 8.4.35 - rollup: 4.12.0 + rollup: 4.12.1 optionalDependencies: fsevents: 2.3.3 dev: true - /vitefu@0.2.5(vite@5.1.4): + /vitefu@0.2.5(vite@5.1.5): resolution: {integrity: sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==} peerDependencies: vite: ^3.0.0 || ^4.0.0 || ^5.0.0 @@ -7710,10 +7838,10 @@ packages: vite: optional: true dependencies: - vite: 5.1.4(@types/node@20.11.20) + vite: 5.1.5(@types/node@20.11.25) dev: true - /vitest@1.3.1(@types/node@20.11.20): + /vitest@1.3.1(@types/node@20.11.25): resolution: {integrity: sha512-/1QJqXs8YbCrfv/GPQ05wAZf2eakUPLPa18vkJAKE7RXOKfVHqMZZ1WlTjiwl6Gcn65M5vpNUB6EFLnEdRdEXQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -7738,7 +7866,7 @@ packages: jsdom: optional: true dependencies: - '@types/node': 20.11.20 + '@types/node': 20.11.25 '@vitest/expect': 1.3.1 '@vitest/runner': 1.3.1 '@vitest/snapshot': 1.3.1 @@ -7756,8 +7884,8 @@ packages: strip-literal: 2.0.0 tinybench: 2.6.0 tinypool: 0.8.2 - vite: 5.1.4(@types/node@20.11.20) - vite-node: 1.3.1(@types/node@20.11.20) + vite: 5.1.5(@types/node@20.11.25) + vite-node: 1.3.1(@types/node@20.11.25) why-is-node-running: 2.2.2 transitivePeerDependencies: - less diff --git a/shared/core/package.json b/shared/core/package.json index f49f0a8..6ee4f64 100644 --- a/shared/core/package.json +++ b/shared/core/package.json @@ -15,6 +15,6 @@ "src" ], "devDependencies": { - "@types/node": "^20.11.20" + "@types/node": "^20.11.25" } }