|
1 | 1 | { |
2 | 2 | "name": "@qualcomm-ui/mdx-vite", |
3 | | - "version": "3.4.0", |
| 3 | + "version": "3.5.0", |
4 | 4 | "description": "Vite documentation plugin for applications that use MDX", |
5 | 5 | "author": "Ryan Bower", |
6 | 6 | "license": "BSD-3-Clause-Clear", |
|
90 | 90 | "devDependencies": { |
91 | 91 | "@qualcomm-ui/cli": "catalog:", |
92 | 92 | "@qualcomm-ui/esbuild": "catalog:", |
93 | | - "@qualcomm-ui/mdx-common": "workspace:^2.1.3", |
| 93 | + "@qualcomm-ui/mdx-common": "workspace:^2.2.0", |
94 | 94 | "@qualcomm-ui/utils": "workspace:^1.2.3", |
95 | 95 | "@qualcomm-ui/tsconfig": "catalog:", |
96 | 96 | "@qualcomm-ui/tailwind-plugin": "workspace:^1.7.0", |
97 | | - "@qualcomm-ui/typedoc-common": "workspace:^1.0.5", |
| 97 | + "@qualcomm-ui/typedoc-common": "workspace:^1.0.6", |
98 | 98 | "@types/hast": "^3.0.4", |
99 | 99 | "@types/lodash-es": "catalog:", |
100 | 100 | "@types/mdast": "^4.0.4", |
|
125 | 125 | "zod": "^4.1.13" |
126 | 126 | }, |
127 | 127 | "peerDependencies": { |
128 | | - "@qualcomm-ui/mdx-common": "workspace:^2.1.3", |
129 | | - "@qualcomm-ui/typedoc-common": "workspace:^1.0.5", |
| 128 | + "@qualcomm-ui/mdx-common": "workspace:^2.2.0", |
| 129 | + "@qualcomm-ui/typedoc-common": "workspace:^1.0.6", |
130 | 130 | "@qualcomm-ui/utils": "workspace:^1.2.3", |
131 | 131 | "lodash-es": ">=4.17.21 <5", |
132 | 132 | "minimatch": ">=10", |
|
0 commit comments