@measured/puck-plugin-heading-analyzer 0.13.1-canary.a84e06f → 0.13.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -3
package/package.json
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck-plugin-heading-analyzer",
|
3
|
-
"version": "0.13.1
|
3
|
+
"version": "0.13.1",
|
4
|
+
"author": "Measured Corporation Ltd <hello@measured.co>",
|
5
|
+
"repository": "measuredco/puck",
|
6
|
+
"bugs": "https://github.com/measuredco/puck/issues",
|
7
|
+
"homepage": "https://puckeditor.com",
|
4
8
|
"private": false,
|
5
9
|
"main": "./dist/index.js",
|
6
10
|
"types": "./dist/index.d.ts",
|
@@ -14,7 +18,7 @@
|
|
14
18
|
"dist"
|
15
19
|
],
|
16
20
|
"devDependencies": {
|
17
|
-
"@measured/puck": "^0.13.1
|
21
|
+
"@measured/puck": "^0.13.1",
|
18
22
|
"@types/react": "^18.2.0",
|
19
23
|
"@types/react-dom": "^18.2.0",
|
20
24
|
"eslint": "^7.32.0",
|
@@ -24,7 +28,7 @@
|
|
24
28
|
"typescript": "^4.5.2"
|
25
29
|
},
|
26
30
|
"dependencies": {
|
27
|
-
"react-from-json": "^0.
|
31
|
+
"react-from-json": "^0.8.0"
|
28
32
|
},
|
29
33
|
"peerDependencies": {
|
30
34
|
"react": "^17.0.0 || ^18.0.0"
|