|
41 | 41 | "ci-docs": "run-s build docs-build" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | | - "@babel/types": "^7.23.5", |
| 44 | + "@babel/types": "^7.23.6", |
45 | 45 | "@eslint-types/import": "^2.29.0-1", |
46 | 46 | "@eslint-types/typescript-eslint": "^6.12.0", |
47 | 47 | "@rollup/plugin-typescript": "^11.1.5", |
|
56 | 56 | "@types/json-stable-stringify": "^1.0.36", |
57 | 57 | "@types/less": "^3.0.6", |
58 | 58 | "@types/micromatch": "^4.0.6", |
59 | | - "@types/node": "^20.10.3", |
| 59 | + "@types/node": "^20.10.4", |
60 | 60 | "@types/picomatch": "^2.3.3", |
61 | 61 | "@types/semver": "^7.5.6", |
62 | 62 | "@types/sass": "~1.43.1", |
63 | 63 | "@types/stylus": "^0.48.42", |
64 | 64 | "@types/ws": "^8.5.10", |
65 | | - "@typescript-eslint/eslint-plugin": "^6.13.1", |
66 | | - "@typescript-eslint/parser": "^6.13.1", |
| 65 | + "@typescript-eslint/eslint-plugin": "^6.14.0", |
| 66 | + "@typescript-eslint/parser": "^6.14.0", |
67 | 67 | "@vitejs/release-scripts": "^1.3.1", |
68 | 68 | "conventional-changelog-cli": "^4.1.0", |
69 | 69 | "eslint": "^8.55.0", |
70 | 70 | "eslint-define-config": "^2.0.0", |
71 | 71 | "eslint-plugin-import": "^2.29.0", |
72 | | - "eslint-plugin-n": "^16.3.1", |
| 72 | + "eslint-plugin-n": "^16.4.0", |
73 | 73 | "eslint-plugin-regexp": "^2.1.2", |
74 | 74 | "execa": "^8.0.1", |
75 | 75 | "feed": "^4.2.2", |
|
78 | 78 | "npm-run-all2": "^6.1.1", |
79 | 79 | "picocolors": "^1.0.0", |
80 | 80 | "playwright-chromium": "^1.40.1", |
81 | | - "prettier": "3.1.0", |
| 81 | + "prettier": "3.1.1", |
82 | 82 | "rimraf": "^5.0.5", |
83 | 83 | "rollup": "^4.2.0", |
84 | 84 | "semver": "^7.5.4", |
|
89 | 89 | "unbuild": "^2.0.0", |
90 | 90 | "vite": "workspace:*", |
91 | 91 | "vitepress": "1.0.0-rc.31", |
92 | | - "vitest": "^1.0.0-beta.6", |
93 | | - "vue": "^3.3.9" |
| 92 | + "vitest": "^1.0.4", |
| 93 | + "vue": "^3.3.11" |
94 | 94 | }, |
95 | 95 | "simple-git-hooks": { |
96 | 96 | "pre-commit": "pnpm exec lint-staged --concurrent false" |
|
109 | 109 | "eslint --cache --fix" |
110 | 110 | ] |
111 | 111 | }, |
112 | | - "packageManager": "pnpm@8.11.0", |
| 112 | + "packageManager": "pnpm@8.12.0", |
113 | 113 | "pnpm": { |
114 | 114 | "overrides": { |
115 | 115 | "vite": "workspace:*" |
|
0 commit comments