@sanity/document-internationalization 3.3.2 → 3.3.3
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/document-internationalization",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.3",
|
|
4
4
|
"description": "Create unique translations of a document based on its language, joined by a shared reference document.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"format": "prettier --write --cache --ignore-unknown .",
|
|
43
43
|
"link-watch": "plugin-kit link-watch",
|
|
44
44
|
"lint": "eslint .",
|
|
45
|
+
"prepare": "husky install",
|
|
45
46
|
"prepublishOnly": "run-s build",
|
|
46
|
-
"watch": "pkg-utils watch --strict"
|
|
47
|
-
"prepare": "husky install"
|
|
47
|
+
"watch": "pkg-utils watch --strict"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@sanity/icons": "^3.5.3",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
},
|
|
87
87
|
"peerDependencies": {
|
|
88
88
|
"react": "^18 || ^19",
|
|
89
|
-
"sanity": "^3.40.0",
|
|
89
|
+
"sanity": "^3.40.0 || ^4.0.0-0",
|
|
90
90
|
"styled-components": "^6.1"
|
|
91
91
|
},
|
|
92
92
|
"engines": {
|