|
8 | 8 | "url": "https://github.com/grafana/grafana-image-renderer.git" |
9 | 9 | }, |
10 | 10 | "scripts": { |
11 | | - "eslint": "eslint . --ext .ts", |
| 11 | + "eslint": "eslint .", |
12 | 12 | "typecheck": "tsc --noEmit", |
13 | 13 | "prettier:check": "prettier --list-different \"**/*.ts\"", |
14 | 14 | "prettier:write": "prettier --list-different \"**/*.ts\" --write", |
|
52 | 52 | "puppeteer": "^22.8.2", |
53 | 53 | "puppeteer-cluster": "^0.24.0", |
54 | 54 | "rate-limiter-flexible": "^7.0.0", |
| 55 | + "tar-fs": "^3.0.9", |
55 | 56 | "unique-filename": "^2.0.1", |
56 | 57 | "winston": "^3.8.2" |
57 | 58 | }, |
58 | 59 | "devDependencies": { |
59 | | - "@grafana/eslint-config": "^6.0.0", |
60 | | - "@types/dompurify": "^3.2.0", |
| 60 | + "@eslint/js": "^9.31.0", |
| 61 | + "@grafana/eslint-config": "^8.1.0", |
| 62 | + "@stylistic/eslint-plugin-ts": "^4.4.1", |
61 | 63 | "@types/express": "^4.17.14", |
62 | 64 | "@types/jest": "^29.5.12", |
63 | 65 | "@types/jsdom": "20.0.0", |
64 | 66 | "@types/multer": "^1.4.7", |
65 | 67 | "@types/node": "^20.17.27", |
66 | 68 | "@types/pixelmatch": "^5.2.6", |
67 | 69 | "@types/supertest": "^2.0.15", |
68 | | - "@typescript-eslint/eslint-plugin": "5.37.0", |
69 | | - "@typescript-eslint/parser": "5.37.0", |
| 70 | + "@typescript-eslint/eslint-plugin": "^8.37.0", |
| 71 | + "@typescript-eslint/parser": "^8.37.0", |
70 | 72 | "@yao-pkg/pkg": "^6.3.0", |
71 | 73 | "axios": "1.8.2", |
72 | 74 | "cross-env": "7.0.3", |
73 | | - "eslint": "8.23.1", |
| 75 | + "eslint": "^9.31.0", |
| 76 | + "eslint-config-prettier": "^10.1.5", |
| 77 | + "eslint-plugin-jsdoc": "^51.4.1", |
| 78 | + "eslint-plugin-react": "^7.37.5", |
| 79 | + "eslint-plugin-react-hooks": "^5.2.0", |
74 | 80 | "fast-png": "^6.2.0", |
75 | 81 | "jest": "^29.7.0", |
76 | 82 | "jsonwebtoken": "^9.0.2", |
|
80 | 86 | "ts-jest": "^29.1.1", |
81 | 87 | "ts-node": "10.9.1", |
82 | 88 | "tsc-watch": "5.0.3", |
83 | | - "typescript": "4.8.3" |
84 | | - }, |
85 | | - "resolutions": { |
86 | | - "@types/express": "^4.17.14", |
87 | | - "xml2js": "^0.6.2", |
88 | | - "@puppeteer/browsers/tar-fs": "^3.0.9" |
| 89 | + "typescript": "^5.8.3", |
| 90 | + "typescript-eslint": "^8.37.0" |
89 | 91 | }, |
90 | 92 | "lint-staged": { |
91 | 93 | "*.ts": [ |
|
97 | 99 | }, |
98 | 100 | "bin": "build/app.js", |
99 | 101 | "engines": { |
100 | | - "node": ">= 20" |
| 102 | + "node": ">= 22" |
101 | 103 | } |
102 | 104 | } |
0 commit comments