@measured/puck-plugin-heading-analyzer 0.15.1-canary.9b20506 → 0.16.0-canary.04fd6c5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.css +14 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4190 -5251
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck-plugin-heading-analyzer",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.16.0-canary.04fd6c5",
|
4
4
|
"author": "Measured Corporation Ltd <hello@measured.co>",
|
5
5
|
"repository": "measuredco/puck",
|
6
6
|
"bugs": "https://github.com/measuredco/puck/issues",
|
@@ -18,15 +18,15 @@
|
|
18
18
|
"dist"
|
19
19
|
],
|
20
20
|
"devDependencies": {
|
21
|
-
"@measured/puck": "^0.
|
21
|
+
"@measured/puck": "^0.16.0-canary.04fd6c5",
|
22
22
|
"@types/react": "^18.2.0",
|
23
23
|
"@types/react-dom": "^18.2.0",
|
24
24
|
"eslint": "^7.32.0",
|
25
25
|
"eslint-config-custom": "*",
|
26
26
|
"tsconfig": "*",
|
27
|
-
"tsup": "^
|
27
|
+
"tsup": "^8.2.4",
|
28
28
|
"tsup-config": "*",
|
29
|
-
"typescript": "^
|
29
|
+
"typescript": "^5.5.4"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
32
|
"react-from-json": "^0.8.0"
|