|
31 | 31 | "ci-publish": "tsx scripts/publishCI.ts" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@types/fs-extra": "^11.0.1", |
35 | | - "@types/node": "^18.17.3", |
| 34 | + "@types/fs-extra": "^11.0.2", |
| 35 | + "@types/node": "^18.17.17", |
36 | 36 | "@typescript-eslint/eslint-plugin": "^5.62.0", |
37 | 37 | "@typescript-eslint/parser": "^5.62.0", |
38 | | - "@vitejs/release-scripts": "^1.2.1", |
39 | | - "eslint": "^8.46.0", |
| 38 | + "@vitejs/release-scripts": "^1.3.0", |
| 39 | + "eslint": "^8.49.0", |
40 | 40 | "eslint-define-config": "^1.23.0", |
41 | | - "eslint-plugin-import": "^2.28.0", |
| 41 | + "eslint-plugin-import": "^2.28.1", |
42 | 42 | "eslint-plugin-node": "^11.1.0", |
43 | 43 | "eslint-plugin-regexp": "^1.15.0", |
44 | 44 | "fs-extra": "^11.1.1", |
45 | 45 | "lint-staged": "^14.0.1", |
46 | 46 | "npm-run-all": "^4.1.5", |
47 | 47 | "picocolors": "^1.0.0", |
48 | | - "playwright-chromium": "^1.36.2", |
49 | | - "prettier": "^3.0.1", |
50 | | - "rollup": "^3.27.2", |
| 48 | + "playwright-chromium": "^1.38.0", |
| 49 | + "prettier": "^3.0.3", |
| 50 | + "rollup": "^3.29.2", |
51 | 51 | "simple-git-hooks": "^2.9.0", |
52 | | - "tsx": "^3.12.7", |
53 | | - "typescript": "^5.1.6", |
| 52 | + "tsx": "^3.12.10", |
| 53 | + "typescript": "^5.2.2", |
54 | 54 | "unbuild": "^1.2.1", |
55 | | - "vite": "^4.4.8", |
56 | | - "vitest": "^0.34.1" |
| 55 | + "vite": "^4.4.9", |
| 56 | + "vitest": "^0.34.4" |
57 | 57 | }, |
58 | 58 | "simple-git-hooks": { |
59 | 59 | "pre-commit": "pnpm exec lint-staged --concurrent false" |
|
0 commit comments