@sanity/sdk-react 2.13.0 → 2.14.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -1817,7 +1817,7 @@ function useUsers(options) {
1817
1817
  loadMore
1818
1818
  };
1819
1819
  }
1820
- var version = "2.13.0";
1820
+ var version = "2.14.0";
1821
1821
  function getEnv(key) {
1822
1822
  if (typeof import.meta < "u" && import.meta.env)
1823
1823
  return import.meta.env[key];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/sdk-react",
3
- "version": "2.13.0",
3
+ "version": "2.14.0",
4
4
  "private": false,
5
5
  "description": "Sanity SDK React toolkit for Content OS",
6
6
  "keywords": [
@@ -45,22 +45,22 @@
45
45
  "dependencies": {
46
46
  "@sanity/client": "^7.22.0",
47
47
  "@sanity/message-protocol": "^0.23.0",
48
- "@sanity/types": "^5.26.0",
48
+ "@sanity/types": "^6.0.0",
49
49
  "groq": "3.88.1-typegen-experimental.0",
50
50
  "react-compiler-runtime": "19.1.0-rc.2",
51
51
  "react-error-boundary": "^6.1.2",
52
52
  "rxjs": "^7.8.2",
53
- "@sanity/sdk": "2.13.0"
53
+ "@sanity/sdk": "2.14.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@sanity/browserslist-config": "^1.0.5",
57
57
  "@sanity/comlink": "^4.0.1",
58
- "@sanity/pkg-utils": "^9.2.3",
58
+ "@sanity/pkg-utils": "^10.5.3",
59
59
  "@sanity/prettier-config": "^1.0.6",
60
60
  "@testing-library/jest-dom": "^6.9.1",
61
61
  "@testing-library/react": "^16.3.2",
62
62
  "@types/node": "^24.12.4",
63
- "@types/react": "^19.2.15",
63
+ "@types/react": "^19.2.17",
64
64
  "@types/react-dom": "^19.2.3",
65
65
  "@vitejs/plugin-react": "^5.2.0",
66
66
  "@vitest/coverage-v8": "^4.1.8",
@@ -69,8 +69,8 @@
69
69
  "groq-js": "^1.30.2",
70
70
  "jsdom": "^29.1.1",
71
71
  "prettier": "^3.8.3",
72
- "react": "^19.2.6",
73
- "react-dom": "^19.2.6",
72
+ "react": "^19.2.7",
73
+ "react-dom": "^19.2.7",
74
74
  "rollup-plugin-visualizer": "^5.14.0",
75
75
  "typescript": "^5.9.3",
76
76
  "vite": "^7.3.5",