|
56 | 56 | "devDependencies": { |
57 | 57 | "@actions/core": "^3.0.0", |
58 | 58 | "@actions/github": "^8.0.0", |
59 | | - "@babel/code-frame": "^7.26.2", |
| 59 | + "@babel/code-frame": "^7.27.1", |
| 60 | + "@babel/core": "^7.28.0", |
| 61 | + "@babel/helper-plugin-utils": "^7.27.1", |
| 62 | + "@babel/parser": "^7.28.0", |
| 63 | + "@babel/plugin-proposal-decorators": "^7.28.0", |
| 64 | + "@babel/plugin-syntax-async-generators": "^7.8.4", |
| 65 | + "@babel/plugin-syntax-import-attributes": "^7.27.1", |
| 66 | + "@babel/plugin-syntax-json-strings": "^7.8.3", |
| 67 | + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", |
| 68 | + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", |
| 69 | + "@babel/plugin-transform-class-properties": "^7.27.1", |
| 70 | + "@babel/plugin-transform-class-static-block": "^7.27.1", |
| 71 | + "@babel/plugin-transform-explicit-resource-management": "^7.28.0", |
| 72 | + "@babel/plugin-transform-export-namespace-from": "^7.27.1", |
| 73 | + "@babel/plugin-transform-logical-assignment-operators": "^7.27.1", |
| 74 | + "@babel/plugin-transform-modules-commonjs": "^7.27.1", |
| 75 | + "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1", |
| 76 | + "@babel/plugin-transform-numeric-separator": "^7.27.1", |
| 77 | + "@babel/plugin-transform-optional-chaining": "^7.27.1", |
| 78 | + "@babel/plugin-transform-private-methods": "^7.27.1", |
| 79 | + "@babel/plugin-transform-private-property-in-object": "^7.27.1", |
| 80 | + "@babel/plugin-transform-react-jsx": "^7.27.1", |
| 81 | + "@babel/preset-typescript": "^7.27.1", |
60 | 82 | "@eslint/compat": "^1.3.2", |
61 | 83 | "@eslint/eslintrc": "^3.3.1", |
62 | 84 | "@eslint/js": "^9.34.0", |
| 85 | + "@jest/expect-utils": "30.2.0", |
63 | 86 | "@modelcontextprotocol/sdk": "^1.28.0", |
64 | 87 | "@octokit/graphql-schema": "^15.26.0", |
65 | 88 | "@stylistic/eslint-plugin": "^5.2.3", |
| 89 | + "@types/babel__code-frame": "^7.0.6", |
| 90 | + "@types/babel__core": "^7.20.5", |
| 91 | + "@types/babel__helper-plugin-utils": "^7.10.3", |
| 92 | + "@types/babel__traverse": "^7.20.6", |
| 93 | + "@types/chrome": "^0.0.315", |
66 | 94 | "@types/codemirror": "^5.60.7", |
67 | 95 | "@types/debug": "^4.1.7", |
68 | 96 | "@types/diff": "^5.2.3", |
|
73 | 101 | "@types/node": "18.19.76", |
74 | 102 | "@types/pngjs": "^6.0.1", |
75 | 103 | "@types/progress": "^2.0.5", |
76 | | - "@types/proper-lockfile": "^4.1.2", |
77 | 104 | "@types/proxy-from-env": "^1.0.1", |
78 | 105 | "@types/react": "^19.2.1", |
79 | 106 | "@types/react-dom": "^19.2.1", |
| 107 | + "@types/retry": "^0.12.5", |
80 | 108 | "@types/source-map-support": "^0.5.4", |
81 | | - "@types/stack-utils": "^2.0.1", |
82 | 109 | "@types/stoppable": "^1.1.1", |
83 | 110 | "@types/ws": "8.2.2", |
84 | 111 | "@types/xml2js": "^0.4.9", |
|
113 | 140 | "graceful-fs": "4.2.10", |
114 | 141 | "https-proxy-agent": "7.0.6", |
115 | 142 | "ini": "^6.0.0", |
| 143 | + "jest-matcher-utils": "30.2.0", |
| 144 | + "jest-message-util": "30.2.0", |
116 | 145 | "jpeg-js": "0.4.4", |
117 | 146 | "json5": "2.2.3", |
118 | 147 | "license-checker": "^25.0.1", |
|
133 | 162 | "stoppable": "1.1.0", |
134 | 163 | "typescript": "^5.9.2", |
135 | 164 | "vite": "^6.4.1", |
| 165 | + "vite-plugin-static-copy": "^3.1.1", |
136 | 166 | "ws": "8.17.1", |
137 | 167 | "xml2js": "^0.5.0", |
138 | 168 | "yaml": "^2.8.3", |
|
0 commit comments