|
68 | 68 | "check-exports": "npm run check-exports:js && npm run check-exports:css", |
69 | 69 | "changelog": "changelog" |
70 | 70 | }, |
71 | | - "dependencies": { |
72 | | - "@tiptap/core": "^3.25.0", |
73 | | - "@tiptap/pm": "^3.25.0", |
74 | | - "@tiptap/react": "^3.25.0", |
75 | | - "@tiptap/starter-kit": "^3.25.0" |
76 | | - }, |
77 | 71 | "devDependencies": { |
78 | 72 | "@arethetypeswrong/cli": "^0.18.0", |
79 | 73 | "@jest/globals": "^30.0.0", |
80 | 74 | "@testing-library/dom": "^10.4.0", |
81 | 75 | "@testing-library/jest-dom": "^6.6.3", |
82 | 76 | "@testing-library/react": "^16.1.0", |
| 77 | + "@tiptap/core": "^3.25.0", |
| 78 | + "@tiptap/pm": "^3.25.0", |
| 79 | + "@tiptap/react": "^3.25.0", |
| 80 | + "@tiptap/starter-kit": "^3.25.0", |
83 | 81 | "@tiptap/extension-color": "^3.25.0", |
84 | 82 | "@tiptap/extension-highlight": "^3.25.0", |
85 | 83 | "@tiptap/extension-image": "^3.25.0", |
|
105 | 103 | "peerDependencies": { |
106 | 104 | "@codegouvfr/react-dsfr": "^1.32.2", |
107 | 105 | "@hookform/resolvers": "^4.0.0 || ^5.0.0", |
| 106 | + "@tiptap/core": "^3.25.0", |
| 107 | + "@tiptap/pm": "^3.25.0", |
| 108 | + "@tiptap/react": "^3.25.0", |
| 109 | + "@tiptap/starter-kit": "^3.25.0", |
108 | 110 | "@tiptap/extension-color": "^3.0.0", |
109 | 111 | "@tiptap/extension-highlight": "^3.0.0", |
110 | 112 | "@tiptap/extension-image": "^3.0.0", |
|
0 commit comments