|
33 | 33 | "devDependencies": { |
34 | 34 | "@types/babel__core": "^7.20.0", |
35 | 35 | "@types/fs-extra": "^11.0.1", |
36 | | - "@types/node": "^18.15.0", |
37 | | - "@typescript-eslint/eslint-plugin": "^5.54.1", |
38 | | - "@typescript-eslint/parser": "^5.54.1", |
| 36 | + "@types/node": "^18.15.5", |
| 37 | + "@typescript-eslint/eslint-plugin": "^5.56.0", |
| 38 | + "@typescript-eslint/parser": "^5.56.0", |
39 | 39 | "@vitejs/release-scripts": "^1.1.0", |
40 | 40 | "conventional-changelog-cli": "^2.2.2", |
41 | 41 | "eslint": "^8.36.0", |
42 | | - "eslint-define-config": "^1.16.0", |
| 42 | + "eslint-define-config": "^1.17.0", |
43 | 43 | "eslint-plugin-import": "^2.27.5", |
44 | 44 | "eslint-plugin-node": "^11.1.0", |
45 | | - "eslint-plugin-regexp": "^1.12.0", |
46 | | - "execa": "^7.1.0", |
47 | | - "fs-extra": "^11.1.0", |
| 45 | + "eslint-plugin-regexp": "^1.13.0", |
| 46 | + "execa": "^7.1.1", |
| 47 | + "fs-extra": "^11.1.1", |
48 | 48 | "lint-staged": "^13.2.0", |
49 | 49 | "npm-run-all": "^4.1.5", |
50 | 50 | "picocolors": "^1.0.0", |
51 | | - "playwright-chromium": "^1.31.2", |
52 | | - "prettier": "2.8.4", |
53 | | - "rollup": "^3.19.1", |
| 51 | + "playwright-chromium": "^1.32.0", |
| 52 | + "prettier": "2.8.6", |
| 53 | + "rollup": "^3.20.0", |
54 | 54 | "simple-git-hooks": "^2.8.1", |
55 | | - "tsx": "^3.12.4", |
| 55 | + "tsx": "^3.12.6", |
56 | 56 | "typescript": "^4.9.5", |
57 | 57 | "unbuild": "^1.1.2", |
58 | | - "vite": "^4.1.4", |
59 | | - "vitest": "^0.29.2" |
| 58 | + "vite": "^4.2.1", |
| 59 | + "vitest": "^0.29.7" |
60 | 60 | }, |
61 | 61 | "simple-git-hooks": { |
62 | 62 | "pre-commit": "pnpm exec lint-staged --concurrent false" |
|
75 | 75 | "eslint --cache --fix" |
76 | 76 | ] |
77 | 77 | }, |
78 | | - "packageManager": "pnpm@7.29.1" |
| 78 | + "packageManager": "pnpm@7.30.0" |
79 | 79 | } |
0 commit comments