@measured/puck-field-contentful 0.14.1-canary.bef3303 → 0.14.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck-field-contentful",
|
3
|
-
"version": "0.14.1
|
3
|
+
"version": "0.14.1",
|
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.1
|
21
|
+
"@measured/puck": "^0.14.1",
|
22
22
|
"@types/react": "^18.2.0",
|
23
23
|
"@types/react-dom": "^18.2.0",
|
24
24
|
"contentful": "^10.8.6",
|
@@ -29,7 +29,6 @@
|
|
29
29
|
"typescript": "^4.5.2"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
32
|
-
"@measured/puck": "^0.13.0",
|
33
32
|
"contentful": "^10.0.0",
|
34
33
|
"react": "^17.0.0 || ^18.0.0"
|
35
34
|
}
|