|
40 | 40 | "ci-docs": "run-s build docs-build"
|
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| - "@babel/types": "^7.23.6", |
44 |
| - "@eslint-types/typescript-eslint": "^6.18.1", |
| 43 | + "@babel/types": "^7.23.9", |
| 44 | + "@eslint-types/typescript-eslint": "^6.19.1", |
45 | 45 | "@rollup/plugin-typescript": "^11.1.6",
|
46 | 46 | "@types/babel__core": "^7.20.5",
|
47 | 47 | "@types/babel__preset-env": "^7.9.6",
|
|
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.5", |
| 56 | + "@types/node": "^20.11.16", |
57 | 57 | "@types/picomatch": "^2.3.3",
|
58 | 58 | "@types/sass": "~1.43.1",
|
59 | 59 | "@types/semver": "^7.5.6",
|
60 | 60 | "@types/stylus": "^0.48.42",
|
61 | 61 | "@types/ws": "^8.5.10",
|
62 |
| - "@typescript-eslint/eslint-plugin": "^6.19.0", |
63 |
| - "@typescript-eslint/parser": "^6.19.0", |
| 62 | + "@typescript-eslint/eslint-plugin": "^6.21.0", |
| 63 | + "@typescript-eslint/parser": "^6.21.0", |
64 | 64 | "@vitejs/release-scripts": "^1.3.1",
|
65 | 65 | "conventional-changelog-cli": "^4.1.0",
|
66 | 66 | "eslint": "^8.56.0",
|
|
71 | 71 | "execa": "^8.0.1",
|
72 | 72 | "feed": "^4.2.2",
|
73 | 73 | "fs-extra": "^11.2.0",
|
74 |
| - "lint-staged": "^15.2.0", |
75 |
| - "npm-run-all2": "^6.1.1", |
| 74 | + "lint-staged": "^15.2.2", |
| 75 | + "npm-run-all2": "^6.1.2", |
76 | 76 | "picocolors": "^1.0.0",
|
77 |
| - "playwright-chromium": "^1.41.1", |
78 |
| - "prettier": "3.2.4", |
| 77 | + "playwright-chromium": "^1.41.2", |
| 78 | + "prettier": "3.2.5", |
79 | 79 | "rimraf": "^5.0.5",
|
80 | 80 | "rollup": "^4.2.0",
|
81 |
| - "semver": "^7.5.4", |
| 81 | + "semver": "^7.6.0", |
82 | 82 | "simple-git-hooks": "^2.9.0",
|
83 | 83 | "tslib": "^2.6.2",
|
84 | 84 | "tsx": "^4.7.0",
|
85 | 85 | "typescript": "^5.2.2",
|
86 | 86 | "unbuild": "^2.0.0",
|
87 | 87 | "vite": "workspace:*",
|
88 |
| - "vitepress": "1.0.0-rc.40", |
89 |
| - "vitest": "^1.2.1", |
| 88 | + "vitepress": "1.0.0-rc.42", |
| 89 | + "vitest": "^1.2.2", |
90 | 90 | "vue": "^3.4.15"
|
91 | 91 | },
|
92 | 92 | "simple-git-hooks": {
|
|
106 | 106 | "eslint --cache --fix"
|
107 | 107 | ]
|
108 | 108 | },
|
109 |
| - "packageManager": "pnpm@8.14.2", |
| 109 | + "packageManager": "pnpm@8.15.1", |
110 | 110 | "pnpm": {
|
111 | 111 | "overrides": {
|
112 | 112 | "vite": "workspace:*"
|
|
124 | 124 | }
|
125 | 125 | },
|
126 | 126 | "patchedDependencies": {
|
127 |
| - "chokidar@3.5.3": "patches/chokidar@3.5.3.patch", |
| 127 | + "chokidar@3.6.0": "patches/chokidar@3.6.0.patch", |
128 | 128 | "dotenv-expand@10.0.0": "patches/dotenv-expand@10.0.0.patch",
|
129 | 129 | "sirv@2.0.4": "patches/sirv@2.0.4.patch"
|
130 | 130 | },
|
|
0 commit comments