Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=24"
},
"description": "EasyDocs dashboard browse and export OpenAPI specs generated from your API's real traffic.",
"description": "EasyDocs dashboard \u2014 browse and export OpenAPI specs generated from your API's real traffic.",
"files": [
"src",
"public",
Expand All @@ -25,7 +25,7 @@
"@codemirror/theme-one-dark": "^6.1.3",
"@easydocs/core": "workspace:*",
"@uiw/react-codemirror": "^4.25.9",
"js-yaml": "^4.3.0",
"js-yaml": "^4.3.1",
"next": "16.2.11",
"react": "^19.0.0",
"react-dom": "^19.2.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist",
"README.md"
],
"description": "EasyDocs CLI capture via proxy, export OpenAPI specs, and diff specs in CI. Runs locally.",
"description": "EasyDocs CLI \u2014 capture via proxy, export OpenAPI specs, and diff specs in CI. Runs locally.",
"type": "module",
"bin": {
"easydocs": "./dist/index.js"
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@easydocs/core": "workspace:*",
"js-yaml": "^4.3.0"
"js-yaml": "^4.3.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
Expand Down
32 changes: 17 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ overrides:
glob: ^10.5.0
minimatch: 10.2.6
flatted: ^3.4.2
js-yaml: ^4.1.1
js-yaml: ^4.3.1
picomatch: ^2.3.2
postcss: ^8.5.18
# Reached via next > postcss, which pins ^3.3.x — stay on the 3.x line.
nanoid: ^3.3.18
brace-expansion: 5.0.8
sharp: 0.35.3
vite: ^8.0.16
Expand Down