@lousy-agents/cli 5.15.2 → 5.15.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 +6 -6
|
@@ -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.173"
|
|
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.16",
|
|
21
|
-
"@lousy-agents/mcp": "5.15.
|
|
21
|
+
"@lousy-agents/mcp": "5.15.3",
|
|
22
22
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
23
23
|
"@testcontainers/postgresql": "12.0.1",
|
|
24
|
-
"@types/node": "24.13.
|
|
24
|
+
"@types/node": "24.13.2",
|
|
25
25
|
"@upstash/context7-mcp": "3.1.0",
|
|
26
26
|
"chance": "1.1.13",
|
|
27
27
|
"testcontainers": "12.0.1",
|
|
@@ -956,9 +956,9 @@
|
|
|
956
956
|
}
|
|
957
957
|
},
|
|
958
958
|
"node_modules/@lousy-agents/mcp": {
|
|
959
|
-
"version": "5.15.
|
|
960
|
-
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.15.
|
|
961
|
-
"integrity": "sha512-
|
|
959
|
+
"version": "5.15.3",
|
|
960
|
+
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.15.3.tgz",
|
|
961
|
+
"integrity": "sha512-F4qNGmjTZkI/cHYtk5zsgvYIjCgmLrL1Sn1VDVmKsQP/Y63XPVcdxr59vYbpyfeAvUKrt0yb5qyhbHI6Gk2DnQ==",
|
|
962
962
|
"dev": true,
|
|
963
963
|
"license": "BSD-2-Clause-Patent",
|
|
964
964
|
"dependencies": {
|
|
@@ -1566,9 +1566,9 @@
|
|
|
1566
1566
|
"license": "MIT"
|
|
1567
1567
|
},
|
|
1568
1568
|
"node_modules/@types/node": {
|
|
1569
|
-
"version": "24.13.
|
|
1570
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.
|
|
1571
|
-
"integrity": "sha512-
|
|
1569
|
+
"version": "24.13.2",
|
|
1570
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.2.tgz",
|
|
1571
|
+
"integrity": "sha512-fRa09kZTgu8o71KFcDjUFuc7F+dEbZYZmkI0mg5YBTRs0yMKjYHsq/c0urDKeDb+D5qVgXOdFcuu+DZPKOITwA==",
|
|
1572
1572
|
"dev": true,
|
|
1573
1573
|
"license": "MIT",
|
|
1574
1574
|
"dependencies": {
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@biomejs/biome": "2.4.16",
|
|
32
|
-
"@lousy-agents/mcp": "5.15.
|
|
32
|
+
"@lousy-agents/mcp": "5.15.3",
|
|
33
33
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
34
34
|
"@testcontainers/postgresql": "12.0.1",
|
|
35
|
-
"@types/node": "24.13.
|
|
35
|
+
"@types/node": "24.13.2",
|
|
36
36
|
"@upstash/context7-mcp": "3.1.0",
|
|
37
37
|
"chance": "1.1.13",
|
|
38
38
|
"testcontainers": "12.0.1",
|
|
@@ -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.173"
|
|
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.16",
|
|
23
|
-
"@lousy-agents/mcp": "5.15.
|
|
23
|
+
"@lousy-agents/mcp": "5.15.3",
|
|
24
24
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
25
|
-
"@types/node": "24.13.
|
|
25
|
+
"@types/node": "24.13.2",
|
|
26
26
|
"@upstash/context7-mcp": "3.1.0",
|
|
27
27
|
"chance": "1.1.13",
|
|
28
28
|
"tsx": "4.22.4",
|
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.173"
|
|
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",
|
|
@@ -14,27 +14,27 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@emotion/server": "11.11.0",
|
|
17
|
-
"@mui/material": "9.1.
|
|
18
|
-
"@mui/material-nextjs": "9.1.
|
|
19
|
-
"next": "16.2.
|
|
17
|
+
"@mui/material": "9.1.1",
|
|
18
|
+
"@mui/material-nextjs": "9.1.1",
|
|
19
|
+
"next": "16.2.9",
|
|
20
20
|
"react": "19.2.7",
|
|
21
21
|
"react-dom": "19.2.7"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@biomejs/biome": "2.4.16",
|
|
25
25
|
"@eslint/eslintrc": "3.3.5",
|
|
26
|
-
"@lousy-agents/mcp": "5.15.
|
|
26
|
+
"@lousy-agents/mcp": "5.15.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": "24.13.
|
|
30
|
+
"@types/node": "24.13.2",
|
|
31
31
|
"@types/react": "19.2.17",
|
|
32
32
|
"@types/react-dom": "19.2.3",
|
|
33
33
|
"@upstash/context7-mcp": "3.1.0",
|
|
34
34
|
"@vitejs/plugin-react": "6.0.2",
|
|
35
35
|
"@vitest/ui": "4.1.8",
|
|
36
36
|
"eslint": "10.4.1",
|
|
37
|
-
"eslint-config-next": "16.2.
|
|
37
|
+
"eslint-config-next": "16.2.9",
|
|
38
38
|
"happy-dom": "20.10.2",
|
|
39
39
|
"jsdom": "29.1.1",
|
|
40
40
|
"typescript": "6.0.3",
|