sanity-plugin-media 2.0.0-v3-studio.3 → 2.0.0
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/README.md +3 -6
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
# Sanity Media
|
|
2
2
|
|
|
3
|
-
> **
|
|
4
|
-
>
|
|
5
|
-
> This is the **Sanity Studio v3 version** of sanity-plugin-media.
|
|
6
|
-
>
|
|
7
|
-
> For the v2 version, please refer to the [v2-branch](https://github.com/sanity-io/sanity-plugin-media).
|
|
3
|
+
>This is a **Sanity Studio v3** plugin.
|
|
4
|
+
> For the v2 version, please refer to the [v2-branch](https://github.com/sanity-io/sanity-plugin-media/tree/studio-v2).
|
|
8
5
|
|
|
9
6
|
## What is it?
|
|
10
7
|
|
|
@@ -247,7 +244,7 @@ Contributions, issues and feature requests are welcome!
|
|
|
247
244
|
|
|
248
245
|
## License
|
|
249
246
|
|
|
250
|
-
MIT
|
|
247
|
+
[MIT](LICENSE) © Robin Pyon
|
|
251
248
|
|
|
252
249
|
## Develop & test
|
|
253
250
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sanity-plugin-media",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "This version of `sanity-plugin-media` is for Sanity Studio V3.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
|
-
"url": "
|
|
21
|
+
"url": "git@github.com:sanity-io/sanity-plugin-media.git"
|
|
22
22
|
},
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"author": "Robin Pyon <robin@robinpyon.com>",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@sanity/color": "^2.1.8",
|
|
85
85
|
"@sanity/icons": "^1.2.5",
|
|
86
86
|
"@sanity/pkg-utils": "^1.17.2",
|
|
87
|
-
"@sanity/plugin-kit": "^2.1.
|
|
87
|
+
"@sanity/plugin-kit": "^2.1.16",
|
|
88
88
|
"@sanity/semantic-release-preset": "^2.0.2",
|
|
89
89
|
"@types/is-hotkey": "^0.1.7",
|
|
90
90
|
"@types/pluralize": "^0.0.29",
|
|
@@ -103,14 +103,14 @@
|
|
|
103
103
|
"eslint-plugin-prettier": "^4.2.1",
|
|
104
104
|
"eslint-plugin-react": "^7.31.10",
|
|
105
105
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
106
|
-
"husky": "^8.0.
|
|
106
|
+
"husky": "^8.0.2",
|
|
107
107
|
"lint-staged": "^13.0.3",
|
|
108
108
|
"prettier": "^2.7.1",
|
|
109
109
|
"prettier-plugin-packagejson": "^2.3.0",
|
|
110
110
|
"react": "^18",
|
|
111
111
|
"react-dom": "^18",
|
|
112
112
|
"rimraf": "^3.0.2",
|
|
113
|
-
"sanity": "3.0.0-rc.
|
|
113
|
+
"sanity": "3.0.0-rc.2",
|
|
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": "^1.2.8",
|
|
121
121
|
"react": "^18",
|
|
122
122
|
"react-dom": "^18",
|
|
123
|
-
"sanity": "dev-preview || 3.0.0-rc.
|
|
123
|
+
"sanity": "dev-preview || 3.0.0-rc.2",
|
|
124
124
|
"styled-components": "^5.3.3"
|
|
125
125
|
},
|
|
126
126
|
"engines": {
|