sanity-plugin-asset-source-unsplash 0.1.4 → 0.1.5
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 +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sanity-plugin-asset-source-unsplash",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Use images from Unsplash.com in your Sanity Studio",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -76,7 +76,6 @@
|
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"@sanity/base": ">=2.13.0",
|
|
78
78
|
"@sanity/components": "^2.13.0",
|
|
79
|
-
"@sanity/ui": "^0.36.12",
|
|
80
79
|
"lodash": ">= 4.17.4",
|
|
81
80
|
"react": "^16.9",
|
|
82
81
|
"react-dom": ">= 16.2",
|
|
@@ -88,7 +87,6 @@
|
|
|
88
87
|
"@commitlint/config-conventional": "^7.6.0",
|
|
89
88
|
"@sanity/base": "^2.21.5",
|
|
90
89
|
"@sanity/components": "^2.13.0",
|
|
91
|
-
"@sanity/ui": "^0.36.12",
|
|
92
90
|
"@types/jest": "^23.3.2",
|
|
93
91
|
"@types/lodash": "^4.14.149",
|
|
94
92
|
"@types/node": "^10.17.4",
|
|
@@ -135,6 +133,7 @@
|
|
|
135
133
|
"typescript": "^3.8.0"
|
|
136
134
|
},
|
|
137
135
|
"dependencies": {
|
|
136
|
+
"@sanity/ui": "^0.36.12",
|
|
138
137
|
"react-infinite-scroll-component": "^6.1.0",
|
|
139
138
|
"react-photo-gallery": "^8.0.0"
|
|
140
139
|
}
|