|
37 | 37 | "ci-docs": "run-s build docs-build"
|
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 |
| - "@babel/types": "^7.21.4", |
41 |
| - "@microsoft/api-extractor": "^7.34.4", |
| 40 | + "@babel/types": "^7.21.5", |
| 41 | + "@microsoft/api-extractor": "^7.34.8", |
42 | 42 | "@rollup/plugin-typescript": "^11.1.0",
|
43 | 43 | "@types/babel__core": "^7.20.0",
|
44 | 44 | "@types/babel__preset-env": "^7.9.2",
|
|
52 | 52 | "@types/json-stable-stringify": "^1.0.34",
|
53 | 53 | "@types/less": "^3.0.3",
|
54 | 54 | "@types/micromatch": "^4.0.2",
|
55 |
| - "@types/node": "^18.15.12", |
| 55 | + "@types/node": "^18.16.5", |
56 | 56 | "@types/picomatch": "^2.3.0",
|
57 | 57 | "@types/resolve": "^1.20.2",
|
58 | 58 | "@types/sass": "~1.43.1",
|
59 | 59 | "@types/stylus": "^0.48.38",
|
60 | 60 | "@types/ws": "^8.5.4",
|
61 |
| - "@typescript-eslint/eslint-plugin": "^5.59.0", |
62 |
| - "@typescript-eslint/parser": "^5.59.0", |
63 |
| - "@vitejs/release-scripts": "^1.1.0", |
| 61 | + "@typescript-eslint/eslint-plugin": "^5.59.2", |
| 62 | + "@typescript-eslint/parser": "^5.59.2", |
| 63 | + "@vitejs/release-scripts": "^1.2.0", |
64 | 64 | "conventional-changelog-cli": "^2.2.2",
|
65 |
| - "eslint": "^8.38.0", |
66 |
| - "eslint-define-config": "^1.18.0", |
| 65 | + "eslint": "^8.40.0", |
| 66 | + "eslint-define-config": "^1.20.0", |
67 | 67 | "eslint-plugin-import": "^2.27.5",
|
68 | 68 | "eslint-plugin-n": "^15.7.0",
|
69 | 69 | "eslint-plugin-regexp": "^1.14.0",
|
70 | 70 | "execa": "^7.1.1",
|
71 | 71 | "fast-glob": "^3.2.12",
|
72 | 72 | "fs-extra": "^11.1.1",
|
73 |
| - "lint-staged": "^13.2.1", |
| 73 | + "lint-staged": "^13.2.2", |
74 | 74 | "npm-run-all": "^4.1.5",
|
75 | 75 | "picocolors": "^1.0.0",
|
76 |
| - "playwright-chromium": "^1.32.3", |
77 |
| - "prettier": "2.8.7", |
| 76 | + "playwright-chromium": "^1.33.0", |
| 77 | + "prettier": "2.8.8", |
78 | 78 | "resolve": "^1.22.2",
|
79 | 79 | "rimraf": "^5.0.0",
|
80 | 80 | "rollup": "^3.21.0",
|
81 | 81 | "simple-git-hooks": "^2.8.1",
|
82 | 82 | "tslib": "^2.5.0",
|
83 |
| - "tsx": "^3.12.6", |
| 83 | + "tsx": "^3.12.7", |
84 | 84 | "typescript": "^5.0.2",
|
85 | 85 | "unbuild": "^1.2.1",
|
86 | 86 | "vite": "workspace:*",
|
87 |
| - "vitepress": "^1.0.0-alpha.73", |
88 |
| - "vitest": "^0.30.1", |
| 87 | + "vitepress": "^1.0.0-alpha.75", |
| 88 | + "vitest": "^0.31.0", |
89 | 89 | "vue": "^3.2.47"
|
90 | 90 | },
|
91 | 91 | "simple-git-hooks": {
|
|
105 | 105 | "eslint --cache --fix"
|
106 | 106 | ]
|
107 | 107 | },
|
108 |
| - "packageManager": "pnpm@8.3.1", |
| 108 | + "packageManager": "pnpm@8.4.0", |
109 | 109 | "pnpm": {
|
110 | 110 | "overrides": {
|
111 | 111 | "vite": "workspace:*"
|
|
0 commit comments