Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- uses: oven-sh/setup-bun@v2
- uses: actions/setup-node@v6
with:
node-version: 24.16.0
node-version: 24.17.0
registry-url: "https://registry.npmjs.org"

- name: Install dependencies
Expand Down
188 changes: 104 additions & 84 deletions bun.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"dependencies": {
"@nuxt/kit": "^4.4.8",
"@nuxt/ui": "^4.8.2",
"@nuxt/ui": "^4.9.0",
"@nuxtjs/critters": "^0.9.2",
"@nuxtjs/shopify": "latest",
"better-sqlite3": "^12.10.1",
"docus": "^5.12.1",
"better-sqlite3": "^12.11.1",
"docus": "^5.12.2",
"motion-v": "^2.3.0",
"nuxt": "^4.4.8",
"reka-ui": "^2.9.10",
"reka-ui": "^2.10.0",
"tailwindcss": "^4.3.1",
"vaul-vue": "^0.4.1",
"zod": "^4.4.3"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"qa:all": "bun --env-file=.env run lint && bun --env-file=.env run typecheck:all && bun --env-file=.env run test"
},
"dependencies": {
"@graphql-codegen/cli": "^7.1.2",
"@graphql-codegen/cli": "^7.1.3",
"@graphql-codegen/import-types-preset": "^4.0.1",
"@graphql-codegen/introspection": "^6.0.1",
"@graphql-codegen/plugin-helpers": "^7.0.1",
Expand Down Expand Up @@ -116,13 +116,13 @@
"@nuxt/module-builder": "^1.0.2",
"@nuxt/schema": "^4.4.8",
"@nuxt/test-utils": "^4.0.3",
"@shopify/hydrogen": "^2026.4.3",
"@shopify/hydrogen": "^2026.4.4",
"@types/bun": "^1.3.14",
"@types/node": "^25.9.3",
"@types/node": "^25.9.4",
"@vitest/coverage-v8": "^4.1.9",
"eslint": "^10.5.0",
"happy-dom": "^20.10.3",
"knip": "^6.16.1",
"happy-dom": "^20.10.6",
"knip": "^6.17.1",
"nuxt": "^4.4.8",
"nuxt-auth-utils": "^0.5.29",
"typescript": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/playground-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"nuxt": "^4.4.8"
},
"devDependencies": {
"@shopify/hydrogen": "^2026.4.3",
"@shopify/hydrogen": "^2026.4.4",
"nuxt-auth-utils": "^0.5.29"
}
}
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@nuxt/image": "^2.0.0",
"@nuxt/ui": "^4.8.2",
"@nuxt/ui": "^4.9.0",
"@nuxtjs/critters": "^0.9.2",
"@nuxtjs/i18n": "^10.4.0",
"@nuxtjs/shopify": "latest",
Expand Down