|
41 | 41 | "ci-docs": "run-s build docs-build" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | | - "@babel/types": "^7.22.19", |
45 | | - "@microsoft/api-extractor": "^7.37.0", |
46 | | - "@rollup/plugin-typescript": "^11.1.3", |
| 44 | + "@babel/types": "^7.23.0", |
| 45 | + "@microsoft/api-extractor": "^7.38.0", |
| 46 | + "@rollup/plugin-typescript": "^11.1.4", |
47 | 47 | "@types/babel__core": "^7.20.2", |
48 | 48 | "@types/babel__preset-env": "^7.9.3", |
49 | 49 | "@types/convert-source-map": "^2.0.1", |
|
54 | 54 | "@types/fs-extra": "^11.0.2", |
55 | 55 | "@types/json-stable-stringify": "^1.0.34", |
56 | 56 | "@types/less": "^3.0.4", |
57 | | - "@types/micromatch": "^4.0.2", |
58 | | - "@types/node": "^18.17.19", |
| 57 | + "@types/micromatch": "^4.0.3", |
| 58 | + "@types/node": "^18.18.3", |
59 | 59 | "@types/picomatch": "^2.3.1", |
60 | 60 | "@types/sass": "~1.43.1", |
61 | | - "@types/stylus": "^0.48.39", |
62 | | - "@types/ws": "^8.5.5", |
63 | | - "@typescript-eslint/eslint-plugin": "^6.7.2", |
64 | | - "@typescript-eslint/parser": "^6.7.2", |
| 61 | + "@types/stylus": "^0.48.40", |
| 62 | + "@types/ws": "^8.5.6", |
| 63 | + "@typescript-eslint/eslint-plugin": "^6.7.4", |
| 64 | + "@typescript-eslint/parser": "^6.7.4", |
65 | 65 | "@vitejs/release-scripts": "^1.3.1", |
66 | 66 | "conventional-changelog-cli": "^3.0.0", |
67 | 67 | "eslint": "^8.50.0", |
|
76 | 76 | "picocolors": "^1.0.0", |
77 | 77 | "playwright-chromium": "^1.38.1", |
78 | 78 | "prettier": "3.0.3", |
79 | | - "rimraf": "^5.0.1", |
| 79 | + "rimraf": "^5.0.5", |
80 | 80 | "rollup": "^3.29.2", |
81 | 81 | "simple-git-hooks": "^2.9.0", |
82 | 82 | "tslib": "^2.6.2", |
|
85 | 85 | "unbuild": "^2.0.0", |
86 | 86 | "vite": "workspace:*", |
87 | 87 | "vitepress": "1.0.0-rc.20", |
88 | | - "vitest": "^0.34.5", |
| 88 | + "vitest": "^0.34.6", |
89 | 89 | "vue": "^3.3.4" |
90 | 90 | }, |
91 | 91 | "simple-git-hooks": { |
|
105 | 105 | "eslint --cache --fix" |
106 | 106 | ] |
107 | 107 | }, |
108 | | - "packageManager": "pnpm@8.7.6", |
| 108 | + "packageManager": "pnpm@8.8.0", |
109 | 109 | "pnpm": { |
110 | 110 | "overrides": { |
111 | 111 | "vite": "workspace:*" |
|
0 commit comments