0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-25 09:09:35 +01:00
svelte/playgrounds/sandbox/package.json
Rich Harris 7c70c346f8
Update deps (#10245)
* bump deps

* migrate

* fix

* downgrade jsdom/playwright

* fix a type error

* downgrade svelte

* prettier

* downgrade rollup

* downgrade other deps

* gah

---------

Co-authored-by: Rich Harris <rich.harris@vercel.com>
2024-01-19 19:16:18 -05:00

14 lines
263 B
JSON

{
"name": "svelte-playgrounds-sandbox",
"private": true,
"type": "module",
"license": "MIT",
"version": "0.0.1",
"dependencies": {
"@types/minimist": "^1.2.5",
"minimist": "^1.2.8",
"svelte": "workspace:^",
"tiny-glob": "^0.2.9"
}
}