Skip to content

Commit

Permalink
chor: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Nov 11, 2024
1 parent 6a75044 commit cfcd9ef
Show file tree
Hide file tree
Showing 2 changed files with 665 additions and 1,323 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,50 +16,50 @@
"preview": "vite preview"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240925.0",
"@cloudflare/workers-types": "^4.20241106.0",
"@commander-js/extra-typings": "^12.1.0",
"@iconify/json": "^2.2.253",
"@iconify/json": "^2.2.270",
"@napi-rs/cli": "^2.18.4",
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/adapter-cloudflare": "^4.7.2",
"@sveltejs/kit": "^2.5.28",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-cloudflare": "^4.7.4",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.7",
"@tailwindcss/typography": "^0.5.15",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^3.1.6",
"@types/eslint": "^8.56.12",
"@types/node": "^20.16.9",
"@types/node": "^20.17.6",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
"cbor": "^9.0.2",
"colors": "^1.4.0",
"commander": "^12.1.0",
"daisyui": "^4.12.10",
"daisyui": "^4.12.14",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.22.8",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.0",
"postcss": "^8.4.47",
"eslint-plugin-svelte": "^2.46.0",
"postcss": "^8.4.48",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "5.0.0-next.210",
"svelte-check": "^3.8.6",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"unplugin-icons": "^0.18.5",
"vite": "^5.4.8",
"vite": "^5.4.10",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^1.6.0",
"wrangler": "^3.78.10"
"wrangler": "^3.86.0"
},
"type": "module",
"dependencies": {
"@aiken-lang/merkle-patricia-forestry": "^1.1.0",
"@aiken-lang/merkle-patricia-forestry": "^1.2.0",
"@blaze-cardano/blueprint": "latest",
"@blaze-cardano/core": "latest",
"@blaze-cardano/ogmios": "latest",
Expand All @@ -79,7 +79,7 @@
"date-fns": "^3.6.0",
"drizzle-orm": "^0.31.4",
"layerchart": "^0.34.0",
"postgres": "^3.4.4",
"postgres": "^3.4.5",
"uplc-web": "^0.0.3",
"ws": "^8.18.0"
},
Expand Down
Loading

0 comments on commit cfcd9ef

Please sign in to comment.