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
1,722 changes: 497 additions & 1,225 deletions bun.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"preview": "nuxt preview --extends docus"
},
"dependencies": {
"@nuxt/kit": "^4.4.4",
"@nuxt/kit": "^4.4.5",
"@nuxt/ui": "^4.7.1",
"@nuxtjs/critters": "^0.9.0",
"@nuxtjs/shopify": "latest",
"better-sqlite3": "^12.9.0",
"docus": "^5.10.0",
"better-sqlite3": "^12.10.0",
"docus": "^5.11.0",
"motion-v": "^2.2.1",
"nuxt": "^4.4.4",
"reka-ui": "^2.9.6",
"tailwindcss": "^4.2.4",
"nuxt": "^4.4.5",
"reka-ui": "^2.9.7",
"tailwindcss": "^4.3.0",
"vaul-vue": "^0.4.1",
"zod": "^4.4.2"
"zod": "^4.4.3"
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@graphql-codegen/introspection": "^6.0.0",
"@graphql-codegen/plugin-helpers": "^6.3.0",
"@graphql-codegen/typescript": "^5.0.10",
"@nuxt/kit": "^4.4.4",
"@nuxt/kit": "^4.4.5",
"@shopify/api-codegen-preset": "^2.0.0",
"@shopify/graphql-client": "^1.4.2",
"@shopify/graphql-codegen": "^0.1.0",
Expand All @@ -100,36 +100,36 @@
"defu": "^6.1.7",
"giget": "^3.2.0",
"h3": "^1.15.11",
"lru-cache": "^11.3.5",
"lru-cache": "^11.3.6",
"minimatch": "^10.2.5",
"nitropack": "^2.13.4",
"ohash": "^2.0.11",
"scule": "^1.3.0",
"ufo": "^1.6.4",
"unstorage": "^1.17.5",
"vue": "^3.5.33",
"zod": "^4.4.2"
"vue": "^3.5.34",
"zod": "^4.4.3"
},
"devDependencies": {
"@graphql-tools/graphql-tag-pluck": "^8.3.31",
"@nuxt/eslint-config": "^1.15.2",
"@nuxt/module-builder": "^1.0.2",
"@nuxt/schema": "^4.4.4",
"@nuxt/schema": "^4.4.5",
"@nuxt/test-utils": "^4.0.3",
"@shopify/hydrogen": "^2026.4.2",
"@types/bun": "^1.3.13",
"@types/node": "^25.6.0",
"@vitest/coverage-v8": "^4.1.5",
"eslint": "^10.3.0",
"@types/bun": "^1.3.14",
"@types/node": "^25.8.0",
"@vitest/coverage-v8": "^4.1.6",
"eslint": "^10.4.0",
"happy-dom": "^20.9.0",
"knip": "^6.11.0",
"nuxt": "^4.4.4",
"knip": "^6.14.1",
"nuxt": "^4.4.5",
"nuxt-auth-utils": "^0.5.29",
"typescript": "^6.0.3",
"unbuild": "^3.6.1",
"vite": "^8.0.10",
"vitest": "^4.1.5",
"vue-tsc": "^3.2.7"
"vite": "^8.0.13",
"vitest": "^4.1.6",
"vue-tsc": "^3.2.9"
},
"peerDependencies": {
"@shopify/hydrogen": "*",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/playground-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"typecheck": "nuxt typecheck"
},
"dependencies": {
"nuxt": "^3.21.4"
"nuxt": "^3.21.5"
}
}
2 changes: 1 addition & 1 deletion playgrounds/playground-v4-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"typecheck": "nuxt typecheck"
},
"dependencies": {
"nuxt": "^4.4.4"
"nuxt": "^4.4.5"
}
}
2 changes: 1 addition & 1 deletion playgrounds/playground-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typecheck": "nuxt typecheck"
},
"dependencies": {
"nuxt": "^4.4.4"
"nuxt": "^4.4.5"
},
"devDependencies": {
"@shopify/hydrogen": "^2026.4.2",
Expand Down
8 changes: 4 additions & 4 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"@nuxtjs/i18n": "^10.3.0",
"@nuxtjs/shopify": "latest",
"@tailwindcss/typography": "^0.5.19",
"nuxt": "^4.4.4",
"nuxt": "^4.4.5",
"nuxt-auth-utils": "^0.5.29",
"zod": "^4.4.2"
"zod": "^4.4.3"
},
"devDependencies": {
"@nuxt/eslint-config": "^1.15.2",
"eslint": "^10.3.0",
"eslint": "^10.4.0",
"typescript": "^6.0.3",
"vue-tsc": "^3.2.7"
"vue-tsc": "^3.2.9"
}
}