Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Saving progress (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
frehner committed Dec 2, 2022
1 parent e0b154a commit 6fa0f49
Show file tree
Hide file tree
Showing 6 changed files with 464 additions and 233 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
Releases:
runs-on: shopify-ubuntu-latest
runs-on: ubuntu-latest
if: github.repository_owner == 'shopify'
name: Releases and PR for changesets
outputs:
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@shopify:registry=https://registry.npmjs.com
14 changes: 7 additions & 7 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"dependencies": {
"@shopify/hydrogen-react": "*",
"graphql-request": "^5.0.0",
"next": "13.0.3",
"next": "13.0.6",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@graphql-codegen/cli": "2.13.12",
"@graphql-codegen/client-preset": "1.1.4",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@graphql-codegen/cli": "2.15.0",
"@graphql-codegen/client-preset": "1.2.1",
"@types/node": "18.11.10",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"eslint": "8.28.0",
"eslint-config-next": "13.0.6",
"typescript": "4.9.3"
}
}
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,18 @@
"@shopify/prettier-config": "^1.1.2",
"alex": "^11.0.0",
"cpy-cli": "^4.2.0",
"eslint": "^8.27.0",
"eslint-plugin-hydrogen": "^0.12.1",
"eslint": "^8.28.0",
"eslint-plugin-hydrogen": "^0.12.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.5",
"eslint-plugin-jest": "^27.1.6",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-tsdoc": "^0.2.14",
"jsonlint": "^1.6.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"prettier": "^2.8.0",
"turbo": "^1.6.3"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,16 @@
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@graphql-codegen/add": "^3.2.1",
"@graphql-codegen/cli": "^2.13.12",
"@graphql-codegen/cli": "^2.15.0",
"@graphql-codegen/introspection": "2.2.1",
"@graphql-codegen/typescript": "^2.8.2",
"@graphql-codegen/typescript": "^2.8.3",
"@ladle/react": "^2.4.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.3",
"@vitejs/plugin-react": "^2.2.0",
"@vitest/coverage-c8": "^0.25.2",
"@vitest/coverage-c8": "^0.25.3",
"c8": "^7.12.0",
"happy-dom": "7.7.0",
"react": "^18.0.0",
Expand All @@ -130,7 +130,7 @@
"@xstate/fsm": "^2.0.0",
"@xstate/react": "^3.0.1",
"graphql": "^16.6.0",
"type-fest": "^3.2.0",
"type-fest": "^3.3.0",
"worktop": "^0.7.3"
},
"repository": {
Expand Down
Loading

0 comments on commit 6fa0f49

Please sign in to comment.