|
1 | 1 | { |
2 | 2 | "name": "next-sanity", |
3 | | - "version": "11.4.2", |
| 3 | + "version": "11.4.3-canary.0", |
4 | 4 | "description": "Sanity.io toolkit for Next.js", |
5 | 5 | "keywords": [ |
6 | 6 | "sanity", |
|
105 | 105 | "dependencies": { |
106 | 106 | "@portabletext/react": "^4.0.3", |
107 | 107 | "@sanity/client": "catalog:", |
108 | | - "@sanity/comlink": "^3.0.9", |
109 | | - "@sanity/presentation-comlink": "^1.0.29", |
| 108 | + "@sanity/comlink": "^3.1.1", |
| 109 | + "@sanity/presentation-comlink": "^1.0.33", |
110 | 110 | "@sanity/preview-url-secret": "catalog:", |
111 | | - "@sanity/visual-editing": "^3.0.5", |
| 111 | + "@sanity/visual-editing": "4.0.0-canary.7", |
112 | 112 | "dequal": "^2.0.3", |
113 | | - "groq": "^4.10.1", |
| 113 | + "groq": "^4.10.3", |
114 | 114 | "history": "^5.3.0", |
115 | 115 | "server-only": "^0.0.1", |
116 | 116 | "use-effect-event": "^2.0.3" |
117 | 117 | }, |
118 | 118 | "devDependencies": { |
119 | 119 | "@sanity/browserslist-config": "^1.0.5", |
120 | | - "@sanity/pkg-utils": "^8.1.17", |
121 | | - "@sanity/types": "^4.10.1", |
| 120 | + "@sanity/pkg-utils": "^8.1.22", |
| 121 | + "@sanity/types": "^4.10.3", |
122 | 122 | "@sanity/webhook": "4.0.4", |
123 | 123 | "@types/react": "catalog:", |
124 | 124 | "@types/react-dom": "catalog:", |
125 | 125 | "@vitest/coverage-v8": "^3.2.4", |
126 | 126 | "next": "catalog:", |
127 | | - "publint": "^0.3.13", |
| 127 | + "publint": "^0.3.14", |
128 | 128 | "react": "catalog:", |
129 | 129 | "react-dom": "catalog:", |
130 | 130 | "styled-components": "catalog:", |
131 | | - "tsdown": "0.15.4", |
| 131 | + "tsdown": "0.15.7", |
132 | 132 | "typescript": "catalog:", |
133 | 133 | "vite-tsconfig-paths": "^5.1.4", |
134 | 134 | "vitest": "^3.2.4" |
135 | 135 | }, |
136 | 136 | "peerDependencies": { |
137 | | - "@sanity/client": "^7.11.2", |
| 137 | + "@sanity/client": "^7.12.0", |
138 | 138 | "next": "^15.1.0-0 || ^16.0.0-0", |
139 | 139 | "react": "^18.3 || ^19", |
140 | 140 | "react-dom": "^18.3 || ^19", |
141 | | - "sanity": "^4.10.1", |
| 141 | + "sanity": "^4.10.3", |
142 | 142 | "styled-components": "^6.1" |
143 | 143 | }, |
144 | 144 | "engines": { |
|
0 commit comments