|
22 | 22 | "license": "MIT", |
23 | 23 | "repository": { |
24 | 24 | "type": "git", |
25 | | - "url": "git+https://github.com/software-mansion/TypeGPU.git" |
| 25 | + "url": "git+https://github.com/software-mansion/TypeGPU.git", |
| 26 | + "directory": "packages/unplugin-typegpu" |
26 | 27 | }, |
27 | 28 | "type": "module", |
28 | 29 | "sideEffects": false, |
|
165 | 166 | "prepublishOnly": "tgpu-dev-cli prepack" |
166 | 167 | }, |
167 | 168 | "dependencies": { |
168 | | - "@babel/standalone": "^7.28.6", |
| 169 | + "@babel/parser": "^7.29.0", |
| 170 | + "@babel/traverse": "^7.29.0", |
| 171 | + "@babel/types": "catalog:", |
| 172 | + "ast-kit": "^2.2.0", |
169 | 173 | "defu": "^6.1.4", |
170 | | - "estree-walker": "^3.0.3", |
171 | | - "magic-string-ast": "^1.0.0", |
| 174 | + "magic-string-ast": "^1.0.3", |
172 | 175 | "pathe": "^2.0.3", |
173 | 176 | "picomatch": "^4.0.3", |
174 | 177 | "tinyest": "workspace:~0.3.1", |
175 | 178 | "tinyest-for-wgsl": "workspace:~0.3.2", |
176 | | - "unplugin": "^2.3.5" |
| 179 | + "unplugin": "^3.0.0" |
177 | 180 | }, |
178 | 181 | "devDependencies": { |
179 | | - "@babel/template": "^7.27.2", |
180 | | - "@babel/types": "^7.26.5", |
| 182 | + "@babel/standalone": "^7.28.6", |
181 | 183 | "@rollup/plugin-virtual": "^3.0.2", |
182 | 184 | "@typegpu/tgpu-dev-cli": "workspace:*", |
183 | 185 | "@types/babel__standalone": "^7.1.9", |
184 | | - "@types/babel__template": "^7.4.4", |
185 | 186 | "@types/babel__traverse": "^7.20.7", |
186 | | - "@types/bun": "^1.2.22", |
| 187 | + "@types/bun": "^1.3.11", |
187 | 188 | "@types/picomatch": "^4.0.1", |
188 | | - "acorn": "^8.14.1", |
189 | | - "rolldown": "1.0.0-beta.33", |
190 | | - "rollup": "catalog:", |
| 189 | + "rollup": "catalog:build", |
191 | 190 | "tsdown": "catalog:build", |
192 | 191 | "typescript": "catalog:types" |
193 | 192 | }, |
|
0 commit comments