|
28 | 28 | "test:e2e": "NODE_OPTIONS='--experimental-vm-modules' jest --config jest.e2e.config.js --forceExit", |
29 | 29 | "test:router": "NODE_OPTIONS='--experimental-vm-modules' jest --config jest.router.config.js --forceExit", |
30 | 30 | "docs:commands": "pnpm run build && node scripts/generate-command-docs.js", |
31 | | - "prepare": "husky" |
| 31 | + "prepare": "husky", |
| 32 | + "actions:update": "actions-up --min-age 14 --exclude 'runloopai/.+'" |
32 | 33 | }, |
33 | | - "packageManager": "pnpm@9.15.4", |
| 34 | + "packageManager": "pnpm@10.33.0", |
34 | 35 | "keywords": [ |
35 | 36 | "runloop", |
36 | 37 | "cli", |
|
83 | 84 | "figures": "6.1.0", |
84 | 85 | "gradient-string": "3.0.0", |
85 | 86 | "ink": "6.6.0", |
86 | | - "ink-big-text": "2.0.0", |
87 | 87 | "ink-gradient": "3.0.0", |
88 | 88 | "ink-link": "5.0.0", |
89 | 89 | "ink-spinner": "5.0.0", |
|
94 | 94 | "yaml": "2.8.3", |
95 | 95 | "zustand": "5.0.10" |
96 | 96 | }, |
97 | | - "pnpm": { |
98 | | - "onlyBuiltDependencies": [ |
99 | | - "esbuild" |
100 | | - ], |
101 | | - "overrides": { |
102 | | - "tmp": "^0.2.6", |
103 | | - "qs": "^6.15.2", |
104 | | - "ws": "^8.20.1", |
105 | | - "hono": "4.12.24", |
106 | | - "@hono/node-server": "^1.19.14", |
107 | | - "@modelcontextprotocol/sdk>ajv": "^8.18.0", |
108 | | - "express-rate-limit": "^8.3.2", |
109 | | - "fast-uri": "3.1.2", |
110 | | - "ip-address": "10.1.1", |
111 | | - "tar": "^7.5.13", |
112 | | - "flatted": "^3.4.2", |
113 | | - "handlebars": "^4.7.9", |
114 | | - "eslint>minimatch": "^3.1.3", |
115 | | - "eslint-plugin-react>minimatch": "^3.1.3", |
116 | | - "glob>minimatch": "^3.1.3", |
117 | | - "test-exclude>minimatch": "^3.1.3", |
118 | | - "@typescript-eslint/typescript-estree>minimatch": "^9.0.9", |
119 | | - "jest-util>picomatch": "^2.3.2", |
120 | | - "anymatch>picomatch": "^2.3.2", |
121 | | - "eslint>ajv": "^6.14.0", |
122 | | - "minimatch>brace-expansion": "^1.1.13", |
123 | | - "node-forge": "^1.4.0", |
124 | | - "micromatch>picomatch": "^2.3.2", |
125 | | - "tinyglobby>picomatch": "^4.0.4", |
126 | | - "path-to-regexp": "^8.4.2" |
127 | | - } |
128 | | - }, |
129 | 97 | "devDependencies": { |
130 | 98 | "@anthropic-ai/mcpb": "2.1.2", |
131 | 99 | "@types/adm-zip": "0.5.7", |
|
135 | 103 | "@types/tar-stream": "3.1.4", |
136 | 104 | "@typescript-eslint/eslint-plugin": "8.54.0", |
137 | 105 | "@typescript-eslint/parser": "8.54.0", |
| 106 | + "actions-up": "^1.14.2", |
138 | 107 | "esbuild": "0.27.2", |
139 | 108 | "eslint": "9.39.2", |
140 | 109 | "eslint-plugin-react": "7.37.5", |
|
0 commit comments