sanity-plugin-internationalized-array 5.1.7 → 5.1.8

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.
Files changed (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -19,9 +19,6 @@ A plugin to register array fields with a custom input component to store field v
19
19
  - [Migrate from objects to arrays](#migrate-from-objects-to-arrays)
20
20
  - [Why store localized field data like this?](#why-store-localized-field-data-like-this)
21
21
  - [License](#license)
22
- - [Develop \& test](#develop--test)
23
- - [Release new version](#release-new-version)
24
- - [License](#license-1)
25
22
 
26
23
  ## Installation
27
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-internationalized-array",
3
- "version": "5.1.7",
3
+ "version": "5.1.8",
4
4
  "description": "Store localized fields in an array to save on attributes",
5
5
  "keywords": [
6
6
  "sanity",
@@ -47,16 +47,16 @@
47
47
  "react-dom": "^19.2.7",
48
48
  "sanity": "^6.0.0",
49
49
  "styled-components": "^6.4.2",
50
+ "@repo/package.config": "0.0.0",
50
51
  "@repo/tsconfig": "0.0.0",
51
- "@sanity/language-filter": "^5.0.4",
52
- "@repo/package.config": "0.0.0"
52
+ "@sanity/language-filter": "5.0.4"
53
53
  },
54
54
  "peerDependencies": {
55
- "@sanity/language-filter": "^5.0.0",
56
55
  "react": "^19.2",
57
56
  "react-dom": "^19.2",
58
57
  "sanity": "^5 || ^6.0.0-0",
59
- "@sanity/assist": "^6.1.1"
58
+ "@sanity/assist": "^6.1.2",
59
+ "@sanity/language-filter": "^5.0.4"
60
60
  },
61
61
  "peerDependenciesMeta": {
62
62
  "@sanity/assist": {