Skip to content

Commit

Permalink
Merge branch 'v1.x-2022-07' into dependabot/npm_and_yarn/undici-5.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blittle committed Mar 28, 2024
2 parents 9a7a05d + 5dc7a22 commit 94386ca
Show file tree
Hide file tree
Showing 7 changed files with 193 additions and 82 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"turbo": "^1.7.4",
"type-fest": "^2.12.0",
"typescript": "^4.8.2",
"vite": "^2.9.13",
"vite": "^2.9.17",
"yorkie": "^2.0.0"
},
"gitHooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"connect": "^3.7.0",
"es-module-lexer": "^0.10.0",
"fast-glob": "^3.2.11",
"graphql": "^16.3.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"history": "^5.3.0",
"kolorist": "^1.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/async-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"vite": "^2.9.13",
"vite": "^2.9.17",
"@shopify/cli": "^3.12.0",
"@shopify/cli-hydrogen": "^3.12.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/server-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"vite": "^2.9.13",
"vite": "^2.9.17",
"@shopify/cli": "^3.12.0",
"@shopify/cli-hydrogen": "^3.12.0"
},
Expand Down
4 changes: 2 additions & 2 deletions templates/demo-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"eslint": "^8.18.0",
"eslint-plugin-hydrogen": "^0.12.3",
"playwright": "^1.22.2",
"postcss": "^8.4.14",
"postcss": "^8.4.31",
"postcss-import": "^14.1.0",
"postcss-preset-env": "^7.6.0",
"prettier": "^2.3.2",
"tailwindcss": "^3.0.24",
"typescript": "^4.7.2",
"vite": "^2.9.13",
"vite": "^2.9.17",
"vitest": "^0.15.2"
},
"prettier": "@shopify/prettier-config",
Expand Down
2 changes: 1 addition & 1 deletion templates/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@shopify/cli-hydrogen": "^3.12.0",
"@types/react": "^18.0.9",
"typescript": "^4.7.2",
"vite": "^2.9.13"
"vite": "^2.9.17"
},
"dependencies": {
"@shopify/hydrogen": "^1.7.3",
Expand Down
261 changes: 186 additions & 75 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 94386ca

Please sign in to comment.