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
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: nowely/action-setup-node@v1

- name: Install Playwright Browsers
run: pnpm dlx playwright install --with-deps chromium
run: pnpm exec playwright install --with-deps chromium

- name: Run Tests
run: pnpm test
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@
"react-dom": "catalog:"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.55.1",
"@microsoft/api-extractor": "^7.56.0",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@vitejs/plugin-react-swc": "^4.2.2",
"oxlint": "^1.31.0",
"prettier": "^3.7.4",
"oxlint": "^1.42.0",
"playwright": "^1.58.1",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"vite": "^7.2.6",
"vite": "^7.3.1",
"vite-plugin-css-injected-by-js": "^3.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react-dom": "catalog:",
"@vitejs/plugin-react-swc": "^4.2.2",
"typescript": "^5.9.3",
"vite": "^7.2.6"
"vite": "^7.3.1"
},
"type": "module"
}
16 changes: 8 additions & 8 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@faker-js/faker": "catalog:",
"@mui/material": "^7.3.6",
"@mui/material": "^7.3.7",
"antd": "^5.28.1",
"rc-marked-input": "workspace:*",
"react": "catalog:",
"react-dom": "catalog:",
"rsuite": "^5.83.3"
},
"devDependencies": {
"@storybook/addon-docs": "^10.1.4",
"@storybook/addon-links": "^10.1.4",
"@storybook/cli": "^10.1.4",
"@storybook/react-vite": "^10.1.4",
"@storybook/addon-docs": "^10.2.3",
"@storybook/addon-links": "^10.2.3",
"@storybook/cli": "^10.2.3",
"@storybook/react-vite": "^10.2.3",
"@types/node": "^24.10.1",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@vitest/browser-playwright": "^4.0.15",
"@vitest/browser-playwright": "^4.0.18",
"@vitest/coverage-v8": "catalog:",
"@vitest/ui": "catalog:",
"storybook": "^10.1.4",
"storybook": "^10.2.3",
"vitest": "catalog:",
"vitest-browser-react": "^2.0.2"
"vitest-browser-react": "^2.0.5"
},
"type": "module"
}
10 changes: 5 additions & 5 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/react": "^4.4.2",
"@astrojs/starlight": "^0.37.0",
"@astrojs/starlight": "^0.37.5",
"@astrojs/starlight-tailwind": "^4.0.2",
"@astrojs/vercel": "^9.0.2",
"@tailwindcss/vite": "^4.1.17",
"@astrojs/vercel": "^9.0.4",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"astro": "^5.16.4",
"astro": "^5.17.1",
"rc-marked-input": "workspace:*",
"react": "catalog:",
"react-dom": "catalog:",
"sharp": "^0.34.5",
"starlight-typedoc": "^0.21.5",
"tailwindcss": "^4.1.17",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ prev: false
title: "MarkedInputHandler"
---

Defined in: [packages/markput/src/types.ts:94](https://github.com/Nowely/marked-input/blob/next/packages/markput/src/types.ts#L94)
Defined in: [packages/markput/src/types.ts:95](https://github.com/Nowely/marked-input/blob/next/packages/markput/src/types.ts#L95)

## Properties

Expand All @@ -15,7 +15,7 @@ Defined in: [packages/markput/src/types.ts:94](https://github.com/Nowely/marked-
readonly container: HTMLDivElement | null;
```

Defined in: [packages/markput/src/types.ts:96](https://github.com/Nowely/marked-input/blob/next/packages/markput/src/types.ts#L96)
Defined in: [packages/markput/src/types.ts:97](https://github.com/Nowely/marked-input/blob/next/packages/markput/src/types.ts#L97)

Container element

Expand All @@ -27,7 +27,7 @@ Container element
readonly overlay: HTMLElement | null;
```

Defined in: [packages/markput/src/types.ts:98](https://github.com/Nowely/marked-input/blob/next/packages/markput/src/types.ts#L98)
Defined in: [packages/markput/src/types.ts:99](https://github.com/Nowely/marked-input/blob/next/packages/markput/src/types.ts#L99)

Overlay element if exists

Expand All @@ -39,7 +39,7 @@ Overlay element if exists
focus(): void;
```

Defined in: [packages/markput/src/types.ts:100](https://github.com/Nowely/marked-input/blob/next/packages/markput/src/types.ts#L100)
Defined in: [packages/markput/src/types.ts:101](https://github.com/Nowely/marked-input/blob/next/packages/markput/src/types.ts#L101)

#### Returns

Expand Down
Loading