|
36 | 36 | "ci-docs": "run-s build docs-build" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@babel/types": "^7.20.7", |
40 | | - "@microsoft/api-extractor": "^7.34.1", |
| 39 | + "@babel/types": "^7.21.2", |
| 40 | + "@microsoft/api-extractor": "^7.34.4", |
41 | 41 | "@rollup/plugin-typescript": "^11.0.0", |
42 | 42 | "@types/babel__core": "^7.20.0", |
43 | 43 | "@types/babel__standalone": "^7.1.4", |
|
51 | 51 | "@types/less": "^3.0.3", |
52 | 52 | "@types/micromatch": "^4.0.2", |
53 | 53 | "@types/minimist": "^1.2.2", |
54 | | - "@types/node": "^18.11.18", |
| 54 | + "@types/node": "^18.14.0", |
55 | 55 | "@types/picomatch": "^2.3.0", |
56 | 56 | "@types/prompts": "^2.4.2", |
57 | 57 | "@types/resolve": "^1.20.2", |
58 | 58 | "@types/sass": "~1.43.1", |
59 | 59 | "@types/semver": "^7.3.13", |
60 | 60 | "@types/stylus": "^0.48.38", |
61 | 61 | "@types/ws": "^8.5.4", |
62 | | - "@typescript-eslint/eslint-plugin": "^5.49.0", |
63 | | - "@typescript-eslint/parser": "^5.49.0", |
| 62 | + "@typescript-eslint/eslint-plugin": "^5.53.0", |
| 63 | + "@typescript-eslint/parser": "^5.53.0", |
64 | 64 | "conventional-changelog-cli": "^2.2.2", |
65 | | - "eslint": "^8.33.0", |
66 | | - "eslint-define-config": "^1.14.0", |
| 65 | + "eslint": "^8.34.0", |
| 66 | + "eslint-define-config": "^1.15.0", |
67 | 67 | "eslint-plugin-import": "^2.27.5", |
68 | 68 | "eslint-plugin-node": "^11.1.0", |
69 | 69 | "eslint-plugin-regexp": "^1.12.0", |
70 | 70 | "execa": "^7.0.0", |
71 | 71 | "fast-glob": "^3.2.12", |
72 | 72 | "fs-extra": "^11.1.0", |
73 | | - "lint-staged": "^13.1.0", |
74 | | - "minimist": "^1.2.7", |
| 73 | + "lint-staged": "^13.1.2", |
| 74 | + "minimist": "^1.2.8", |
75 | 75 | "npm-run-all": "^4.1.5", |
76 | 76 | "picocolors": "^1.0.0", |
77 | | - "playwright-chromium": "^1.30.0", |
78 | | - "prettier": "2.8.3", |
| 77 | + "playwright-chromium": "^1.31.1", |
| 78 | + "prettier": "2.8.4", |
79 | 79 | "prompts": "^2.4.2", |
80 | 80 | "resolve": "^1.22.1", |
81 | 81 | "rimraf": "^4.1.2", |
82 | 82 | "rollup": "^3.17.2", |
83 | 83 | "semver": "^7.3.8", |
84 | 84 | "simple-git-hooks": "^2.8.1", |
85 | 85 | "tslib": "^2.5.0", |
86 | | - "tsx": "^3.12.2", |
| 86 | + "tsx": "^3.12.3", |
87 | 87 | "typescript": "^4.9.3", |
88 | | - "unbuild": "^1.1.1", |
| 88 | + "unbuild": "^1.1.2", |
89 | 89 | "vite": "workspace:*", |
90 | | - "vitepress": "^1.0.0-alpha.44", |
91 | | - "vitest": "^0.28.3", |
92 | | - "vue": "^3.2.45" |
| 90 | + "vitepress": "^1.0.0-alpha.47", |
| 91 | + "vitest": "^0.28.5", |
| 92 | + "vue": "^3.2.47" |
93 | 93 | }, |
94 | 94 | "simple-git-hooks": { |
95 | 95 | "pre-commit": "pnpm exec lint-staged --concurrent false" |
|
108 | 108 | "eslint --cache --fix" |
109 | 109 | ] |
110 | 110 | }, |
111 | | - "packageManager": "pnpm@7.26.2", |
| 111 | + "packageManager": "pnpm@7.27.1", |
112 | 112 | "pnpm": { |
113 | 113 | "overrides": { |
114 | 114 | "vite": "workspace:*" |
|
0 commit comments