|
41 | 41 | "ci-docs": "run-s build docs-build"
|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@babel/types": "^7.22.17", |
45 |
| - "@microsoft/api-extractor": "^7.36.3", |
46 |
| - "@rollup/plugin-typescript": "^11.1.2", |
47 |
| - "@types/babel__core": "^7.20.1", |
48 |
| - "@types/babel__preset-env": "^7.9.2", |
49 |
| - "@types/convert-source-map": "^2.0.0", |
50 |
| - "@types/cross-spawn": "^6.0.2", |
| 44 | + "@babel/types": "^7.22.19", |
| 45 | + "@microsoft/api-extractor": "^7.37.0", |
| 46 | + "@rollup/plugin-typescript": "^11.1.3", |
| 47 | + "@types/babel__core": "^7.20.2", |
| 48 | + "@types/babel__preset-env": "^7.9.3", |
| 49 | + "@types/convert-source-map": "^2.0.1", |
| 50 | + "@types/cross-spawn": "^6.0.3", |
51 | 51 | "@types/debug": "^4.1.8",
|
52 | 52 | "@types/estree": "^1.0.1",
|
53 | 53 | "@types/etag": "^1.8.1",
|
54 |
| - "@types/fs-extra": "^11.0.1", |
| 54 | + "@types/fs-extra": "^11.0.2", |
55 | 55 | "@types/json-stable-stringify": "^1.0.34",
|
56 |
| - "@types/less": "^3.0.3", |
| 56 | + "@types/less": "^3.0.4", |
57 | 57 | "@types/micromatch": "^4.0.2",
|
58 |
| - "@types/node": "^18.17.3", |
| 58 | + "@types/node": "^18.17.17", |
59 | 59 | "@types/picomatch": "^2.3.0",
|
60 | 60 | "@types/sass": "~1.43.1",
|
61 |
| - "@types/stylus": "^0.48.38", |
| 61 | + "@types/stylus": "^0.48.39", |
62 | 62 | "@types/ws": "^8.5.5",
|
63 |
| - "@typescript-eslint/eslint-plugin": "^6.2.1", |
64 |
| - "@typescript-eslint/parser": "^6.2.1", |
65 |
| - "@vitejs/release-scripts": "^1.3.0", |
| 63 | + "@typescript-eslint/eslint-plugin": "^6.7.0", |
| 64 | + "@typescript-eslint/parser": "^6.7.0", |
| 65 | + "@vitejs/release-scripts": "^1.3.1", |
66 | 66 | "conventional-changelog-cli": "^3.0.0",
|
67 |
| - "eslint": "^8.46.0", |
| 67 | + "eslint": "^8.49.0", |
68 | 68 | "eslint-define-config": "^1.23.0",
|
69 |
| - "eslint-plugin-import": "^2.28.0", |
70 |
| - "eslint-plugin-n": "^16.0.1", |
| 69 | + "eslint-plugin-import": "^2.28.1", |
| 70 | + "eslint-plugin-n": "^16.1.0", |
71 | 71 | "eslint-plugin-regexp": "^1.15.0",
|
72 | 72 | "execa": "^8.0.1",
|
73 | 73 | "fs-extra": "^11.1.1",
|
74 | 74 | "lint-staged": "^14.0.1",
|
75 | 75 | "npm-run-all": "^4.1.5",
|
76 | 76 | "picocolors": "^1.0.0",
|
77 |
| - "playwright-chromium": "^1.36.2", |
78 |
| - "prettier": "3.0.1", |
| 77 | + "playwright-chromium": "^1.38.0", |
| 78 | + "prettier": "3.0.3", |
79 | 79 | "rimraf": "^5.0.1",
|
80 | 80 | "rollup": "^3.29.0",
|
81 | 81 | "simple-git-hooks": "^2.9.0",
|
82 |
| - "tslib": "^2.6.1", |
83 |
| - "tsx": "^3.12.7", |
| 82 | + "tslib": "^2.6.2", |
| 83 | + "tsx": "^3.12.10", |
84 | 84 | "typescript": "^5.0.2",
|
85 | 85 | "unbuild": "^1.2.1",
|
86 | 86 | "vite": "workspace:*",
|
87 |
| - "vitepress": "1.0.0-beta.7", |
88 |
| - "vitest": "^0.34.1", |
| 87 | + "vitepress": "1.0.0-rc.14", |
| 88 | + "vitest": "^0.34.4", |
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.6.12", |
| 108 | + "packageManager": "pnpm@8.7.6", |
109 | 109 | "pnpm": {
|
110 | 110 | "overrides": {
|
111 | 111 | "vite": "workspace:*"
|
|
0 commit comments