sanity-plugin-hotspot-array 5.0.3 → 5.0.4
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.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sanity-plugin-hotspot-array",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4",
|
|
4
4
|
"description": "A configurable Custom Input for Arrays that will add and update items by clicking on an Image",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@sanity/asset-utils": "^2.3.0",
|
|
31
31
|
"@sanity/image-url": "^2.1.1",
|
|
32
|
-
"@sanity/ui": "^3.
|
|
33
|
-
"@sanity/util": "^6.
|
|
32
|
+
"@sanity/ui": "^3.3.0",
|
|
33
|
+
"@sanity/util": "^6.3.0",
|
|
34
34
|
"lodash-es": "^4.18.1",
|
|
35
|
-
"motion": "^12.42.
|
|
35
|
+
"motion": "^12.42.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@sanity/pkg-utils": "^10.
|
|
38
|
+
"@sanity/pkg-utils": "^10.9.0",
|
|
39
39
|
"@types/lodash-es": "^4.17.12",
|
|
40
40
|
"@types/node": "^24.13.2",
|
|
41
41
|
"@types/react": "^19.2.17",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
44
44
|
"react": "^19.2.7",
|
|
45
45
|
"react-dom": "^19.2.7",
|
|
46
|
-
"sanity": "^6.
|
|
46
|
+
"sanity": "^6.3.0",
|
|
47
47
|
"styled-components": "^6.4.3",
|
|
48
48
|
"@repo/package.config": "0.0.0",
|
|
49
49
|
"@repo/tsconfig": "0.0.0"
|