|
1 | 1 | { |
2 | 2 | "name": "@sanity/ui-workshop", |
3 | | - "version": "3.3.0", |
| 3 | + "version": "4.0.0-static.1", |
4 | 4 | "keywords": [ |
5 | 5 | "sanity", |
6 | 6 | "ui", |
|
27 | 27 | "exports": { |
28 | 28 | ".": { |
29 | 29 | "source": "./exports/index.ts", |
| 30 | + "node": { |
| 31 | + "default": "./dist/index.node.js" |
| 32 | + }, |
30 | 33 | "default": "./dist/index.js" |
31 | 34 | }, |
32 | 35 | "./plugin-a11y": { |
|
112 | 115 | "@vanilla-extract/css-utils": "^0.1.6", |
113 | 116 | "@vanilla-extract/dynamic": "^2.1.5", |
114 | 117 | "@vanilla-extract/vite-plugin": "^5.1.1", |
115 | | - "@vitejs/plugin-react": "^4.7.0", |
116 | | - "axe-core": "^4.10.3", |
| 118 | + "@vitejs/plugin-react": "^5.0.4", |
| 119 | + "axe-core": "^4.11.0", |
117 | 120 | "cac": "^6.7.14", |
118 | 121 | "chokidar": "^3.6.0", |
119 | 122 | "cpx": "^1.5.0", |
120 | 123 | "dotenv-flow": "^4.1.0", |
121 | | - "esbuild": "^0.25.8", |
| 124 | + "esbuild": "^0.25.11", |
122 | 125 | "esbuild-register": "^3.6.0", |
123 | 126 | "express": "^5.1.0", |
124 | 127 | "globby": "^11.1.0", |
| 128 | + "lightningcss": "^1.30.2", |
125 | 129 | "lodash": "^4.17.21", |
126 | 130 | "mkdirp": "^2.1.6", |
127 | 131 | "pako": "^2.1.0", |
128 | 132 | "rimraf": "^4.4.1", |
129 | 133 | "segmented-property": "^4.0.0", |
130 | | - "vite": "^7.0.6" |
| 134 | + "vite": "^7.1.10" |
131 | 135 | }, |
132 | 136 | "devDependencies": { |
133 | 137 | "@commitlint/config-conventional": "^19.8.1", |
134 | 138 | "@sanity/browserslist-config": "^1.0.5", |
135 | | - "@sanity/pkg-utils": "^7.11.1", |
| 139 | + "@sanity/pkg-utils": "^8.1.21", |
136 | 140 | "@sanity/prettier-config": "^1.0.6", |
137 | 141 | "@sanity/semantic-release-preset": "^4.1.8", |
138 | | - "@sanity/ui": "^3.0.5", |
| 142 | + "@sanity/ui": "4.0.0-static.38", |
139 | 143 | "@types/cpx": "^1.5.5", |
140 | 144 | "@types/express": "^5.0.3", |
141 | 145 | "@types/lodash": "^4.17.20", |
142 | | - "@types/node": "^20.17.9", |
143 | | - "@types/pako": "^2.0.3", |
144 | | - "@types/react": "^19.1.9", |
145 | | - "@types/react-dom": "^19.1.7", |
| 146 | + "@types/node": "^20.19.21", |
| 147 | + "@types/pako": "^2.0.4", |
| 148 | + "@types/react": "^19.2.2", |
| 149 | + "@types/react-dom": "^19.2.2", |
146 | 150 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
147 | 151 | "@typescript-eslint/parser": "^7.18.0", |
148 | 152 | "babel-plugin-react-compiler": "19.1.0-rc.2", |
|
161 | 165 | "jsdom": "^22.1.0", |
162 | 166 | "npm-run-all2": "^6.2.6", |
163 | 167 | "prettier": "^3.6.2", |
164 | | - "react": "^19.1.1", |
165 | | - "react-dom": "^19.1.1", |
166 | | - "react-is": "^19.1.1", |
| 168 | + "react": "^19.2.0", |
| 169 | + "react-dom": "^19.2.0", |
| 170 | + "react-is": "^19.2.0", |
167 | 171 | "semantic-release": "^23.1.1", |
168 | 172 | "tsconfig-paths": "^4.2.0", |
169 | | - "typescript": "5.9.2", |
| 173 | + "typescript": "5.9.3", |
170 | 174 | "vitest": "^3.2.4" |
171 | 175 | }, |
172 | 176 | "peerDependencies": { |
173 | | - "@sanity/ui": "^3", |
| 177 | + "@sanity/ui": "^4.0.0-0", |
174 | 178 | "react": "^19", |
175 | 179 | "react-dom": "^19" |
176 | 180 | }, |
|
0 commit comments