Skip to content

Commit 9b5677b

Browse files
committed
v2.2.0
1 parent db22112 commit 9b5677b

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

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": "2.1.0"
3+
"version": "2.2.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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dsfr-tiptap",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "React Tiptap component for dsfr design system",
55
"license": "MIT",
66
"homepage": "https://github.com/IGNF/react-dsfr-tiptap",
@@ -75,9 +75,6 @@
7575
"@testing-library/jest-dom": "^6.6.3",
7676
"@testing-library/react": "^16.1.0",
7777
"@tiptap/core": "^3.25.0",
78-
"@tiptap/pm": "^3.25.0",
79-
"@tiptap/react": "^3.25.0",
80-
"@tiptap/starter-kit": "^3.25.0",
8178
"@tiptap/extension-color": "^3.25.0",
8279
"@tiptap/extension-highlight": "^3.25.0",
8380
"@tiptap/extension-image": "^3.25.0",
@@ -89,6 +86,9 @@
8986
"@tiptap/extension-underline": "^3.25.0",
9087
"@tiptap/extension-youtube": "^3.25.0",
9188
"@tiptap/markdown": "^3.25.0",
89+
"@tiptap/pm": "^3.25.0",
90+
"@tiptap/react": "^3.25.0",
91+
"@tiptap/starter-kit": "^3.25.0",
9292
"@types/jest": "^30.0.0",
9393
"@types/react": "^19",
9494
"@types/react-dom": "^19",
@@ -104,9 +104,6 @@
104104
"@codegouvfr/react-dsfr": "^1.32.2",
105105
"@hookform/resolvers": "^4.0.0 || ^5.0.0",
106106
"@tiptap/core": "^3.25.0",
107-
"@tiptap/pm": "^3.25.0",
108-
"@tiptap/react": "^3.25.0",
109-
"@tiptap/starter-kit": "^3.25.0",
110107
"@tiptap/extension-color": "^3.0.0",
111108
"@tiptap/extension-highlight": "^3.0.0",
112109
"@tiptap/extension-image": "^3.0.0",
@@ -118,6 +115,9 @@
118115
"@tiptap/extension-underline": "^3.0.0",
119116
"@tiptap/extension-youtube": "^3.0.0",
120117
"@tiptap/markdown": "^3.7.2",
118+
"@tiptap/pm": "^3.25.0",
119+
"@tiptap/react": "^3.25.0",
120+
"@tiptap/starter-kit": "^3.25.0",
121121
"react": "^18.3.1 || ^19.0.0",
122122
"react-dom": "^18.3.1 || ^19.0.0",
123123
"react-hook-form": "^7.54.1",

0 commit comments

Comments
 (0)