|
34 | 34 | "@types/babel__core": "^7.20.0",
|
35 | 35 | "@types/fs-extra": "^11.0.1",
|
36 | 36 | "@types/node": "^18.15.11",
|
37 |
| - "@typescript-eslint/eslint-plugin": "^5.57.0", |
38 |
| - "@typescript-eslint/parser": "^5.57.0", |
| 37 | + "@typescript-eslint/eslint-plugin": "^5.58.0", |
| 38 | + "@typescript-eslint/parser": "^5.58.0", |
39 | 39 | "@vitejs/release-scripts": "^1.1.0",
|
40 | 40 | "conventional-changelog-cli": "^2.2.2",
|
41 |
| - "eslint": "^8.37.0", |
42 |
| - "eslint-define-config": "^1.17.0", |
| 41 | + "eslint": "^8.38.0", |
| 42 | + "eslint-define-config": "^1.18.0", |
43 | 43 | "eslint-plugin-import": "^2.27.5",
|
44 | 44 | "eslint-plugin-node": "^11.1.0",
|
45 | 45 | "eslint-plugin-regexp": "^1.14.0",
|
46 | 46 | "execa": "^7.1.1",
|
47 | 47 | "fs-extra": "^11.1.1",
|
48 |
| - "lint-staged": "^13.2.0", |
| 48 | + "lint-staged": "^13.2.1", |
49 | 49 | "npm-run-all": "^4.1.5",
|
50 | 50 | "picocolors": "^1.0.0",
|
51 |
| - "playwright-chromium": "^1.32.1", |
| 51 | + "playwright-chromium": "^1.32.3", |
52 | 52 | "prettier": "2.8.7",
|
53 |
| - "rollup": "^3.20.2", |
| 53 | + "rollup": "^3.20.4", |
54 | 54 | "simple-git-hooks": "^2.8.1",
|
55 | 55 | "tsx": "^3.12.6",
|
56 |
| - "typescript": "^5.0.3", |
57 |
| - "unbuild": "^1.2.0", |
| 56 | + "typescript": "^5.0.4", |
| 57 | + "unbuild": "^1.2.1", |
58 | 58 | "vite": "^4.2.1",
|
59 |
| - "vitest": "^0.29.8" |
| 59 | + "vitest": "^0.30.1" |
60 | 60 | },
|
61 | 61 | "simple-git-hooks": {
|
62 | 62 | "pre-commit": "pnpm exec lint-staged --concurrent false"
|
|
0 commit comments