|
40 | 40 | "ci-docs": "run-s build docs-build"
|
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| - "@babel/types": "^7.23.9", |
| 43 | + "@babel/types": "^7.24.0", |
44 | 44 | "@eslint-types/typescript-eslint": "^6.21.0",
|
45 | 45 | "@rollup/plugin-typescript": "^11.1.6",
|
46 | 46 | "@types/babel__core": "^7.20.5",
|
|
53 | 53 | "@types/fs-extra": "^11.0.4",
|
54 | 54 | "@types/less": "^3.0.6",
|
55 | 55 | "@types/micromatch": "^4.0.6",
|
56 |
| - "@types/node": "^20.11.20", |
| 56 | + "@types/node": "^20.11.25", |
57 | 57 | "@types/picomatch": "^2.3.3",
|
58 | 58 | "@types/sass": "~1.43.1",
|
59 | 59 | "@types/semver": "^7.5.8",
|
60 | 60 | "@types/stylus": "^0.48.42",
|
61 | 61 | "@types/ws": "^8.5.10",
|
62 |
| - "@typescript-eslint/eslint-plugin": "^7.1.0", |
63 |
| - "@typescript-eslint/parser": "^7.1.0", |
| 62 | + "@typescript-eslint/eslint-plugin": "^7.1.1", |
| 63 | + "@typescript-eslint/parser": "^7.1.1", |
64 | 64 | "@vitejs/release-scripts": "^1.3.1",
|
65 | 65 | "conventional-changelog-cli": "^4.1.0",
|
66 | 66 | "eslint": "^8.57.0",
|
67 | 67 | "eslint-define-config": "^2.1.0",
|
68 | 68 | "eslint-plugin-i": "^2.29.1",
|
69 | 69 | "eslint-plugin-n": "^16.6.2",
|
70 |
| - "eslint-plugin-regexp": "^2.2.0", |
| 70 | + "eslint-plugin-regexp": "^2.3.0", |
71 | 71 | "execa": "^8.0.1",
|
72 | 72 | "feed": "^4.2.2",
|
73 | 73 | "fs-extra": "^11.2.0",
|
74 | 74 | "lint-staged": "^15.2.2",
|
75 | 75 | "npm-run-all2": "^6.1.2",
|
76 | 76 | "picocolors": "^1.0.0",
|
77 |
| - "playwright-chromium": "^1.41.2", |
| 77 | + "playwright-chromium": "^1.42.1", |
78 | 78 | "prettier": "3.2.5",
|
79 | 79 | "rimraf": "^5.0.5",
|
80 | 80 | "rollup": "^4.2.0",
|
81 | 81 | "semver": "^7.6.0",
|
82 |
| - "simple-git-hooks": "^2.9.0", |
| 82 | + "simple-git-hooks": "^2.10.0", |
83 | 83 | "tslib": "^2.6.2",
|
84 | 84 | "tsx": "^4.7.1",
|
85 | 85 | "typescript": "^5.2.2",
|
86 | 86 | "unbuild": "^2.0.0",
|
87 | 87 | "vite": "workspace:*",
|
88 |
| - "vitepress": "1.0.0-rc.44", |
| 88 | + "vitepress": "1.0.0-rc.45", |
89 | 89 | "vitest": "^1.3.1",
|
90 |
| - "vue": "^3.4.20" |
| 90 | + "vue": "^3.4.21" |
91 | 91 | },
|
92 | 92 | "simple-git-hooks": {
|
93 | 93 | "pre-commit": "pnpm exec lint-staged --concurrent false"
|
|
0 commit comments