Skip to content

Commit

Permalink
Merge pull request #7 from joshwcorbett/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
joshistoast committed Jun 21, 2023
2 parents 41541cb + 787a699 commit 3d61eee
Show file tree
Hide file tree
Showing 24 changed files with 770 additions and 123 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ This is my attempt to svelte-ify Shopify's Hydrogen storefront features. It's a

## To Do

- [ ] Customer Auth and Account Management
- [ ] Product Search
- [ ] Collection Filtering

Expand Down
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,27 @@
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.20.4",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.42.0",
"eslint-plugin-svelte": "^2.30.0",
"eslint": "^8.43.0",
"eslint-plugin-svelte": "^2.31.0",
"postcss": "^8.4.24",
"svelte": "^3.59.1",
"svelte": "^3.59.2",
"svelte-check": "^3.4.3",
"sveltekit-superforms": "^1.1.1",
"tailwindcss": "^3.3.2",
"tslib": "^2.5.3",
"typescript": "^5.1.3",
"vite": "^4.3.9"
"vite": "^4.3.9",
"zod": "^3.21.4"
},
"type": "module",
"dependencies": {
"@apollo/client": "^3.7.15",
"@apollo/client": "^3.7.16",
"graphql": "^16.6.0",
"isbot": "^3.6.10",
"isbot": "^3.6.12",
"svelte-kit-cookie-session": "^3.4.1",
"tiny-invariant": "^1.3.1"
}
}
Loading

1 comment on commit 3d61eee

@vercel
Copy link

@vercel vercel bot commented on 3d61eee Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.