diff --git a/frontend/bun.lock b/frontend/bun.lock index 5198290a0..7d282fd81 100644 --- a/frontend/bun.lock +++ b/frontend/bun.lock @@ -13,7 +13,7 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "@inlang/paraglide-js": "^2.23.0", + "@inlang/paraglide-js": "^2.23.1", "@solidjs/testing-library": "^0.8.10", "@tailwindcss/vite": "^4.3.3", "@testing-library/jest-dom": "^7.0.0", @@ -132,7 +132,7 @@ "@humanwhocodes/retry": ["@humanwhocodes/retry@0.4.3", "", {}, "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ=="], - "@inlang/paraglide-js": ["@inlang/paraglide-js@2.23.0", "", { "dependencies": { "@inlang/recommend-sherlock": "^0.2.1", "@inlang/sdk": "^2.10.0", "commander": "11.1.0", "consola": "3.4.0", "json5": "2.2.3", "unplugin": "^2.1.2", "urlpattern-polyfill": "^10.0.0" }, "peerDependencies": { "typescript": ">=5.6", "vite": ">=5.0.0" }, "optionalPeers": ["typescript", "vite"], "bin": { "paraglide-js": "bin/run.js" } }, "sha512-q+FQisRAVQqyD+0fdVHPkC7UDfaXENUJqUjim7XGEzWHE6vVMUOO10MFtAOKx5VYAgi8o7rLwe4zjzesCY0Anw=="], + "@inlang/paraglide-js": ["@inlang/paraglide-js@2.23.1", "", { "dependencies": { "@inlang/recommend-sherlock": "^0.2.1", "@inlang/sdk": "^2.10.0", "commander": "11.1.0", "consola": "3.4.0", "json5": "2.2.3", "unplugin": "^2.1.2", "urlpattern-polyfill": "^10.0.0" }, "peerDependencies": { "typescript": ">=5.6", "vite": ">=5.0.0" }, "optionalPeers": ["typescript", "vite"], "bin": { "paraglide-js": "bin/run.js" } }, "sha512-KEnJhvRLhB1zbGNmt2DHi4SuIbr7ZcZ0tftFYxQDDSpS1GqjJJ+b+ZaxVC2PElpgcQYNgD5Bt9hYUpV+et8IMw=="], "@inlang/recommend-sherlock": ["@inlang/recommend-sherlock@0.2.1", "", { "dependencies": { "comment-json": "^4.2.3" } }, "sha512-ckv8HvHy/iTqaVAEKrr+gnl+p3XFNwe5D2+6w6wJk2ORV2XkcRkKOJ/XsTUJbPSiyi4PI+p+T3bqbmNx/rDUlg=="], diff --git a/frontend/package.json b/frontend/package.json index ea1bc14d8..f6c8b1bd5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "@inlang/paraglide-js": "^2.23.0", + "@inlang/paraglide-js": "^2.23.1", "@solidjs/testing-library": "^0.8.10", "@tailwindcss/vite": "^4.3.3", "@testing-library/jest-dom": "^7.0.0",