Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consistency updates and image component #11

Merged
merged 8 commits into from
Jun 28, 2023
Merged
Prev Previous commit
Next Next commit
feat: ✨ add more images and a product gallery
  • Loading branch information
joshistoast committed Jun 27, 2023
commit 8069173f3f8b0fba973756c2d71b8bc883fd1b41
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.20.5",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.43.0",
"eslint-plugin-svelte": "^2.31.0",
"eslint-plugin-svelte": "^2.31.1",
"postcss": "^8.4.24",
"svelte": "^4.0.0",
"svelte-check": "^3.4.4",
"sveltekit-superforms": "^1.1.1",
"sveltekit-superforms": "^1.1.2",
"tailwindcss": "^3.3.2",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"zod": "^3.21.4"
Expand Down
Loading