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
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: pnpm/action-setup@v6.0.10
- uses: actions/setup-node@v7.0.0
with:
node-version: 24.19.0
node-version: 24.20.0
cache: pnpm

- name: Install dependencies
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: pnpm/action-setup@v6.0.10
- uses: actions/setup-node@v7.0.0
with:
node-version: 24.19.0
node-version: 24.20.0
cache: pnpm

- name: Setup Pages
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: danielroe/uppt/pr@7bcfb5397c37202ef882363f755423130419d28a # v0.5.5
- uses: danielroe/uppt/pr@09882a5a0a1a20a0e802613a77ad59fcb1c1611c # v0.6.9
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -40,7 +40,7 @@ jobs:
contents: write
actions: write
steps:
- uses: danielroe/uppt/release@7bcfb5397c37202ef882363f755423130419d28a # v0.5.5
- uses: danielroe/uppt/release@09882a5a0a1a20a0e802613a77ad59fcb1c1611c # v0.6.9
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -55,7 +55,7 @@ jobs:
files: ${{ steps.pack.outputs.files }}
steps:
- id: pack
uses: danielroe/uppt/pack@7bcfb5397c37202ef882363f755423130419d28a # v0.5.5
uses: danielroe/uppt/pack@09882a5a0a1a20a0e802613a77ad59fcb1c1611c # v0.6.9

publish:
if: |
Expand All @@ -71,7 +71,7 @@ jobs:
id-token: write
environment: npm
steps:
- uses: danielroe/uppt/publish@7bcfb5397c37202ef882363f755423130419d28a # v0.5.5
- uses: danielroe/uppt/publish@09882a5a0a1a20a0e802613a77ad59fcb1c1611c # v0.6.9
with:
files: ${{ needs.pack.outputs.files }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: pnpm/action-setup@v6.0.10
- uses: actions/setup-node@v7.0.0
with:
node-version: 24.19.0
node-version: 24.20.0
cache: pnpm

- name: Install dependencies
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: pnpm/action-setup@v6.0.10
- uses: actions/setup-node@v7.0.0
with:
node-version: 24.19.0
node-version: 24.20.0
cache: pnpm

- name: Install dependencies
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- uses: pnpm/action-setup@v6.0.10
- uses: actions/setup-node@v7.0.0
with:
node-version: 24.19.0
node-version: 24.20.0
cache: pnpm

- name: Install Vercel CLI
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: pnpm/action-setup@v6.0.10
- uses: actions/setup-node@v7.0.0
with:
node-version: 24.19.0
node-version: 24.20.0
cache: pnpm

- name: Install dependencies
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: pnpm/action-setup@v6.0.10
- uses: actions/setup-node@v7.0.0
with:
node-version: 24.19.0
node-version: 24.20.0
cache: pnpm

- name: Install dependencies
Expand All @@ -69,7 +69,7 @@ jobs:
- uses: pnpm/action-setup@v6.0.10
- uses: actions/setup-node@v7.0.0
with:
node-version: 24.19.0
node-version: 24.20.0
cache: pnpm

- name: Install dependencies
Expand All @@ -87,7 +87,7 @@ jobs:
- uses: pnpm/action-setup@v6.0.10
- uses: actions/setup-node@v7.0.0
with:
node-version: 24.19.0
node-version: 24.20.0
cache: pnpm

- name: Install dependencies
Expand All @@ -106,7 +106,7 @@ jobs:
- uses: pnpm/action-setup@v6.0.10
- uses: actions/setup-node@v7.0.0
with:
node-version: 24.19.0
node-version: 24.20.0
cache: pnpm

- name: Install dependencies
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@nuxt/content": "^3.15.2",
"@nuxt/icon": "^2.5.0",
"@nuxt/content": "^3.16.0",
"@nuxt/icon": "^2.5.1",
"@nuxt/kit": "^4.5.2",
"@nuxt/ui": "^4.10.0",
"@nuxt/ui": "^4.11.0",
"@nuxtjs/critters": "^0.9.2",
"@vueuse/core": "^14.4.0",
"better-sqlite3": "^13.0.3",
"docus": "^5.12.3",
"motion-v": "^2.4.0",
"nuxt": "^4.5.2",
"reka-ui": "^2.10.3",
"reka-ui": "^2.10.4",
"tailwindcss": "^4.3.3",
"vaul-vue": "^0.4.1",
"zod": "^4.4.3"
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"type": "module",
"description": "Easily integrate Shopify with Nuxt 3 and 4 🚀",
"packageManager": "pnpm@11.22.0",
"packageManager": "pnpm@11.24.0",
"workspaces": [
"playgrounds/*",
"template",
Expand Down Expand Up @@ -87,13 +87,13 @@
"qa:all": "dotenv -e .env -- pnpm run lint && dotenv -e .env -- pnpm run typecheck:all && dotenv -e .env -- pnpm run test"
},
"dependencies": {
"@graphql-codegen/cli": "^7.2.0",
"@graphql-codegen/cli": "^7.3.1",
"@graphql-codegen/import-types-preset": "^4.0.1",
"@graphql-codegen/introspection": "^6.1.0",
"@graphql-codegen/plugin-helpers": "^7.1.0",
"@graphql-codegen/plugin-helpers": "^7.2.1",
"@graphql-codegen/typescript": "^6.1.0",
"@graphql-tools/code-file-loader": "^8.1.34",
"@graphql-yoga/render-graphiql": "^5.21.3",
"@graphql-tools/code-file-loader": "^8.1.37",
"@graphql-yoga/render-graphiql": "^5.22.0",
"@nuxt/kit": "^4.5.2",
"@shopify/api-codegen-preset": "^3.0.0",
"@shopify/graphql-client": "^2.0.0",
Expand All @@ -119,26 +119,26 @@
"@nuxt/eslint-config": "^1.17.0",
"@nuxt/module-builder": "^1.0.3",
"@nuxt/schema": "^4.5.2",
"@nuxt/test-utils": "^4.1.0",
"@nuxt/test-utils": "^4.2.0",
"@shopify/hydrogen": "^2026.4.5",
"@shopify/hydrogen-react": "^2026.4.3",
"@types/node": "^25.9.5",
"@vitest/coverage-v8": "^4.1.10",
"@vitest/coverage-v8": "^4.1.11",
"dotenv-cli": "^8.0.0",
"eslint": "^10.8.1",
"happy-dom": "^20.11.2",
"knip": "^6.32.2",
"eslint": "^10.9.1",
"happy-dom": "^20.11.12",
"knip": "^6.32.3",
"nuxt": "^4.5.2",
"typescript": "^6.0.3",
"unbuild": "^3.6.1",
"vite": "^8.2.1",
"vitest": "^4.1.10",
"vue-tsc": "^3.3.10"
"vite": "^8.2.2",
"vitest": "^4.1.11",
"vue-tsc": "^3.3.11"
},
"peerDependencies": {
"@shopify/hydrogen": "*",
"@shopify/hydrogen-react": "*",
"vue": "^3.5.41"
"vue": "^3.5.42"
},
"peerDependenciesMeta": {
"@shopify/hydrogen": {
Expand Down
Loading