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