|
23 | 23 | "typecheck": "tsc --noEmit", |
24 | 24 | "fetch-schema": "curl https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json -sf > src/schema.json" |
25 | 25 | }, |
26 | | - "dependencies": { |
| 26 | + "devDependencies": { |
| 27 | + "@eslint/js": "10.x", |
| 28 | + "@stylistic/eslint-plugin": "5.x", |
| 29 | + "@types/base64url": "2.x.x", |
| 30 | + "@types/bun": "1.x.x", |
| 31 | + "@types/checksum": "0.1.x", |
| 32 | + "@types/deep-extend": "0.6.x", |
| 33 | + "@types/fs-extra": "11.x.x", |
| 34 | + "@types/js-yaml": "4.x.x", |
| 35 | + "@types/micromatch": "4.x.x", |
| 36 | + "@types/pretty-hrtime": "1.x.x", |
| 37 | + "@types/semver": "7.x.x", |
| 38 | + "@types/split2": "4.x.x", |
| 39 | + "@types/yargs": "17.x.x", |
| 40 | + "@vitest/coverage-v8": "^4.0.18", |
27 | 41 | "ajv": "8.x.x", |
28 | 42 | "axios": "1.x.x", |
| 43 | + "axios-mock-adapter": "2.x", |
29 | 44 | "base64url": "3.x.x", |
30 | 45 | "camelcase": "9.x.x", |
31 | 46 | "chalk": "6.x", |
32 | 47 | "chalk-template": "1.x.x", |
33 | 48 | "checksum": "1.x.x", |
34 | 49 | "deep-extend": "0.6.x", |
| 50 | + "depcheck": "1.x.x", |
35 | 51 | "dotenv": "17.x", |
| 52 | + "eslint": "10.x", |
36 | 53 | "execa": "10.x", |
37 | 54 | "fs-extra": "11.x.x", |
38 | 55 | "globby": "16.x.x", |
|
46 | 63 | "semver": "7.x.x", |
47 | 64 | "split2": "4.x.x", |
48 | 65 | "terminal-link": "5.x.x", |
49 | | - "yargs": "18.x" |
50 | | - }, |
51 | | - "devDependencies": { |
52 | | - "@eslint/js": "10.x", |
53 | | - "@stylistic/eslint-plugin": "5.x", |
54 | | - "@types/base64url": "2.x.x", |
55 | | - "@types/bun": "1.x.x", |
56 | | - "@types/checksum": "0.1.x", |
57 | | - "@types/deep-extend": "0.6.x", |
58 | | - "@types/fs-extra": "11.x.x", |
59 | | - "@types/js-yaml": "4.x.x", |
60 | | - "@types/micromatch": "4.x.x", |
61 | | - "@types/pretty-hrtime": "1.x.x", |
62 | | - "@types/semver": "7.x.x", |
63 | | - "@types/split2": "4.x.x", |
64 | | - "@types/yargs": "17.x.x", |
65 | | - "@vitest/coverage-v8": "^4.0.18", |
66 | | - "axios-mock-adapter": "2.x", |
67 | | - "depcheck": "1.x.x", |
68 | | - "eslint": "10.x", |
69 | 66 | "typescript": "6.x", |
70 | 67 | "typescript-eslint": "8.x.x", |
71 | | - "vitest": "^4.0.18" |
| 68 | + "vitest": "^4.0.18", |
| 69 | + "yargs": "18.x" |
72 | 70 | }, |
73 | 71 | "repository": { |
74 | 72 | "type": "git", |
|
0 commit comments