@lousy-agents/cli 5.11.0 → 5.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/copilot-with-fastify/.devcontainer/devcontainer.json +2 -2
- package/api/copilot-with-fastify/.nvmrc +1 -1
- package/api/copilot-with-fastify/package-lock.json +86 -44
- package/api/copilot-with-fastify/package.json +2 -2
- package/cli/copilot-with-citty/.devcontainer/devcontainer.json +2 -2
- package/cli/copilot-with-citty/.nvmrc +1 -1
- package/cli/copilot-with-citty/package.json +2 -2
- package/package.json +1 -1
- package/ui/copilot-with-react/.devcontainer/devcontainer.json +2 -2
- package/ui/copilot-with-react/.nvmrc +1 -1
- package/ui/copilot-with-react/package.json +5 -5
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
|
|
4
4
|
"features": {
|
|
5
5
|
"ghcr.io/devcontainers/features/node:1.7.1": {
|
|
6
|
-
"version": "24.
|
|
6
|
+
"version": "24.15.0"
|
|
7
7
|
},
|
|
8
8
|
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
|
|
9
9
|
"version": "latest"
|
|
10
10
|
},
|
|
11
11
|
"ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
|
|
12
12
|
"ghcr.io/anthropics/devcontainer-features/claude-code:1": {
|
|
13
|
-
"version": "v2.1.
|
|
13
|
+
"version": "v2.1.114"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
24.
|
|
1
|
+
24.15.0
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@biomejs/biome": "2.4.12",
|
|
21
|
-
"@lousy-agents/mcp": "5.
|
|
21
|
+
"@lousy-agents/mcp": "5.11.1",
|
|
22
22
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
23
23
|
"@testcontainers/postgresql": "11.14.0",
|
|
24
24
|
"@types/node": "24.12.2",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"chance": "1.1.13",
|
|
27
27
|
"testcontainers": "11.14.0",
|
|
28
28
|
"tsx": "4.21.0",
|
|
29
|
-
"typescript": "6.0.
|
|
29
|
+
"typescript": "6.0.3",
|
|
30
30
|
"vitest": "4.1.4"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
@@ -106,6 +106,9 @@
|
|
|
106
106
|
"arm64"
|
|
107
107
|
],
|
|
108
108
|
"dev": true,
|
|
109
|
+
"libc": [
|
|
110
|
+
"glibc"
|
|
111
|
+
],
|
|
109
112
|
"license": "MIT OR Apache-2.0",
|
|
110
113
|
"optional": true,
|
|
111
114
|
"os": [
|
|
@@ -123,6 +126,9 @@
|
|
|
123
126
|
"arm64"
|
|
124
127
|
],
|
|
125
128
|
"dev": true,
|
|
129
|
+
"libc": [
|
|
130
|
+
"musl"
|
|
131
|
+
],
|
|
126
132
|
"license": "MIT OR Apache-2.0",
|
|
127
133
|
"optional": true,
|
|
128
134
|
"os": [
|
|
@@ -140,6 +146,9 @@
|
|
|
140
146
|
"x64"
|
|
141
147
|
],
|
|
142
148
|
"dev": true,
|
|
149
|
+
"libc": [
|
|
150
|
+
"glibc"
|
|
151
|
+
],
|
|
143
152
|
"license": "MIT OR Apache-2.0",
|
|
144
153
|
"optional": true,
|
|
145
154
|
"os": [
|
|
@@ -157,6 +166,9 @@
|
|
|
157
166
|
"x64"
|
|
158
167
|
],
|
|
159
168
|
"dev": true,
|
|
169
|
+
"libc": [
|
|
170
|
+
"musl"
|
|
171
|
+
],
|
|
160
172
|
"license": "MIT OR Apache-2.0",
|
|
161
173
|
"optional": true,
|
|
162
174
|
"os": [
|
|
@@ -885,9 +897,9 @@
|
|
|
885
897
|
}
|
|
886
898
|
},
|
|
887
899
|
"node_modules/@hono/node-server": {
|
|
888
|
-
"version": "1.19.
|
|
889
|
-
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.
|
|
890
|
-
"integrity": "sha512-
|
|
900
|
+
"version": "1.19.14",
|
|
901
|
+
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.14.tgz",
|
|
902
|
+
"integrity": "sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==",
|
|
891
903
|
"dev": true,
|
|
892
904
|
"license": "MIT",
|
|
893
905
|
"engines": {
|
|
@@ -944,9 +956,9 @@
|
|
|
944
956
|
}
|
|
945
957
|
},
|
|
946
958
|
"node_modules/@lousy-agents/mcp": {
|
|
947
|
-
"version": "5.
|
|
948
|
-
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.
|
|
949
|
-
"integrity": "sha512-
|
|
959
|
+
"version": "5.11.1",
|
|
960
|
+
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.11.1.tgz",
|
|
961
|
+
"integrity": "sha512-5/vHmYsoPwEs07OpzTLyWuWJFVcTxWGj+LmwXNHUVabSAUFgm3QKPC9c3z2Y4HU5Fo+PX9U7QWMvVEPWIm60Yg==",
|
|
950
962
|
"dev": true,
|
|
951
963
|
"license": "BSD-2-Clause-Patent",
|
|
952
964
|
"dependencies": {
|
|
@@ -1024,9 +1036,9 @@
|
|
|
1024
1036
|
}
|
|
1025
1037
|
},
|
|
1026
1038
|
"node_modules/@napi-rs/wasm-runtime": {
|
|
1027
|
-
"version": "1.1.
|
|
1028
|
-
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.
|
|
1029
|
-
"integrity": "sha512-
|
|
1039
|
+
"version": "1.1.4",
|
|
1040
|
+
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
|
|
1041
|
+
"integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
|
|
1030
1042
|
"dev": true,
|
|
1031
1043
|
"license": "MIT",
|
|
1032
1044
|
"optional": true,
|
|
@@ -1236,6 +1248,9 @@
|
|
|
1236
1248
|
"arm64"
|
|
1237
1249
|
],
|
|
1238
1250
|
"dev": true,
|
|
1251
|
+
"libc": [
|
|
1252
|
+
"glibc"
|
|
1253
|
+
],
|
|
1239
1254
|
"license": "MIT",
|
|
1240
1255
|
"optional": true,
|
|
1241
1256
|
"os": [
|
|
@@ -1253,6 +1268,9 @@
|
|
|
1253
1268
|
"arm64"
|
|
1254
1269
|
],
|
|
1255
1270
|
"dev": true,
|
|
1271
|
+
"libc": [
|
|
1272
|
+
"musl"
|
|
1273
|
+
],
|
|
1256
1274
|
"license": "MIT",
|
|
1257
1275
|
"optional": true,
|
|
1258
1276
|
"os": [
|
|
@@ -1270,6 +1288,9 @@
|
|
|
1270
1288
|
"ppc64"
|
|
1271
1289
|
],
|
|
1272
1290
|
"dev": true,
|
|
1291
|
+
"libc": [
|
|
1292
|
+
"glibc"
|
|
1293
|
+
],
|
|
1273
1294
|
"license": "MIT",
|
|
1274
1295
|
"optional": true,
|
|
1275
1296
|
"os": [
|
|
@@ -1287,6 +1308,9 @@
|
|
|
1287
1308
|
"s390x"
|
|
1288
1309
|
],
|
|
1289
1310
|
"dev": true,
|
|
1311
|
+
"libc": [
|
|
1312
|
+
"glibc"
|
|
1313
|
+
],
|
|
1290
1314
|
"license": "MIT",
|
|
1291
1315
|
"optional": true,
|
|
1292
1316
|
"os": [
|
|
@@ -1304,6 +1328,9 @@
|
|
|
1304
1328
|
"x64"
|
|
1305
1329
|
],
|
|
1306
1330
|
"dev": true,
|
|
1331
|
+
"libc": [
|
|
1332
|
+
"glibc"
|
|
1333
|
+
],
|
|
1307
1334
|
"license": "MIT",
|
|
1308
1335
|
"optional": true,
|
|
1309
1336
|
"os": [
|
|
@@ -1321,6 +1348,9 @@
|
|
|
1321
1348
|
"x64"
|
|
1322
1349
|
],
|
|
1323
1350
|
"dev": true,
|
|
1351
|
+
"libc": [
|
|
1352
|
+
"musl"
|
|
1353
|
+
],
|
|
1324
1354
|
"license": "MIT",
|
|
1325
1355
|
"optional": true,
|
|
1326
1356
|
"os": [
|
|
@@ -1981,9 +2011,9 @@
|
|
|
1981
2011
|
}
|
|
1982
2012
|
},
|
|
1983
2013
|
"node_modules/bare-fs": {
|
|
1984
|
-
"version": "4.7.
|
|
1985
|
-
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.7.
|
|
1986
|
-
"integrity": "sha512-
|
|
2014
|
+
"version": "4.7.1",
|
|
2015
|
+
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.7.1.tgz",
|
|
2016
|
+
"integrity": "sha512-WDRsyVN52eAx/lBamKD6uyw8H4228h/x0sGGGegOamM2cd7Pag88GfMQalobXI+HaEUxpCkbKQUDOQqt9wawRw==",
|
|
1987
2017
|
"dev": true,
|
|
1988
2018
|
"license": "Apache-2.0",
|
|
1989
2019
|
"dependencies": {
|
|
@@ -2053,9 +2083,9 @@
|
|
|
2053
2083
|
}
|
|
2054
2084
|
},
|
|
2055
2085
|
"node_modules/bare-url": {
|
|
2056
|
-
"version": "2.4.
|
|
2057
|
-
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.
|
|
2058
|
-
"integrity": "sha512-
|
|
2086
|
+
"version": "2.4.1",
|
|
2087
|
+
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.1.tgz",
|
|
2088
|
+
"integrity": "sha512-fZapLWNB25gS+etK27NV9KgBNXgo2yeYHuj+OyPblQd6GYAE3JVy6aKxszMV5jhGGFwraXQKA5fldvf3lMyEqw==",
|
|
2059
2089
|
"dev": true,
|
|
2060
2090
|
"license": "Apache-2.0",
|
|
2061
2091
|
"dependencies": {
|
|
@@ -2959,9 +2989,9 @@
|
|
|
2959
2989
|
}
|
|
2960
2990
|
},
|
|
2961
2991
|
"node_modules/eventsource-parser": {
|
|
2962
|
-
"version": "3.0.
|
|
2963
|
-
"resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.
|
|
2964
|
-
"integrity": "sha512-
|
|
2992
|
+
"version": "3.0.7",
|
|
2993
|
+
"resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.7.tgz",
|
|
2994
|
+
"integrity": "sha512-zwxwiQqexizSXFZV13zMiEtW1E3lv7RlUv+1f5FBiR4x7wFhEjm3aFTyYkZQWzyN08WnPdox015GoRH5D/E5YA==",
|
|
2965
2995
|
"dev": true,
|
|
2966
2996
|
"license": "MIT",
|
|
2967
2997
|
"engines": {
|
|
@@ -3352,9 +3382,9 @@
|
|
|
3352
3382
|
}
|
|
3353
3383
|
},
|
|
3354
3384
|
"node_modules/get-tsconfig": {
|
|
3355
|
-
"version": "4.
|
|
3356
|
-
"resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.
|
|
3357
|
-
"integrity": "sha512-
|
|
3385
|
+
"version": "4.14.0",
|
|
3386
|
+
"resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.14.0.tgz",
|
|
3387
|
+
"integrity": "sha512-yTb+8DXzDREzgvYmh6s9vHsSVCHeC0G3PI5bEXNBHtmshPnO+S5O7qgLEOn0I5QvMy6kpZN8K1NKGyilLb93wA==",
|
|
3358
3388
|
"dev": true,
|
|
3359
3389
|
"license": "MIT",
|
|
3360
3390
|
"dependencies": {
|
|
@@ -3420,9 +3450,9 @@
|
|
|
3420
3450
|
}
|
|
3421
3451
|
},
|
|
3422
3452
|
"node_modules/hasown": {
|
|
3423
|
-
"version": "2.0.
|
|
3424
|
-
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.
|
|
3425
|
-
"integrity": "sha512-
|
|
3453
|
+
"version": "2.0.3",
|
|
3454
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz",
|
|
3455
|
+
"integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
|
|
3426
3456
|
"dev": true,
|
|
3427
3457
|
"license": "MIT",
|
|
3428
3458
|
"dependencies": {
|
|
@@ -3875,6 +3905,9 @@
|
|
|
3875
3905
|
"arm64"
|
|
3876
3906
|
],
|
|
3877
3907
|
"dev": true,
|
|
3908
|
+
"libc": [
|
|
3909
|
+
"glibc"
|
|
3910
|
+
],
|
|
3878
3911
|
"license": "MPL-2.0",
|
|
3879
3912
|
"optional": true,
|
|
3880
3913
|
"os": [
|
|
@@ -3896,6 +3929,9 @@
|
|
|
3896
3929
|
"arm64"
|
|
3897
3930
|
],
|
|
3898
3931
|
"dev": true,
|
|
3932
|
+
"libc": [
|
|
3933
|
+
"musl"
|
|
3934
|
+
],
|
|
3899
3935
|
"license": "MPL-2.0",
|
|
3900
3936
|
"optional": true,
|
|
3901
3937
|
"os": [
|
|
@@ -3917,6 +3953,9 @@
|
|
|
3917
3953
|
"x64"
|
|
3918
3954
|
],
|
|
3919
3955
|
"dev": true,
|
|
3956
|
+
"libc": [
|
|
3957
|
+
"glibc"
|
|
3958
|
+
],
|
|
3920
3959
|
"license": "MPL-2.0",
|
|
3921
3960
|
"optional": true,
|
|
3922
3961
|
"os": [
|
|
@@ -3938,6 +3977,9 @@
|
|
|
3938
3977
|
"x64"
|
|
3939
3978
|
],
|
|
3940
3979
|
"dev": true,
|
|
3980
|
+
"libc": [
|
|
3981
|
+
"musl"
|
|
3982
|
+
],
|
|
3941
3983
|
"license": "MPL-2.0",
|
|
3942
3984
|
"optional": true,
|
|
3943
3985
|
"os": [
|
|
@@ -4387,9 +4429,9 @@
|
|
|
4387
4429
|
}
|
|
4388
4430
|
},
|
|
4389
4431
|
"node_modules/postcss": {
|
|
4390
|
-
"version": "8.5.
|
|
4391
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.
|
|
4392
|
-
"integrity": "sha512-
|
|
4432
|
+
"version": "8.5.10",
|
|
4433
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz",
|
|
4434
|
+
"integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==",
|
|
4393
4435
|
"dev": true,
|
|
4394
4436
|
"funding": [
|
|
4395
4437
|
{
|
|
@@ -4499,9 +4541,9 @@
|
|
|
4499
4541
|
}
|
|
4500
4542
|
},
|
|
4501
4543
|
"node_modules/protobufjs": {
|
|
4502
|
-
"version": "7.5.
|
|
4503
|
-
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.
|
|
4504
|
-
"integrity": "sha512-
|
|
4544
|
+
"version": "7.5.5",
|
|
4545
|
+
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.5.tgz",
|
|
4546
|
+
"integrity": "sha512-3wY1AxV+VBNW8Yypfd1yQY9pXnqTAN+KwQxL8iYm3/BjKYMNg4i0owhEe26PWDOMaIrzeeF98Lqd5NGz4omiIg==",
|
|
4505
4547
|
"dev": true,
|
|
4506
4548
|
"hasInstallScript": true,
|
|
4507
4549
|
"license": "BSD-3-Clause",
|
|
@@ -5127,9 +5169,9 @@
|
|
|
5127
5169
|
}
|
|
5128
5170
|
},
|
|
5129
5171
|
"node_modules/std-env": {
|
|
5130
|
-
"version": "4.
|
|
5131
|
-
"resolved": "https://registry.npmjs.org/std-env/-/std-env-4.
|
|
5132
|
-
"integrity": "sha512-
|
|
5172
|
+
"version": "4.1.0",
|
|
5173
|
+
"resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
|
|
5174
|
+
"integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
|
|
5133
5175
|
"dev": true,
|
|
5134
5176
|
"license": "MIT"
|
|
5135
5177
|
},
|
|
@@ -5322,9 +5364,9 @@
|
|
|
5322
5364
|
}
|
|
5323
5365
|
},
|
|
5324
5366
|
"node_modules/testcontainers/node_modules/undici": {
|
|
5325
|
-
"version": "7.
|
|
5326
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-7.
|
|
5327
|
-
"integrity": "sha512-
|
|
5367
|
+
"version": "7.25.0",
|
|
5368
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-7.25.0.tgz",
|
|
5369
|
+
"integrity": "sha512-xXnp4kTyor2Zq+J1FfPI6Eq3ew5h6Vl0F/8d9XU5zZQf1tX9s2Su1/3PiMmUANFULpmksxkClamIZcaUqryHsQ==",
|
|
5328
5370
|
"dev": true,
|
|
5329
5371
|
"license": "MIT",
|
|
5330
5372
|
"engines": {
|
|
@@ -5475,9 +5517,9 @@
|
|
|
5475
5517
|
}
|
|
5476
5518
|
},
|
|
5477
5519
|
"node_modules/typescript": {
|
|
5478
|
-
"version": "6.0.
|
|
5479
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.
|
|
5480
|
-
"integrity": "sha512-
|
|
5520
|
+
"version": "6.0.3",
|
|
5521
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
|
|
5522
|
+
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
|
|
5481
5523
|
"dev": true,
|
|
5482
5524
|
"license": "Apache-2.0",
|
|
5483
5525
|
"bin": {
|
|
@@ -5489,9 +5531,9 @@
|
|
|
5489
5531
|
}
|
|
5490
5532
|
},
|
|
5491
5533
|
"node_modules/undici": {
|
|
5492
|
-
"version": "6.
|
|
5493
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-6.
|
|
5494
|
-
"integrity": "sha512-
|
|
5534
|
+
"version": "6.25.0",
|
|
5535
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.25.0.tgz",
|
|
5536
|
+
"integrity": "sha512-ZgpWDC5gmNiuY9CnLVXEH8rl50xhRCuLNA97fAUnKi8RRuV4E6KG31pDTsLVUKnohJE0I3XDrTeEydAXRw47xg==",
|
|
5495
5537
|
"dev": true,
|
|
5496
5538
|
"license": "MIT",
|
|
5497
5539
|
"engines": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@biomejs/biome": "2.4.12",
|
|
29
|
-
"@lousy-agents/mcp": "5.
|
|
29
|
+
"@lousy-agents/mcp": "5.11.1",
|
|
30
30
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
31
31
|
"@testcontainers/postgresql": "11.14.0",
|
|
32
32
|
"@types/node": "24.12.2",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"chance": "1.1.13",
|
|
35
35
|
"testcontainers": "11.14.0",
|
|
36
36
|
"tsx": "4.21.0",
|
|
37
|
-
"typescript": "6.0.
|
|
37
|
+
"typescript": "6.0.3",
|
|
38
38
|
"vitest": "4.1.4"
|
|
39
39
|
}
|
|
40
40
|
}
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
|
|
4
4
|
"features": {
|
|
5
5
|
"ghcr.io/devcontainers/features/node:1.7.1": {
|
|
6
|
-
"version": "24.
|
|
6
|
+
"version": "24.15.0"
|
|
7
7
|
},
|
|
8
8
|
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
|
|
9
9
|
"version": "latest"
|
|
10
10
|
},
|
|
11
11
|
"ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
|
|
12
12
|
"ghcr.io/anthropics/devcontainer-features/claude-code:1": {
|
|
13
|
-
"version": "v2.1.
|
|
13
|
+
"version": "v2.1.114"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
24.
|
|
1
|
+
24.15.0
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@biomejs/biome": "2.4.12",
|
|
23
|
-
"@lousy-agents/mcp": "5.
|
|
23
|
+
"@lousy-agents/mcp": "5.11.1",
|
|
24
24
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
25
25
|
"@types/node": "24.12.2",
|
|
26
26
|
"@upstash/context7-mcp": "2.1.8",
|
|
27
27
|
"chance": "1.1.13",
|
|
28
28
|
"tsx": "4.21.0",
|
|
29
|
-
"typescript": "6.0.
|
|
29
|
+
"typescript": "6.0.3",
|
|
30
30
|
"vitest": "4.1.4"
|
|
31
31
|
}
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
|
|
4
4
|
"features": {
|
|
5
5
|
"ghcr.io/devcontainers/features/node:1.7.1": {
|
|
6
|
-
"version": "24.
|
|
6
|
+
"version": "24.15.0"
|
|
7
7
|
},
|
|
8
8
|
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
|
|
9
9
|
"version": "latest"
|
|
10
10
|
},
|
|
11
11
|
"ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
|
|
12
12
|
"ghcr.io/anthropics/devcontainer-features/claude-code:1": {
|
|
13
|
-
"version": "v2.1.
|
|
13
|
+
"version": "v2.1.114"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "libnss3, libnspr4, libatk1.0-0t64, libatk-bridge2.0-0t64, libcups2t64, libdrm2, libdbus-1-3, libatspi2.0-0t64, libxcomposite1, libxdamage1, libxfixes3, libxrandr2, libgbm1, libxkbcommon0, libasound2t64, yamllint, shellcheck",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
24.
|
|
1
|
+
24.15.0
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
"@emotion/server": "11.11.0",
|
|
17
17
|
"@mui/material": "9.0.0",
|
|
18
18
|
"@mui/material-nextjs": "9.0.0",
|
|
19
|
-
"next": "16.2.
|
|
19
|
+
"next": "16.2.4",
|
|
20
20
|
"react": "19.2.5",
|
|
21
21
|
"react-dom": "19.2.5"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@biomejs/biome": "2.4.12",
|
|
25
25
|
"@eslint/eslintrc": "3.3.5",
|
|
26
|
-
"@lousy-agents/mcp": "5.
|
|
26
|
+
"@lousy-agents/mcp": "5.11.1",
|
|
27
27
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
28
28
|
"@testing-library/jest-dom": "6.9.1",
|
|
29
29
|
"@testing-library/react": "16.3.2",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"@upstash/context7-mcp": "2.1.8",
|
|
34
34
|
"@vitejs/plugin-react": "6.0.1",
|
|
35
35
|
"@vitest/ui": "4.1.4",
|
|
36
|
-
"eslint": "10.2.
|
|
37
|
-
"eslint-config-next": "16.2.
|
|
36
|
+
"eslint": "10.2.1",
|
|
37
|
+
"eslint-config-next": "16.2.4",
|
|
38
38
|
"happy-dom": "20.9.0",
|
|
39
39
|
"jsdom": "29.0.2",
|
|
40
|
-
"typescript": "6.0.
|
|
40
|
+
"typescript": "6.0.3",
|
|
41
41
|
"vitest": "4.1.4",
|
|
42
42
|
"whatwg-fetch": "3.6.20"
|
|
43
43
|
}
|