|
36 | 36 | "ci-docs": "run-s build docs-build" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@babel/types": "^7.19.4", |
40 | | - "@microsoft/api-extractor": "^7.33.4", |
| 39 | + "@babel/types": "^7.20.0", |
| 40 | + "@microsoft/api-extractor": "^7.33.5", |
41 | 41 | "@rollup/plugin-typescript": "^8.5.0", |
42 | 42 | "@types/babel__core": "^7.1.19", |
43 | 43 | "@types/babel__standalone": "^7.1.4", |
|
55 | 55 | "@types/prompts": "^2.4.1", |
56 | 56 | "@types/resolve": "^1.20.2", |
57 | 57 | "@types/sass": "~1.43.1", |
58 | | - "@types/semver": "^7.3.12", |
| 58 | + "@types/semver": "^7.3.13", |
59 | 59 | "@types/stylus": "^0.48.38", |
60 | 60 | "@types/ws": "^8.5.3", |
61 | 61 | "@typescript-eslint/eslint-plugin": "^5.41.0", |
62 | 62 | "@typescript-eslint/parser": "^5.41.0", |
63 | 63 | "conventional-changelog-cli": "^2.2.2", |
64 | 64 | "esbuild": "^0.14.47", |
65 | 65 | "eslint": "^8.26.0", |
66 | | - "eslint-define-config": "^1.8.0", |
| 66 | + "eslint-define-config": "^1.11.0", |
67 | 67 | "eslint-plugin-import": "^2.26.0", |
68 | 68 | "eslint-plugin-node": "^11.1.0", |
69 | 69 | "execa": "^6.1.0", |
|
74 | 74 | "npm-run-all": "^4.1.5", |
75 | 75 | "picocolors": "^1.0.0", |
76 | 76 | "playwright-chromium": "^1.27.1", |
77 | | - "pnpm": "^7.14.0", |
| 77 | + "pnpm": "^7.14.1", |
78 | 78 | "prettier": "2.7.1", |
79 | 79 | "prompts": "^2.4.2", |
80 | 80 | "resolve": "^1.22.1", |
81 | 81 | "rimraf": "^3.0.2", |
82 | 82 | "rollup": "^2.79.1", |
83 | | - "rollup-plugin-license": "^2.8.2", |
| 83 | + "rollup-plugin-license": "^2.9.0", |
84 | 84 | "semver": "^7.3.8", |
85 | 85 | "simple-git-hooks": "^2.8.1", |
86 | 86 | "tslib": "^2.4.0", |
87 | 87 | "tsx": "^3.11.0", |
88 | 88 | "typescript": "^4.6.4", |
89 | 89 | "unbuild": "^0.9.4", |
90 | 90 | "vite": "workspace:*", |
91 | | - "vitepress": "^1.0.0-alpha.22", |
| 91 | + "vitepress": "^1.0.0-alpha.26", |
92 | 92 | "vitest": "^0.24.3", |
93 | 93 | "vue": "^3.2.41" |
94 | 94 | }, |
|
110 | 110 | "eslint --cache --fix" |
111 | 111 | ] |
112 | 112 | }, |
113 | | - "packageManager": "[email protected].0", |
| 113 | + "packageManager": "[email protected].1", |
114 | 114 | "pnpm": { |
115 | 115 | "overrides": { |
116 | 116 | "vite": "workspace:*", |
|
0 commit comments