@measured/puck-plugin-heading-analyzer 0.14.1-canary.bef3303 → 0.14.2-canary.3f7fc52
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +78185 -653
- package/package.json +2 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck-plugin-heading-analyzer",
|
3
|
-
"version": "0.14.
|
3
|
+
"version": "0.14.2-canary.3f7fc52",
|
4
4
|
"author": "Measured Corporation Ltd <hello@measured.co>",
|
5
5
|
"repository": "measuredco/puck",
|
6
6
|
"bugs": "https://github.com/measuredco/puck/issues",
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"dist"
|
19
19
|
],
|
20
20
|
"devDependencies": {
|
21
|
-
"@measured/puck": "^0.14.
|
21
|
+
"@measured/puck": "^0.14.2-canary.3f7fc52",
|
22
22
|
"@types/react": "^18.2.0",
|
23
23
|
"@types/react-dom": "^18.2.0",
|
24
24
|
"eslint": "^7.32.0",
|
@@ -32,7 +32,6 @@
|
|
32
32
|
"react-from-json": "^0.8.0"
|
33
33
|
},
|
34
34
|
"peerDependencies": {
|
35
|
-
"@measured/puck": "^0.13.1",
|
36
35
|
"react": "^17.0.0 || ^18.0.0"
|
37
36
|
}
|
38
37
|
}
|