Skip to content

Commit

Permalink
Merge pull request #23 from thomasKn/chore
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
thomasKn authored Feb 2, 2024
2 parents b885b84 + 181be97 commit fb54dc3
Show file tree
Hide file tree
Showing 4 changed files with 262 additions and 229 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.0",
"scripts": {
"build": "shopify hydrogen build",
"dev": "shopify hydrogen dev --codegen",
"dev": "shopify hydrogen dev --worker --codegen",
"dev:all": "run-p dev sanity:dev",
"preview": "npm run build && shopify hydrogen preview",
"lint": "eslint --no-error-on-unmatched-pattern --ext .js,.ts,.jsx,.tsx .",
Expand All @@ -27,11 +27,11 @@
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@remix-run/react": "2.5.1",
"@remix-run/react": "2.6.0",
"@sanity/client": "^6.12.3",
"@sanity/image-url": "^1.0.2",
"@sanity/overlays": "^2.3.9",
"@sanity/react-loader": "^1.8.1",
"@sanity/react-loader": "^1.8.2",
"@shopify/cli": "3.53.0",
"@shopify/cli-hydrogen": "^7.0.0",
"@shopify/hydrogen": "^2024.1.0",
Expand All @@ -58,8 +58,8 @@
},
"devDependencies": {
"@portabletext/types": "^2.0.8",
"@remix-run/dev": "2.5.1",
"@remix-run/eslint-config": "^2.5.1",
"@remix-run/dev": "2.6.0",
"@remix-run/eslint-config": "^2.6.0",
"@shopify/oxygen-workers-types": "^3.17.3",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
Expand Down
Loading

0 comments on commit fb54dc3

Please sign in to comment.