Skip to content

Commit 1f7ae7e

Browse files
committed
v2.0.0-alpha.0
1 parent a94e3e4 commit 1f7ae7e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.1.4"
3+
"version": "2.0.0-alpha.0"
44
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-dsfr-tiptap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dsfr-tiptap",
3-
"version": "1.1.4",
3+
"version": "2.0.0-alpha.0",
44
"description": "React Tiptap component for dsfr design system",
55
"license": "MIT",
66
"homepage": "https://github.com/IGNF/react-dsfr-tiptap",
@@ -79,11 +79,11 @@
7979
"@testing-library/jest-dom": "^6.6.3",
8080
"@testing-library/react": "^16.1.0",
8181
"@tiptap/extension-color": "^3.7.2",
82-
"@tiptap/extension-text-style": "^3.7.2",
82+
"@tiptap/extension-highlight": "^3.6.6",
8383
"@tiptap/extension-image": "^3.6.1",
8484
"@tiptap/extension-link": "^3.6.7",
85+
"@tiptap/extension-text-style": "^3.7.2",
8586
"@tiptap/extension-youtube": "^3.6.7",
86-
"@tiptap/extension-highlight": "^3.6.6",
8787
"@tiptap/markdown": "^3.7.2",
8888
"@types/jest": "^30.0.0",
8989
"@types/react": "^18.3.17",

0 commit comments

Comments
 (0)