@tn-pulse-suivi/notion-ui-comps 1.0.8 → 1.0.9

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.
Files changed (1) hide show
  1. package/package.json +50 -53
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tn-pulse-suivi/notion-ui-comps",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Private notion-style Tiptap UI components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -10,12 +10,12 @@
10
10
  "dist"
11
11
  ],
12
12
  "exports": {
13
- ".": {
14
- "types": "./dist/index.d.ts",
15
- "import": "./dist/index.js",
16
- "require": "./dist/index.cjs"
17
- },
18
- "./styles.css": "./dist/styles.css"
13
+ ".": {
14
+ "types": "./dist/index.d.ts",
15
+ "import": "./dist/index.js",
16
+ "require": "./dist/index.cjs"
17
+ },
18
+ "./styles.css": "./dist/styles.css"
19
19
  },
20
20
  "sideEffects": [
21
21
  "*.css"
@@ -28,26 +28,25 @@
28
28
  "prepare": "npm run build"
29
29
  },
30
30
  "peerDependencies": {
31
- "react": "^18 || ^19",
32
- "react-dom": "^18 || ^19",
33
- "@tiptap/core": "^3",
34
- "@tiptap/react": "^3",
35
- "@tiptap/starter-kit": "^3",
36
- "@tiptap/extension-list": "^3",
37
- "@tiptap/extension-mention": "^3",
38
- "@tiptap/extension-blockquote": "^3",
39
- "@tiptap/extension-text-style": "^3",
40
- "@tiptap/extension-collaboration": "^3",
41
- "@tiptap/extension-typography": "^3",
42
- "@tiptap/extension-highlight": "^3",
43
- "@tiptap/extension-superscript": "^3",
44
- "@tiptap/extension-subscript": "^3",
45
- "@tiptap/extension-text-align": "^3",
46
- "@tiptap/extension-mathematics": "^3",
47
- "@tiptap/extension-unique-id": "^3",
48
- "@tiptap/extension-emoji": "^3",
49
- "@tiptap/extension-image": "^3",
50
- "@tiptap/extension-drag-handle-react": "^3"
31
+ "react": "^18.0.0",
32
+ "react-dom": "^18.0.0",
33
+ "@tiptap/core": "^3.14.0",
34
+ "@tiptap/react": "^3.14.0",
35
+ "@tiptap/starter-kit": "^3.14.0",
36
+ "@tiptap/extension-list": "^3.14.0",
37
+ "@tiptap/extension-mention": "^3.14.0",
38
+ "@tiptap/extension-text-style": "^3.14.0",
39
+ "@tiptap/extension-collaboration": "^3.14.0",
40
+ "@tiptap/extension-typography": "^3.14.0",
41
+ "@tiptap/extension-highlight": "^3.14.0",
42
+ "@tiptap/extension-superscript": "^3.14.0",
43
+ "@tiptap/extension-subscript": "^3.14.0",
44
+ "@tiptap/extension-text-align": "^3.14.0",
45
+ "@tiptap/extension-mathematics": "^3.14.0",
46
+ "@tiptap/extension-unique-id": "^3.14.0",
47
+ "@tiptap/extension-emoji": "^3.14.0",
48
+ "@tiptap/extension-image": "^3.14.0",
49
+ "@tiptap/extension-drag-handle-react": "^3.14.0"
51
50
  },
52
51
  "dependencies": {
53
52
  "@floating-ui/react": "^0.27.16",
@@ -75,32 +74,30 @@
75
74
  "@tiptap/extension-list": "^3.14.0"
76
75
  },
77
76
  "devDependencies": {
78
- "@types/node": "^25.5.0",
79
- "sass": "^1.98.0",
80
- "tsup": "^8.5.1",
81
- "typescript": "^5.9.3",
82
- "react": "^18.2.0",
83
- "react-dom": "^18.2.0",
84
- "@types/react": "^18.2.0",
85
- "@types/react-dom": "^18.2.0",
86
- "@tiptap/core": "^3",
87
- "@tiptap/react": "^3",
88
- "@tiptap/starter-kit": "^3",
89
- "@tiptap/extension-list": "^3",
90
- "@tiptap/extension-mention": "^3",
91
- "@tiptap/extension-blockquote": "^3",
92
- "@tiptap/extension-text-style": "^3",
93
- "@tiptap/extension-collaboration": "^3",
94
- "@tiptap/extension-typography": "^3",
95
- "@tiptap/extension-highlight": "^3",
96
- "@tiptap/extension-superscript": "^3",
97
- "@tiptap/extension-subscript": "^3",
98
- "@tiptap/extension-text-align": "^3",
99
- "@tiptap/extension-mathematics": "^3",
100
- "@tiptap/extension-unique-id": "^3",
101
- "@tiptap/extension-emoji": "^3",
102
- "@tiptap/extension-image": "^3",
103
- "@tiptap/extension-drag-handle-react": "^3"
77
+ "@types/node": "^18.0.0",
78
+ "sass": "^1.52.3",
79
+ "typescript": "^5.1.3",
80
+ "react": "^18.0.0",
81
+ "react-dom": "^18.0.0",
82
+ "@types/react": "^18.3.28",
83
+ "@types/react-dom": "^18.3.7",
84
+ "@tiptap/core": "^3.14.0",
85
+ "@tiptap/react": "^3.14.0",
86
+ "@tiptap/starter-kit": "^3.14.0",
87
+ "@tiptap/extension-list": "^3.14.0",
88
+ "@tiptap/extension-mention": "^3.14.0",
89
+ "@tiptap/extension-text-style": "^3.14.0",
90
+ "@tiptap/extension-collaboration": "^3.14.0",
91
+ "@tiptap/extension-typography": "^3.14.0",
92
+ "@tiptap/extension-highlight": "^3.14.0",
93
+ "@tiptap/extension-superscript": "^3.14.0",
94
+ "@tiptap/extension-subscript": "^3.14.0",
95
+ "@tiptap/extension-text-align": "^3.14.0",
96
+ "@tiptap/extension-mathematics": "^3.14.0",
97
+ "@tiptap/extension-unique-id": "^3.14.0",
98
+ "@tiptap/extension-emoji": "^3.14.0",
99
+ "@tiptap/extension-image": "^3.14.0",
100
+ "@tiptap/extension-drag-handle-react": "^3.14.0"
104
101
  },
105
102
  "author": "Ahmed Feki",
106
103
  "license": "ISC",