|
30 | 30 | "upgrade:version": "npm run version:reset && pnpm i" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@babel/core": "^7.27.1", |
34 | | - "@babel/preset-env": "^7.27.2", |
| 33 | + "@babel/core": "^7.28.4", |
| 34 | + "@babel/preset-env": "^7.28.3", |
35 | 35 | "@babel/preset-typescript": "^7.27.1", |
| 36 | + "@eslint/js": "^9.35.0", |
36 | 37 | "@rollup/plugin-json": "^6.1.0", |
37 | 38 | "@types/glob": "^8.1.0", |
38 | | - "@types/jest": "^29.5.14", |
| 39 | + "@types/jest": "^30.0.0", |
39 | 40 | "@types/koa-compose": "^3.2.8", |
40 | | - "@types/node": "^22.15.17", |
| 41 | + "@types/node": "^24.3.1", |
41 | 42 | "@types/serve-handler": "^6.1.4", |
42 | | - "@typescript-eslint/eslint-plugin": "^8.32.0", |
43 | | - "@typescript-eslint/parser": "^8.32.0", |
44 | | - "@vitejs/plugin-react": "^4.4.1", |
45 | | - "babel-jest": "^29.7.0", |
46 | | - "chalk": "^5.4.1", |
47 | | - "dotenv": "^16.5.0", |
| 43 | + "@typescript-eslint/eslint-plugin": "^8.42.0", |
| 44 | + "@typescript-eslint/parser": "^8.42.0", |
| 45 | + "@vitejs/plugin-react": "^5.0.2", |
| 46 | + "babel-jest": "^30.1.2", |
| 47 | + "chalk": "^5.6.0", |
| 48 | + "dotenv": "^17.2.2", |
48 | 49 | "enquirer": "^2.4.1", |
49 | | - "esbuild": "^0.25.4", |
50 | | - "eslint": "^9.26.0", |
51 | | - "execa": "^9.5.3", |
52 | | - "fs-extra": "^11.3.0", |
53 | | - "glob": "^11.0.2", |
| 50 | + "esbuild": "^0.25.9", |
| 51 | + "eslint": "^9.35.0", |
| 52 | + "eslint-plugin-n": "^17.21.3", |
| 53 | + "eslint-plugin-react": "^7.37.5", |
| 54 | + "execa": "^9.6.0", |
| 55 | + "fs-extra": "^11.3.1", |
| 56 | + "glob": "^11.0.3", |
| 57 | + "globals": "^16.3.0", |
54 | 58 | "http-server": "^14.1.1", |
55 | 59 | "husky": "^9.1.7", |
56 | | - "jest": "^29.7.0", |
| 60 | + "jest": "^30.1.3", |
57 | 61 | "jest-canvas-mock": "^2.5.2", |
58 | | - "jest-environment-jsdom": "^29.7.0", |
| 62 | + "jest-environment-jsdom": "^30.1.2", |
59 | 63 | "jimp": "^1.6.0", |
60 | 64 | "koa-compose": "^4.1.0", |
61 | | - "less": "^4.3.0", |
| 65 | + "less": "^4.4.1", |
62 | 66 | "pixelmatch": "^7.1.0", |
63 | 67 | "pngjs": "^7.0.0", |
64 | | - "puppeteer": "^24.8.2", |
65 | | - "rollup": "^4.40.2", |
66 | | - "rollup-plugin-dts": "^6.2.1", |
| 68 | + "puppeteer": "^24.19.0", |
| 69 | + "rollup": "^4.50.0", |
| 70 | + "rollup-plugin-dts": "^6.2.3", |
67 | 71 | "rollup-plugin-esbuild": "^6.2.1", |
68 | 72 | "serve-handler": "^6.1.6", |
69 | | - "terser": "^5.39.0", |
70 | | - "ts-morph": "^25.0.1", |
| 73 | + "terser": "^5.44.0", |
| 74 | + "ts-morph": "^26.0.0", |
71 | 75 | "ts-node": "^10.9.2", |
72 | 76 | "tslib": "^2.8.1", |
73 | | - "typescript": "^5.8.3", |
74 | | - "vite": "^6.3.5" |
| 77 | + "typescript": "^5.9.2", |
| 78 | + "typescript-eslint": "^8.42.0", |
| 79 | + "vite": "^7.1.4" |
| 80 | + }, |
| 81 | + "engines": { |
| 82 | + "pnpm": ">=10", |
| 83 | + "node": ">=24" |
75 | 84 | } |
76 | 85 | } |
0 commit comments