|
33 | 33 | "devDependencies": {
|
34 | 34 | "@types/babel__core": "^7.20.1",
|
35 | 35 | "@types/fs-extra": "^11.0.1",
|
36 |
| - "@types/node": "^18.16.18", |
37 |
| - "@typescript-eslint/eslint-plugin": "^5.60.0", |
38 |
| - "@typescript-eslint/parser": "^5.60.0", |
| 36 | + "@types/node": "^18.16.19", |
| 37 | + "@typescript-eslint/eslint-plugin": "^5.60.1", |
| 38 | + "@typescript-eslint/parser": "^5.60.1", |
39 | 39 | "@vitejs/release-scripts": "^1.2.0",
|
40 |
| - "eslint": "^8.43.0", |
| 40 | + "eslint": "^8.44.0", |
41 | 41 | "eslint-define-config": "^1.21.0",
|
42 | 42 | "eslint-plugin-import": "^2.27.5",
|
43 | 43 | "eslint-plugin-node": "^11.1.0",
|
44 | 44 | "eslint-plugin-regexp": "^1.15.0",
|
45 | 45 | "fs-extra": "^11.1.1",
|
46 |
| - "lint-staged": "^13.2.2", |
| 46 | + "lint-staged": "^13.2.3", |
47 | 47 | "npm-run-all": "^4.1.5",
|
48 | 48 | "picocolors": "^1.0.0",
|
49 | 49 | "playwright-chromium": "^1.35.1",
|
50 | 50 | "prettier": "2.8.8",
|
51 |
| - "rollup": "^3.25.2", |
| 51 | + "rollup": "^3.26.0", |
52 | 52 | "simple-git-hooks": "^2.8.1",
|
53 | 53 | "tsx": "^3.12.7",
|
54 |
| - "typescript": "^5.1.3", |
| 54 | + "typescript": "^5.1.6", |
55 | 55 | "unbuild": "^1.2.1",
|
56 | 56 | "vite": "^4.3.9",
|
57 |
| - "vitest": "^0.32.2" |
| 57 | + "vitest": "^0.32.3" |
58 | 58 | },
|
59 | 59 | "simple-git-hooks": {
|
60 | 60 | "pre-commit": "pnpm exec lint-staged --concurrent false"
|
|
0 commit comments