Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"@md/core": "workspace:*",
"@md/shared": "workspace:*",
"@types/webpack": "^5.28.5",
"isomorphic-dompurify": "^3.13.0",
"postcss": "^8.5.14",
"isomorphic-dompurify": "^3.14.0",
"postcss": "^8.5.15",
"ts-loader": "^9.5.7",
"tsconfig-paths-webpack-plugin": "^4.2.0"
},
Expand Down
16 changes: 8 additions & 8 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"package:extension": "pnpm --prefix ./src/extension run package"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1048.0",
"@aws-sdk/s3-request-presigner": "^3.1048.0",
"@aws-sdk/client-s3": "^3.1049.0",
"@aws-sdk/s3-request-presigner": "^3.1049.0",
"@exercism/highlightjs-gdscript": "^0.0.1",
"@md/core": "workspace:*",
"@md/shared": "workspace:*",
Expand All @@ -49,7 +49,7 @@
"jszip": "^3.10.1",
"juice": "^11.1.1",
"lucide-vue-next": "^1.0.0",
"marked": "^18.0.3",
"marked": "^18.0.4",
"pinia": "^3.0.4",
"qiniu-js": "^3.4.4",
"radix-vue": "^1.9.17",
Expand All @@ -65,8 +65,8 @@
"yup": "^1.7.1"
},
"devDependencies": {
"@cloudflare/vite-plugin": "1.37.1",
"@cloudflare/workers-types": "^4.20260518.1",
"@cloudflare/vite-plugin": "1.37.2",
"@cloudflare/workers-types": "^4.20260519.1",
"@md/config": "workspace:*",
"@tailwindcss/postcss": "^4.3.0",
"@tailwindcss/vite": "^4.3.0",
Expand All @@ -78,7 +78,7 @@
"less": "^4.6.4",
"linkedom": "^0.18.12",
"ohash": "^2.0.11",
"postcss": "^8.5.14",
"postcss": "^8.5.15",
"rollup": "^4.60.4",
"rollup-plugin-visualizer": "^7.0.1",
"shx": "^0.4.0",
Expand All @@ -88,8 +88,8 @@
"vite": "^8.0.13",
"vite-plugin-radar": "^0.10.1",
"vite-plugin-vue-devtools": "^8.1.2",
"vue-tsc": "^3.2.9",
"wrangler": "^4.92.0",
"vue-tsc": "^3.3.0",
"wrangler": "^4.93.0",
"wxt": "^0.20.26"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
},
"devDependencies": {
"@antfu/eslint-config": "9.0.0",
"@types/node": "^25.8.0",
"@types/node": "^25.9.0",
"archiver": "^8.0.0",
"cross-env": "^10.1.0",
"eslint": "^10.4.0",
"eslint-plugin-format": "^2.0.1",
"npm-run-all2": "^8.0.4",
"npm-run-all2": "^9.0.0",
"prettier": "2.8.8",
"shx": "^0.4.0",
"simple-git-hooks": "^2.13.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"fflate": "^0.8.3",
"front-matter": "^4.0.2",
"highlight.js": "^11.11.1",
"isomorphic-dompurify": "^3.13.0",
"marked": "^18.0.3",
"isomorphic-dompurify": "^3.14.0",
"marked": "^18.0.4",
"mermaid": "^11.15.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"deploy": "wrangler deploy --minify"
},
"devDependencies": {
"wrangler": "^4.92.0"
"wrangler": "^4.93.0"
}
}
4 changes: 2 additions & 2 deletions packages/mcp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"@md/core": "workspace:*",
"@md/shared": "workspace:*",
"@modelcontextprotocol/sdk": "^1.29.0",
"tsx": "^4.22.1",
"tsx": "^4.22.3",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "^25.8.0",
"@types/node": "^25.9.0",
"typescript": "~6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@replit/codemirror-indentation-markers": "^6.5.3",
"axios": "^1.16.1",
"es-toolkit": "^1.46.1",
"marked": "^18.0.3"
"marked": "^18.0.4"
},
"devDependencies": {
"@md/config": "workspace:*"
Expand Down
Loading
Loading