Skip to content

Commit b53b8e1

Browse files
chore: update dependencies (#26)
1 parent 422918f commit b53b8e1

3 files changed

Lines changed: 272 additions & 251 deletions

File tree

devenv.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1763748595,
6+
"lastModified": 1770304289,
77
"owner": "cachix",
88
"repo": "devenv",
9-
"rev": "575f7c532a6940f0fe55dfb7e527312dcdab8831",
9+
"rev": "fd777e39027d393346e4df672d51ad2bf44b2a12",
1010
"type": "github"
1111
},
1212
"original": {
@@ -19,14 +19,14 @@
1919
"flake-compat": {
2020
"flake": false,
2121
"locked": {
22-
"lastModified": 1761588595,
23-
"owner": "edolstra",
22+
"lastModified": 1767039857,
23+
"owner": "NixOS",
2424
"repo": "flake-compat",
25-
"rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5",
25+
"rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab",
2626
"type": "github"
2727
},
2828
"original": {
29-
"owner": "edolstra",
29+
"owner": "NixOS",
3030
"repo": "flake-compat",
3131
"type": "github"
3232
}
@@ -40,10 +40,10 @@
4040
]
4141
},
4242
"locked": {
43-
"lastModified": 1763741496,
43+
"lastModified": 1769939035,
4444
"owner": "cachix",
4545
"repo": "git-hooks.nix",
46-
"rev": "20e71a403c5de9ce5bd799031440da9728c1cda1",
46+
"rev": "a8ca480175326551d6c4121498316261cbb5b260",
4747
"type": "github"
4848
},
4949
"original": {
@@ -74,10 +74,10 @@
7474
},
7575
"nixpkgs": {
7676
"locked": {
77-
"lastModified": 1763618868,
77+
"lastModified": 1770169770,
7878
"owner": "nixos",
7979
"repo": "nixpkgs",
80-
"rev": "a8d610af3f1a5fb71e23e08434d8d61a466fc942",
80+
"rev": "aa290c9891fa4ebe88f8889e59633d20cc06a5f2",
8181
"type": "github"
8282
},
8383
"original": {
@@ -105,10 +105,10 @@
105105
]
106106
},
107107
"locked": {
108-
"lastModified": 1763778964,
108+
"lastModified": 1770260791,
109109
"owner": "oxalica",
110110
"repo": "rust-overlay",
111-
"rev": "7f3aa46dfa230ec2a4ca9281186a24771650ccd1",
111+
"rev": "42ec85352e419e601775c57256a52f6d48a39906",
112112
"type": "github"
113113
},
114114
"original": {

web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"glob": "^11.1.0",
1616
"pow-wasm-mvp": "file:../pow/pkg-mvp",
1717
"pow-wasm-simd": "file:../pow/pkg-simd",
18-
"tailwindcss": "^4.1.17",
19-
"yaml": "^2.8.1"
18+
"tailwindcss": "^4.1.18",
19+
"yaml": "^2.8.2"
2020
},
2121
"devDependencies": {
22-
"@playwright/test": "^1.54.1",
23-
"@tailwindcss/vite": "^4.1.17",
24-
"@types/node": "^24.10.1",
22+
"@playwright/test": "~1.57.0",
23+
"@tailwindcss/vite": "^4.1.18",
24+
"@types/node": "^24.10.11",
2525
"vite": "^6.4.1",
2626
"vite-plugin-imagemin": "^0.6.1"
2727
}

0 commit comments

Comments
 (0)