Skip to content

Commit

Permalink
perf: vite as dev dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
tiavina-mika committed May 6, 2024
1 parent 81f06e5 commit acb5737
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<details>

- [Demo](#demo)

- [Installation](#installation)

- [Get started](#get-started)
Expand All @@ -20,6 +21,8 @@

- [Props](#props)

- [Contributing](#contributing)

</details>

## Demo
Expand Down Expand Up @@ -194,3 +197,7 @@ function App () {
|onChange|`(value: string) => void`|-| Function to call when the input change
|userPathname|`boolean`|/user| URL pathname for the mentioned user (eg: /user/user_id)
|...all tiptap features|[EditorOptions](https://github.com/ueberdosis/tiptap/blob/e73073c02069393d858ca7d8c44b56a651417080/packages/core/src/types.ts#L52)|empty| Can access to all tiptap `useEditor` props

## Contributing

Get started [here](./CONTRIBUTING.md).
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@
"@tiptap/starter-kit": "^2.3.1",
"@tiptap/suggestion": "^2.3.1",
"lowlight": "3.1.0",
"vite": "5.0.8",
"vite-tsconfig-paths": "^4.3.1",
"y-prosemirror": "^1.2.3",
"y-webrtc": "^10.3.0",
"yjs": "^13.6.15"
Expand Down Expand Up @@ -141,7 +139,9 @@
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"semantic-release": "^23.0.8",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"vite": "5.0.8",
"vite-tsconfig-paths": "^4.3.1"
},
"packageManager": "[email protected]"
}

0 comments on commit acb5737

Please sign in to comment.