Skip to content

Commit

Permalink
chore: update buy link
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Sep 26, 2024
1 parent 766dd64 commit f33abb7
Show file tree
Hide file tree
Showing 3 changed files with 1,105 additions and 963 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"preview": "vite preview"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240806.0",
"@cloudflare/workers-types": "^4.20240925.0",
"@commander-js/extra-typings": "^12.1.0",
"@iconify/json": "^2.2.236",
"@iconify/json": "^2.2.253",
"@napi-rs/cli": "^2.18.4",
"@sveltejs/adapter-auto": "^3.2.3",
"@sveltejs/adapter-cloudflare": "^4.7.1",
"@sveltejs/kit": "^2.5.21",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/typography": "^0.5.14",
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/adapter-cloudflare": "^4.7.2",
"@sveltejs/kit": "^2.5.28",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/typography": "^0.5.15",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^3.1.6",
"@types/eslint": "^8.56.11",
"@types/node": "^20.14.15",
"@types/eslint": "^8.56.12",
"@types/node": "^20.16.9",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
Expand All @@ -38,24 +38,24 @@
"daisyui": "^4.12.10",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.22.8",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.43.0",
"postcss": "^8.4.41",
"eslint-plugin-svelte": "^2.44.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "5.0.0-next.210",
"svelte-check": "^3.8.5",
"tailwindcss": "^3.4.9",
"tslib": "^2.6.3",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"svelte-check": "^3.8.6",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"unplugin-icons": "^0.18.5",
"vite": "^5.4.0",
"vite": "^5.4.8",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^1.6.0",
"wrangler": "^3.70.0"
"wrangler": "^3.78.10"
},
"type": "module",
"dependencies": {
Expand Down
Loading

0 comments on commit f33abb7

Please sign in to comment.