sanity-plugin-transifex 5.1.4 → 5.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-transifex",
3
- "version": "5.1.4",
3
+ "version": "5.1.5",
4
4
  "description": "This plugin provides an in-studio integration with Transifex. It allows your editors to send any document to Transifex with the click of a button, monitor ongoing translations, and import partial or complete translations back into the studio.",
5
5
  "keywords": [
6
6
  "sanity",
@@ -27,17 +27,17 @@
27
27
  "./package.json": "./package.json"
28
28
  },
29
29
  "dependencies": {
30
- "sanity-translations-tab": "^6.1.4"
30
+ "sanity-translations-tab": "^6.1.5"
31
31
  },
32
32
  "devDependencies": {
33
- "@sanity/pkg-utils": "^10.5.5",
33
+ "@sanity/pkg-utils": "^10.5.7",
34
34
  "@types/react": "^19.2.17",
35
35
  "@types/react-dom": "^19.2.3",
36
36
  "babel-plugin-react-compiler": "^1.0.0",
37
37
  "babel-plugin-styled-components": "^2.3.0",
38
38
  "react": "^19.2.7",
39
39
  "react-dom": "^19.2.7",
40
- "sanity": "^6.0.0",
40
+ "sanity": "^6.1.0",
41
41
  "styled-components": "^6.4.2",
42
42
  "@repo/package.config": "0.0.0",
43
43
  "@repo/tsconfig": "0.0.0"