|
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | 44 | "@babel/types": "^7.23.6", |
45 | | - "@eslint-types/typescript-eslint": "^6.12.0", |
46 | | - "@rollup/plugin-typescript": "^11.1.5", |
| 45 | + "@eslint-types/typescript-eslint": "^6.18.1", |
| 46 | + "@rollup/plugin-typescript": "^11.1.6", |
47 | 47 | "@types/babel__core": "^7.20.5", |
48 | 48 | "@types/babel__preset-env": "^7.9.6", |
49 | 49 | "@types/convert-source-map": "^2.0.3", |
|
55 | 55 | "@types/json-stable-stringify": "^1.0.36", |
56 | 56 | "@types/less": "^3.0.6", |
57 | 57 | "@types/micromatch": "^4.0.6", |
58 | | - "@types/node": "^20.10.4", |
| 58 | + "@types/node": "^20.11.0", |
59 | 59 | "@types/picomatch": "^2.3.3", |
60 | 60 | "@types/sass": "~1.43.1", |
61 | 61 | "@types/semver": "^7.5.6", |
62 | 62 | "@types/stylus": "^0.48.42", |
63 | 63 | "@types/ws": "^8.5.10", |
64 | | - "@typescript-eslint/eslint-plugin": "^6.14.0", |
65 | | - "@typescript-eslint/parser": "^6.14.0", |
| 64 | + "@typescript-eslint/eslint-plugin": "^6.18.1", |
| 65 | + "@typescript-eslint/parser": "^6.18.1", |
66 | 66 | "@vitejs/release-scripts": "^1.3.1", |
67 | 67 | "conventional-changelog-cli": "^4.1.0", |
68 | | - "eslint": "^8.55.0", |
69 | | - "eslint-define-config": "^2.0.0", |
| 68 | + "eslint": "^8.56.0", |
| 69 | + "eslint-define-config": "^2.1.0", |
70 | 70 | "eslint-plugin-i": "^2.29.1", |
71 | | - "eslint-plugin-n": "^16.4.0", |
72 | | - "eslint-plugin-regexp": "^2.1.2", |
| 71 | + "eslint-plugin-n": "^16.6.2", |
| 72 | + "eslint-plugin-regexp": "^2.2.0", |
73 | 73 | "execa": "^8.0.1", |
74 | 74 | "feed": "^4.2.2", |
75 | 75 | "fs-extra": "^11.2.0", |
|
83 | 83 | "semver": "^7.5.4", |
84 | 84 | "simple-git-hooks": "^2.9.0", |
85 | 85 | "tslib": "^2.6.2", |
86 | | - "tsx": "^4.6.2", |
| 86 | + "tsx": "^4.7.0", |
87 | 87 | "typescript": "^5.2.2", |
88 | 88 | "unbuild": "^2.0.0", |
89 | 89 | "vite": "workspace:*", |
90 | | - "vitepress": "1.0.0-rc.31", |
91 | | - "vitest": "^1.0.4", |
92 | | - "vue": "^3.3.11" |
| 90 | + "vitepress": "1.0.0-rc.36", |
| 91 | + "vitest": "^1.1.3", |
| 92 | + "vue": "^3.4.9" |
93 | 93 | }, |
94 | 94 | "simple-git-hooks": { |
95 | 95 | "pre-commit": "pnpm exec lint-staged --concurrent false" |
|
108 | 108 | "eslint --cache --fix" |
109 | 109 | ] |
110 | 110 | }, |
111 | | - "packageManager": "pnpm@8.12.0", |
| 111 | + "packageManager": "pnpm@8.14.1", |
112 | 112 | "pnpm": { |
113 | 113 | "overrides": { |
114 | 114 | "vite": "workspace:*" |
|
0 commit comments