update deps

This commit is contained in:
Mona Mayrhofer 2025-04-02 15:37:20 +02:00
parent 1cab376391
commit 951ccecd14
No known key found for this signature in database
GPG key ID: 5C83114FA383C6A0
3 changed files with 30 additions and 30 deletions

BIN
bun.lockb

Binary file not shown.

36
flake.lock generated
View file

@ -37,11 +37,11 @@
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1742147141, "lastModified": 1743582803,
"narHash": "sha256-pTgorBdmI0rMrFirATgMIye65/jL72De8Kxh7rBT/58=", "narHash": "sha256-7OblE2f4FaH47U9W9cTIy8+TrcLU5xZTBgk+QqKH/uw=",
"owner": "cachix", "owner": "cachix",
"repo": "devenv", "repo": "devenv",
"rev": "e1eb23d427a3a0871c277268a28163898fd37266", "rev": "3dd684b5df083ca48a8db263d9406bf83fc12b3e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -105,11 +105,11 @@
"nixpkgs-lib": "nixpkgs-lib" "nixpkgs-lib": "nixpkgs-lib"
}, },
"locked": { "locked": {
"lastModified": 1741352980, "lastModified": 1743550720,
"narHash": "sha256-+u2UunDA4Cl5Fci3m7S643HzKmIDAe+fiXrLqYsR2fs=", "narHash": "sha256-hIshGgKZCgWh6AYJpJmRgFdR3WUbkY04o82X05xqQiY=",
"owner": "hercules-ci", "owner": "hercules-ci",
"repo": "flake-parts", "repo": "flake-parts",
"rev": "f4330d22f1c5d2ba72d3d22df5597d123fdb60a9", "rev": "c621e8422220273271f52058f618c94e405bb0f5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -233,11 +233,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1734114420, "lastModified": 1741798497,
"narHash": "sha256-n52PUzub5jZWc8nI/sR7UICOheU8rNA+YZ73YaHeCBg=", "narHash": "sha256-E3j+3MoY8Y96mG1dUIiLFm2tZmNbRvSiyN7CrSKuAVg=",
"owner": "domenkozar", "owner": "domenkozar",
"repo": "nix", "repo": "nix",
"rev": "bde6a1a0d1f2af86caa4d20d23eca019f3d57eee", "rev": "f3f44b2baaf6c4c6e179de8cbb1cc6db031083cd",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -255,11 +255,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1739638901, "lastModified": 1742501024,
"narHash": "sha256-w+mIxNbEaOh2JqDwV2BLt71GZTBMzTyHhm3JYG0rkj0=", "narHash": "sha256-4G0RaAkRQY8Oty0WjoDfIkEAkX7PckUqUGjAQrxhDiA=",
"owner": "nlewo", "owner": "nlewo",
"repo": "nix2container", "repo": "nix2container",
"rev": "50818838feff20902ff9004dcdef1aeb7098e488", "rev": "e6315c8307edf2938ae24df0e28b47ca865121de",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -286,11 +286,11 @@
}, },
"nixpkgs-lib": { "nixpkgs-lib": {
"locked": { "locked": {
"lastModified": 1740877520, "lastModified": 1743296961,
"narHash": "sha256-oiwv/ZK/2FhGxrCkQkB83i7GnWXPPLzoqFHpDD3uYpk=", "narHash": "sha256-b1EdN3cULCqtorQ4QeWgLMrd5ZGOjLSLemfa00heasc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixpkgs.lib", "repo": "nixpkgs.lib",
"rev": "147dee35aab2193b174e4c0868bd80ead5ce755c", "rev": "e4822aea2a6d1cdd36653c134cacfd64c97ff4fa",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -333,11 +333,11 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1742136038, "lastModified": 1743501102,
"narHash": "sha256-DDe16FJk18sadknQKKG/9FbwEro7A57tg9vB5kxZ8kY=", "narHash": "sha256-7PCBQ4aGVF8OrzMkzqtYSKyoQuU2jtpPi4lmABpe5X4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a1185f4064c18a5db37c5c84e5638c78b46e3341", "rev": "02f2af8c8a8c3b2c05028936a1e84daefa1171d4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -11,26 +11,26 @@
"test": "vitest" "test": "vitest"
}, },
"dependencies": { "dependencies": {
"effect": "3.13.11", "effect": "=3.14.5",
"react": "19.0.0", "react": "=19.1.0",
"react-dom": "19.0.0", "react-dom": "=19.1.0",
"react-hook-form": "7.54.2", "react-hook-form": "7.55.0",
"react-router-dom": "7.3.0", "react-router-dom": "7.4.1",
"vite-plugin-top-level-await": "1.5.0" "vite-plugin-top-level-await": "1.5.0"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.9.4", "@biomejs/biome": "1.9.4",
"@types/lodash": "4.17.16", "@types/lodash": "4.17.16",
"@types/react": "19.0.10", "@types/react": "19.1.0",
"@types/react-dom": "19.0.4", "@types/react-dom": "19.1.1",
"@vitejs/plugin-react": "4.3.4", "@vitejs/plugin-react": "4.3.4",
"meow": "13.2.0", "meow": "13.2.0",
"stylelint": "16.16.0", "stylelint": "16.17.0",
"stylelint-config-standard": "37.0.0", "stylelint-config-standard": "37.0.0",
"typescript": "5.8.2", "typescript": "5.8.2",
"typescript-eslint": "8.26.1", "typescript-eslint": "8.29.0",
"vite": "6.2.2", "vite": "6.2.4",
"vite-plugin-checker": "0.9.0", "vite-plugin-checker": "0.9.1",
"vitest": "3.0.8" "vitest": "3.1.1"
} }
} }