@easyling/sanity-connector 0.0.2-rc.3 → 0.0.2
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/dist/index.js +1 -2
- package/package.json +6 -6
- package/dist/index.js.LICENSE.txt +0 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@easyling/sanity-connector",
|
|
3
|
-
"version": "0.0.2
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "A Sanity Studio plugin that enables document translation with support for single and bulk operations. Extracts document content as HTML and prepares translation requests for external services.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -57,15 +57,16 @@
|
|
|
57
57
|
"react": "^19.1.0",
|
|
58
58
|
"react-dom": "^19.1.0",
|
|
59
59
|
"sanity": "^4.16.0",
|
|
60
|
-
"@sanity/icons": "^
|
|
61
|
-
"@sanity/ui": "^1.
|
|
60
|
+
"@sanity/icons": "^3.7.4",
|
|
61
|
+
"@sanity/ui": "^3.1.11"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
+
"@easyling/sanity": "^1.0.6",
|
|
64
65
|
"react": "^19.0.0",
|
|
65
66
|
"react-dom": "^19.0.0",
|
|
66
67
|
"sanity": "^4.0.0",
|
|
67
|
-
"@sanity/icons": "^
|
|
68
|
-
"@sanity/ui": "^1.
|
|
68
|
+
"@sanity/icons": "^3.7.4",
|
|
69
|
+
"@sanity/ui": "^3.1.11",
|
|
69
70
|
"@testing-library/jest-dom": "^6.9.1",
|
|
70
71
|
"@testing-library/react": "^16.3.0",
|
|
71
72
|
"@types/jest": "^29.0.0",
|
|
@@ -82,7 +83,6 @@
|
|
|
82
83
|
"ts-loader": "^9.5.4",
|
|
83
84
|
"typescript": "^5.0.0",
|
|
84
85
|
"webpack": "^5.103.0",
|
|
85
|
-
"@easyling/sanity": "^1.0.6",
|
|
86
86
|
"webpack-cli": "^6.0.1"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license React
|
|
3
|
-
* react-is.production.min.js
|
|
4
|
-
*
|
|
5
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
6
|
-
*
|
|
7
|
-
* This source code is licensed under the MIT license found in the
|
|
8
|
-
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* @license React
|
|
13
|
-
* react-jsx-runtime.production.min.js
|
|
14
|
-
*
|
|
15
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
16
|
-
*
|
|
17
|
-
* This source code is licensed under the MIT license found in the
|
|
18
|
-
* LICENSE file in the root directory of this source tree.
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
23
|
-
*
|
|
24
|
-
* @license MIT <https://opensource.org/licenses/MIT>
|
|
25
|
-
* @author Lea Verou <https://lea.verou.me>
|
|
26
|
-
* @namespace
|
|
27
|
-
* @public
|
|
28
|
-
*/
|