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
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@
"build:--processor-web": "pnpm --filter @studiocms/markdown-remark-processor-web build",
"build": "pnpm build:--processor && pnpm build:--processor-web && pnpm build:--integration",
"dev": "pnpm --stream --filter @studiocms/* --filter @markdown-remark/tests -r -parallel dev",
"test": "pnpm vitest run --reporter=basic",
"test": "pnpm vitest run",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"ci:lint": "biome ci --formatter-enabled=true --organize-imports-enabled=true --reporter=github",
"ci:install": "pnpm install --frozen-lockfile",
"ci:build": "pnpm --filter @studiocms/* build",
"ci:test": "pnpm ci:build && vitest --reporter=github-actions --reporter=basic",
"ci:test": "pnpm ci:build && vitest --reporter=github-actions",
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm changeset publish",
"ci:snapshot": "pnpx pkg-pr-new publish --compact --pnpm './packages/*'"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.27.10",
"@changesets/config": "^3.0.4",
"@changesets/cli": "^2.27.11",
"@changesets/config": "^3.0.5",
"@changesets/changelog-github": "^0.5.0",
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"esbuild": "^0.24.2",
"pkg-pr-new": "^0.0.39",
"run-scripts": "workspace:*",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
"typescript": "^5.7.3",
"jest-extended": "^4.0.2",
"vitest": "^3.0.2"
}
}
5 changes: 1 addition & 4 deletions packages/markdown-remark-processor-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@
"@types/js-yaml": "^4.0.9",
"@types/mdast": "^4.0.4",
"@types/unist": "^3.0.3",
"esbuild": "^0.24.2",
"mdast-util-mdx-expression": "^2.0.1",
"jest-extended": "^4.0.2",
"vitest": "^2.1.8"
"mdast-util-mdx-expression": "^2.0.1"
},
"publishConfig": {
"provenance": true
Expand Down
5 changes: 1 addition & 4 deletions packages/markdown-remark-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@
"@types/js-yaml": "^4.0.9",
"@types/mdast": "^4.0.4",
"@types/unist": "^3.0.3",
"esbuild": "^0.24.2",
"mdast-util-mdx-expression": "^2.0.1",
"jest-extended": "^4.0.2",
"vitest": "^2.1.8"
"mdast-util-mdx-expression": "^2.0.1"
},
"publishConfig": {
"provenance": true
Expand Down
5 changes: 1 addition & 4 deletions packages/markdown-remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@
"ultrahtml": "^1.5.3"
},
"devDependencies": {
"@inox-tools/astro-tests": "^0.2.2",
"esbuild": "^0.24.2",
"jest-extended": "^4.0.2",
"vitest": "^2.1.8"
"@inox-tools/astro-tests": "^0.2.2"
},
"publishConfig": {
"provenance": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"dependencies": {
"@studiocms/markdown-remark": "workspace:*",
"astro": "^5.1.4"
"astro": "^5.1.7"
}
}
Loading
Loading