|
36 | 36 | "ci-docs": "run-s build docs-build" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@babel/types": "^7.20.5", |
| 39 | + "@babel/types": "^7.20.7", |
40 | 40 | "@microsoft/api-extractor": "^7.33.7", |
41 | 41 | "@rollup/plugin-typescript": "^10.0.1", |
42 | 42 | "@types/babel__core": "^7.1.20", |
|
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.13", |
| 54 | + "@types/node": "^18.11.18", |
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 | | - "@types/ws": "^8.5.3", |
62 | | - "@typescript-eslint/eslint-plugin": "^5.46.0", |
63 | | - "@typescript-eslint/parser": "^5.46.0", |
| 61 | + "@types/ws": "^8.5.4", |
| 62 | + "@typescript-eslint/eslint-plugin": "^5.48.0", |
| 63 | + "@typescript-eslint/parser": "^5.48.0", |
64 | 64 | "conventional-changelog-cli": "^2.2.2", |
65 | 65 | "esbuild": "^0.16.3", |
66 | | - "eslint": "^8.29.0", |
67 | | - "eslint-define-config": "^1.12.0", |
| 66 | + "eslint": "^8.31.0", |
| 67 | + "eslint-define-config": "^1.13.0", |
68 | 68 | "eslint-plugin-import": "^2.26.0", |
69 | 69 | "eslint-plugin-node": "^11.1.0", |
70 | 70 | "eslint-plugin-regexp": "^1.11.0", |
|
75 | 75 | "minimist": "^1.2.7", |
76 | 76 | "npm-run-all": "^4.1.5", |
77 | 77 | "picocolors": "^1.0.0", |
78 | | - "playwright-chromium": "^1.28.1", |
79 | | - "pnpm": "^7.18.1", |
| 78 | + "playwright-chromium": "^1.29.1", |
| 79 | + "pnpm": "^7.22.0", |
80 | 80 | "prettier": "2.8.1", |
81 | 81 | "prompts": "^2.4.2", |
82 | 82 | "resolve": "^1.22.1", |
|
89 | 89 | "typescript": "^4.9.3", |
90 | 90 | "unbuild": "^0.9.4", |
91 | 91 | "vite": "workspace:*", |
92 | | - "vitepress": "^1.0.0-alpha.31", |
93 | | - "vitest": "^0.25.7", |
| 92 | + "vitepress": "^1.0.0-alpha.35", |
| 93 | + "vitest": "^0.26.3", |
94 | 94 | "vue": "^3.2.45" |
95 | 95 | }, |
96 | 96 | "simple-git-hooks": { |
|
110 | 110 | "eslint --cache --fix" |
111 | 111 | ] |
112 | 112 | }, |
113 | | - "packageManager": "pnpm@7.18.1", |
| 113 | + "packageManager": "pnpm@7.22.0", |
114 | 114 | "pnpm": { |
115 | 115 | "overrides": { |
116 | 116 | "vite": "workspace:*" |
|
0 commit comments