|
40 | 40 | "ci-docs": "run-s build docs-build"
|
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| - "@babel/types": "^7.24.0", |
| 43 | + "@babel/types": "^7.24.5", |
44 | 44 | "@eslint-types/typescript-eslint": "^7.5.0",
|
45 | 45 | "@rollup/plugin-typescript": "^11.1.6",
|
46 | 46 | "@types/babel__core": "^7.20.5",
|
|
58 | 58 | "@types/semver": "^7.5.8",
|
59 | 59 | "@types/stylus": "^0.48.42",
|
60 | 60 | "@types/ws": "^8.5.10",
|
61 |
| - "@typescript-eslint/eslint-plugin": "^7.7.1", |
62 |
| - "@typescript-eslint/parser": "^7.7.1", |
| 61 | + "@typescript-eslint/eslint-plugin": "^7.8.0", |
| 62 | + "@typescript-eslint/parser": "^7.8.0", |
63 | 63 | "@vitejs/release-scripts": "^1.3.1",
|
64 | 64 | "conventional-changelog-cli": "^4.1.0",
|
65 | 65 | "eslint": "^8.57.0",
|
66 | 66 | "eslint-define-config": "^2.1.0",
|
67 | 67 | "eslint-plugin-i": "^2.29.1",
|
68 |
| - "eslint-plugin-n": "^17.2.1", |
| 68 | + "eslint-plugin-n": "^17.4.0", |
69 | 69 | "eslint-plugin-regexp": "^2.5.0",
|
70 | 70 | "execa": "^8.0.1",
|
71 | 71 | "feed": "^4.2.2",
|
|
80 | 80 | "semver": "^7.6.0",
|
81 | 81 | "simple-git-hooks": "^2.11.1",
|
82 | 82 | "tslib": "^2.6.2",
|
83 |
| - "tsx": "^4.7.2", |
| 83 | + "tsx": "^4.8.0", |
84 | 84 | "typescript": "^5.2.2",
|
85 | 85 | "unbuild": "^2.0.0",
|
86 | 86 | "vite": "workspace:*",
|
87 |
| - "vitest": "^1.5.0" |
| 87 | + "vitest": "^1.5.3" |
88 | 88 | },
|
89 | 89 | "simple-git-hooks": {
|
90 | 90 | "pre-commit": "pnpm exec lint-staged --concurrent false"
|
|
103 | 103 | "eslint --cache --fix"
|
104 | 104 | ]
|
105 | 105 | },
|
106 |
| - "packageManager": "pnpm@8.15.7", |
| 106 | + "packageManager": "pnpm@8.15.8", |
107 | 107 | "pnpm": {
|
108 | 108 | "overrides": {
|
109 | 109 | "vite": "workspace:*"
|
|
0 commit comments