bsky-richtext-react 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bsky-richtext-react",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "React components for rendering and editing Bluesky richtext content (app.bsky.richtext lexicon)",
5
5
  "author": "satyam-mishra-pce",
6
6
  "license": "MIT",
@@ -70,11 +70,55 @@
70
70
  },
71
71
  "peerDependencies": {
72
72
  "react": "^18.0.0 || ^19.0.0",
73
- "react-dom": "^18.0.0 || ^19.0.0"
73
+ "react-dom": "^18.0.0 || ^19.0.0",
74
+ "@atproto/api": "^0.13.16",
75
+ "@tiptap/core": "^2.11.5",
76
+ "@tiptap/extension-document": "^2.11.5",
77
+ "@tiptap/extension-hard-break": "^2.11.5",
78
+ "@tiptap/extension-history": "^2.11.5",
79
+ "@tiptap/extension-mention": "^2.11.5",
80
+ "@tiptap/extension-paragraph": "^2.11.5",
81
+ "@tiptap/extension-placeholder": "^2.11.5",
82
+ "@tiptap/extension-text": "^2.11.5",
83
+ "@tiptap/react": "^2.11.5",
84
+ "tippy.js": "^6.3.7"
74
85
  },
75
86
  "peerDependenciesMeta": {
76
87
  "react-dom": {
77
88
  "optional": false
89
+ },
90
+ "@atproto/api": {
91
+ "optional": false
92
+ },
93
+ "@tiptap/core": {
94
+ "optional": false
95
+ },
96
+ "@tiptap/extension-document": {
97
+ "optional": false
98
+ },
99
+ "@tiptap/extension-hard-break": {
100
+ "optional": false
101
+ },
102
+ "@tiptap/extension-history": {
103
+ "optional": false
104
+ },
105
+ "@tiptap/extension-mention": {
106
+ "optional": false
107
+ },
108
+ "@tiptap/extension-paragraph": {
109
+ "optional": false
110
+ },
111
+ "@tiptap/extension-placeholder": {
112
+ "optional": false
113
+ },
114
+ "@tiptap/extension-text": {
115
+ "optional": false
116
+ },
117
+ "@tiptap/react": {
118
+ "optional": false
119
+ },
120
+ "tippy.js": {
121
+ "optional": false
78
122
  }
79
123
  },
80
124
  "dependencies": {