@lousy-agents/cli 5.8.2 → 5.8.4
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 +1 -1
- package/api/copilot-with-fastify/package-lock.json +8 -8
- package/api/copilot-with-fastify/package.json +2 -2
- package/cli/copilot-with-citty/.devcontainer/devcontainer.json +1 -1
- package/cli/copilot-with-citty/package.json +2 -2
- package/package.json +1 -1
- package/ui/copilot-with-react/.devcontainer/devcontainer.json +1 -1
- package/ui/copilot-with-react/package.json +9 -9
|
@@ -10,7 +10,7 @@
|
|
|
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.92"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@biomejs/biome": "2.4.9",
|
|
21
|
-
"@lousy-agents/mcp": "5.
|
|
21
|
+
"@lousy-agents/mcp": "5.8.3",
|
|
22
22
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
23
23
|
"@testcontainers/postgresql": "11.13.0",
|
|
24
|
-
"@types/node": "24.12.
|
|
24
|
+
"@types/node": "24.12.2",
|
|
25
25
|
"@upstash/context7-mcp": "2.1.6",
|
|
26
26
|
"chance": "1.1.13",
|
|
27
27
|
"testcontainers": "11.13.0",
|
|
@@ -944,9 +944,9 @@
|
|
|
944
944
|
}
|
|
945
945
|
},
|
|
946
946
|
"node_modules/@lousy-agents/mcp": {
|
|
947
|
-
"version": "5.
|
|
948
|
-
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.
|
|
949
|
-
"integrity": "sha512-
|
|
947
|
+
"version": "5.8.3",
|
|
948
|
+
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.8.3.tgz",
|
|
949
|
+
"integrity": "sha512-ykZ8vvBp0N6u/b/dntoR2VJx0zbZGkkyD2g5Pq/W+9Q5DuDHEd+MZPHtYlRzF3qXvGBsRuewwYIGVUAzfkwtDg==",
|
|
950
950
|
"dev": true,
|
|
951
951
|
"license": "MIT",
|
|
952
952
|
"dependencies": {
|
|
@@ -1533,9 +1533,9 @@
|
|
|
1533
1533
|
"license": "MIT"
|
|
1534
1534
|
},
|
|
1535
1535
|
"node_modules/@types/node": {
|
|
1536
|
-
"version": "24.12.
|
|
1537
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.
|
|
1538
|
-
"integrity": "sha512-
|
|
1536
|
+
"version": "24.12.2",
|
|
1537
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.2.tgz",
|
|
1538
|
+
"integrity": "sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==",
|
|
1539
1539
|
"dev": true,
|
|
1540
1540
|
"license": "MIT",
|
|
1541
1541
|
"dependencies": {
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@biomejs/biome": "2.4.9",
|
|
29
|
-
"@lousy-agents/mcp": "5.
|
|
29
|
+
"@lousy-agents/mcp": "5.8.3",
|
|
30
30
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
31
31
|
"@testcontainers/postgresql": "11.13.0",
|
|
32
|
-
"@types/node": "24.12.
|
|
32
|
+
"@types/node": "24.12.2",
|
|
33
33
|
"@upstash/context7-mcp": "2.1.6",
|
|
34
34
|
"chance": "1.1.13",
|
|
35
35
|
"testcontainers": "11.13.0",
|
|
@@ -10,7 +10,7 @@
|
|
|
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.92"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@biomejs/biome": "2.4.9",
|
|
23
|
-
"@lousy-agents/mcp": "5.
|
|
23
|
+
"@lousy-agents/mcp": "5.8.3",
|
|
24
24
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
25
|
-
"@types/node": "24.12.
|
|
25
|
+
"@types/node": "24.12.2",
|
|
26
26
|
"@upstash/context7-mcp": "2.1.6",
|
|
27
27
|
"chance": "1.1.13",
|
|
28
28
|
"tsx": "4.21.0",
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
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.92"
|
|
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",
|
|
@@ -13,31 +13,31 @@
|
|
|
13
13
|
"lint:yaml": "yamllint ."
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@emotion/server": "
|
|
17
|
-
"@mui/material": "
|
|
18
|
-
"@mui/material-nextjs": "
|
|
16
|
+
"@emotion/server": "11.11.0",
|
|
17
|
+
"@mui/material": "7.3.9",
|
|
18
|
+
"@mui/material-nextjs": "7.3.9",
|
|
19
19
|
"next": "16.2.1",
|
|
20
20
|
"react": "19.2.4",
|
|
21
21
|
"react-dom": "19.2.4"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@biomejs/biome": "2.4.9",
|
|
25
|
-
"@eslint/eslintrc": "
|
|
26
|
-
"@lousy-agents/mcp": "5.
|
|
25
|
+
"@eslint/eslintrc": "3.3.5",
|
|
26
|
+
"@lousy-agents/mcp": "5.8.3",
|
|
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",
|
|
30
|
-
"@types/node": "
|
|
30
|
+
"@types/node": "24.12.2",
|
|
31
31
|
"@types/react": "19.2.14",
|
|
32
32
|
"@types/react-dom": "19.2.3",
|
|
33
33
|
"@upstash/context7-mcp": "2.1.6",
|
|
34
34
|
"@vitejs/plugin-react": "6.0.1",
|
|
35
35
|
"@vitest/ui": "4.1.2",
|
|
36
|
-
"eslint": "
|
|
36
|
+
"eslint": "10.2.0",
|
|
37
37
|
"eslint-config-next": "16.2.1",
|
|
38
|
-
"happy-dom": "
|
|
38
|
+
"happy-dom": "20.8.9",
|
|
39
39
|
"jsdom": "29.0.1",
|
|
40
|
-
"typescript": "
|
|
40
|
+
"typescript": "6.0.2",
|
|
41
41
|
"vitest": "4.1.2",
|
|
42
42
|
"whatwg-fetch": "3.6.20"
|
|
43
43
|
}
|