sanity-plugin-media 2.0.1 → 2.0.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/LICENSE +1 -1
- package/README.md +2 -2
- package/package.json +3 -3
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -50,13 +50,13 @@ _Individual asset view_
|
|
|
50
50
|
In your Sanity project folder:
|
|
51
51
|
|
|
52
52
|
```sh
|
|
53
|
-
npm install --save sanity-plugin-media
|
|
53
|
+
npm install --save sanity-plugin-media
|
|
54
54
|
```
|
|
55
55
|
|
|
56
56
|
or
|
|
57
57
|
|
|
58
58
|
```sh
|
|
59
|
-
yarn add sanity-plugin-media
|
|
59
|
+
yarn add sanity-plugin-media
|
|
60
60
|
```
|
|
61
61
|
|
|
62
62
|
## Usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sanity-plugin-media",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "This version of `sanity-plugin-media` is for Sanity Studio V3.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"react": "^18",
|
|
111
111
|
"react-dom": "^18",
|
|
112
112
|
"rimraf": "^3.0.2",
|
|
113
|
-
"sanity": "3.0.0
|
|
113
|
+
"sanity": "^3.0.0",
|
|
114
114
|
"standard-version": "^9.5.0",
|
|
115
115
|
"styled-components": "^5.3.3",
|
|
116
116
|
"typescript": "^4.8.4"
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"@sanity/icons": "^2.0.0",
|
|
121
121
|
"react": "^18",
|
|
122
122
|
"react-dom": "^18",
|
|
123
|
-
"sanity": "
|
|
123
|
+
"sanity": "^3.0.0",
|
|
124
124
|
"styled-components": "^5.3.3"
|
|
125
125
|
},
|
|
126
126
|
"engines": {
|