|
39 | 39 | "devDependencies": { |
40 | 40 | "@commitlint/cli": "19.8.1", |
41 | 41 | "@commitlint/config-conventional": "19.8.1", |
42 | | - "@jest/globals": "30.2.0", |
| 42 | + "@jest/globals": "30.3.0", |
43 | 43 | "@types/jest": "30.0.0", |
44 | 44 | "@types/node": "24.10.0", |
45 | | - "@typescript-eslint/eslint-plugin": "8.46.3", |
46 | | - "@typescript-eslint/parser": "8.46.3", |
| 45 | + "@typescript-eslint/eslint-plugin": "8.57.2", |
| 46 | + "@typescript-eslint/parser": "8.57.2", |
47 | 47 | "@vercel/ncc": "0.38.4", |
48 | | - "bun": "1.3.1", |
| 48 | + "bun": "1.3.11", |
49 | 49 | "eslint": "9.27.0", |
50 | 50 | "eslint-plugin-github": "6.0.0", |
51 | 51 | "eslint-plugin-jest": "28.11.0", |
52 | 52 | "eslint-plugin-jsonc": "2.20.1", |
53 | | - "eslint-plugin-prettier": "5.4.0", |
| 53 | + "eslint-plugin-prettier": "5.5.5", |
54 | 54 | "husky": "9.1.7", |
55 | | - "jest": "30.2.0", |
| 55 | + "jest": "30.3.0", |
56 | 56 | "jest-sonar-reporter": "2.0.0", |
57 | | - "js-yaml": "4.1.0", |
| 57 | + "js-yaml": "4.1.1", |
58 | 58 | "make-coverage-badge": "1.2.0", |
59 | | - "prettier": "3.6.2", |
| 59 | + "prettier": "3.8.1", |
60 | 60 | "prettier-eslint": "16.4.2", |
61 | | - "ts-jest": "29.4.5", |
62 | | - "typescript": "5.9.3" |
| 61 | + "ts-jest": "29.4.6", |
| 62 | + "typescript": "6.0.2" |
63 | 63 | }, |
64 | 64 | "scripts": { |
65 | 65 | "turbo:build": "pnpm exec turbo build --token $BUILDLESS_APIKEY --no-daemon --remote-only", |
66 | 66 | "turbo:test": "pnpm exec turbo test --token $BUILDLESS_APIKEY --no-daemon --remote-only", |
67 | | - "build": "pnpm run bundle && pnpm run package", |
| 67 | + "build": "pnpm run bundle", |
68 | 68 | "bundle": "pnpm run format:write && pnpm run package", |
69 | 69 | "ci:build": "pnpm run turbo:build", |
70 | 70 | "ci:test": "pnpm run turbo:test", |
|
0 commit comments