@sanity/vision 6.3.0-next.24 → 6.3.0-next.28

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.
@@ -0,0 +1,3 @@
1
+ // Type declarations for `bundle.css` and its no-op JS shim.
2
+ declare const _default: string
3
+ export default _default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/vision",
3
- "version": "6.3.0-next.24",
3
+ "version": "6.3.0-next.28",
4
4
  "description": "Sanity plugin for running/debugging GROQ-queries against Sanity datasets",
5
5
  "keywords": [
6
6
  "admin",
@@ -68,7 +68,7 @@
68
68
  "devDependencies": {
69
69
  "@rolldown/plugin-babel": "^0.2.3",
70
70
  "@sanity/client": "^7.23.0",
71
- "@sanity/pkg-utils": "^10.7.1",
71
+ "@sanity/pkg-utils": "^10.7.2",
72
72
  "@testing-library/react": "^16.3.2",
73
73
  "@types/lodash-es": "^4.17.12",
74
74
  "@types/react": "^19.2.17",
@@ -85,11 +85,11 @@
85
85
  "styled-components": "npm:@sanity/styled-components@^6.1.24",
86
86
  "vite": "^8.1.0",
87
87
  "vitest": "^4.1.9",
88
- "@repo/package.config": "6.3.0-next.24+c3fc74b3c3",
89
- "@repo/test-config": "6.3.0-next.24+c3fc74b3c3",
90
- "sanity": "6.3.0-next.24+c3fc74b3c3",
91
- "@repo/package.bundle": "6.3.0-next.24+c3fc74b3c3",
92
- "@repo/tsconfig": "6.3.0-next.24+c3fc74b3c3"
88
+ "@repo/package.bundle": "6.3.0-next.28+372088b3fa",
89
+ "@repo/test-config": "6.3.0-next.28+372088b3fa",
90
+ "@repo/package.config": "6.3.0-next.28+372088b3fa",
91
+ "@repo/tsconfig": "6.3.0-next.28+372088b3fa",
92
+ "sanity": "6.3.0-next.28+372088b3fa"
93
93
  },
94
94
  "peerDependencies": {
95
95
  "react": "^19.2.2",