Skip to content

Commit

Permalink
Try and set version constraint of peer dependencies ^7 instead of pee…
Browse files Browse the repository at this point in the history
…r dependency
  • Loading branch information
paales committed Nov 17, 2023
1 parent a2dc8be commit c7f0fe4
Show file tree
Hide file tree
Showing 63 changed files with 519 additions and 519 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "7.1.0-canary.41",
"sideEffects": true,
"peerDependencies": {
"@graphcommerce/prettier-config-pwa": "*"
"@graphcommerce/prettier-config-pwa": "^7"
},
"prettier": "@graphcommerce/prettier-config-pwa"
}
16 changes: 8 additions & 8 deletions packages/address-fields-nl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
}
},
"peerDependencies": {
"@graphcommerce/ecommerce-ui": "*",
"@graphcommerce/eslint-config-pwa": "*",
"@graphcommerce/graphql": "*",
"@graphcommerce/magento-customer": "*",
"@graphcommerce/magento-store": "*",
"@graphcommerce/next-ui": "*",
"@graphcommerce/prettier-config-pwa": "*",
"@graphcommerce/typescript-config-pwa": "*",
"@graphcommerce/ecommerce-ui": "^7",
"@graphcommerce/eslint-config-pwa": "^7",
"@graphcommerce/graphql": "^7",
"@graphcommerce/magento-customer": "^7",
"@graphcommerce/magento-store": "^7",
"@graphcommerce/next-ui": "^7",
"@graphcommerce/prettier-config-pwa": "^7",
"@graphcommerce/typescript-config-pwa": "^7",
"@lingui/core": "^4.2.1",
"@lingui/macro": "^4.2.1",
"@lingui/react": "^4.2.1",
Expand Down
20 changes: 10 additions & 10 deletions packages/algolia-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"react-instantsearch-hooks-web": "^6.47.3"
},
"peerDependencies": {
"@graphcommerce/ecommerce-ui": "*",
"@graphcommerce/eslint-config-pwa": "*",
"@graphcommerce/graphql": "*",
"@graphcommerce/graphql-mesh": "*",
"@graphcommerce/magento-product": "*",
"@graphcommerce/magento-search": "*",
"@graphcommerce/magento-store": "*",
"@graphcommerce/ecommerce-ui": "^7",
"@graphcommerce/eslint-config-pwa": "^7",
"@graphcommerce/graphql": "^7",
"@graphcommerce/graphql-mesh": "^7",
"@graphcommerce/magento-product": "^7",
"@graphcommerce/magento-search": "^7",
"@graphcommerce/magento-store": "^7",
"@graphcommerce/next-config": "^*",
"@graphcommerce/next-ui": "*",
"@graphcommerce/prettier-config-pwa": "*",
"@graphcommerce/typescript-config-pwa": "*",
"@graphcommerce/next-ui": "^7",
"@graphcommerce/prettier-config-pwa": "^7",
"@graphcommerce/typescript-config-pwa": "^7",
"@lingui/core": "^4.2.1",
"@lingui/macro": "^4.2.1",
"@lingui/react": "^4.2.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"tslib": "^2.6.2"
},
"peerDependencies": {
"@graphcommerce/eslint-config-pwa": "*",
"@graphcommerce/hygraph-cli": "*",
"@graphcommerce/next-config": "*",
"@graphcommerce/prettier-config-pwa": "*",
"@graphcommerce/typescript-config-pwa": "*",
"@graphcommerce/eslint-config-pwa": "^7",
"@graphcommerce/hygraph-cli": "^7",
"@graphcommerce/next-config": "^7",
"@graphcommerce/prettier-config-pwa": "^7",
"@graphcommerce/typescript-config-pwa": "^7",
"graphql": "^16.7.1",
"react": "^18.2.0",
"typescript": "5.2.2"
Expand Down
16 changes: 8 additions & 8 deletions packages/demo-magento-graphcommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
}
},
"peerDependencies": {
"@graphcommerce/eslint-config-pwa": "*",
"@graphcommerce/framer-scroller": "*",
"@graphcommerce/magento-product": "*",
"@graphcommerce/magento-product-configurable": "*",
"@graphcommerce/magento-recently-viewed-products": "*",
"@graphcommerce/next-ui": "*",
"@graphcommerce/prettier-config-pwa": "*",
"@graphcommerce/typescript-config-pwa": "*",
"@graphcommerce/eslint-config-pwa": "^7",
"@graphcommerce/framer-scroller": "^7",
"@graphcommerce/magento-product": "^7",
"@graphcommerce/magento-product-configurable": "^7",
"@graphcommerce/magento-recently-viewed-products": "^7",
"@graphcommerce/next-ui": "^7",
"@graphcommerce/prettier-config-pwa": "^7",
"@graphcommerce/typescript-config-pwa": "^7",
"@mui/material": "^5.10.16",
"framer-motion": "^10.0.0",
"next": "^14",
Expand Down
12 changes: 6 additions & 6 deletions packages/ecommerce-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
}
},
"peerDependencies": {
"@graphcommerce/eslint-config-pwa": "*",
"@graphcommerce/graphql": "*",
"@graphcommerce/next-ui": "*",
"@graphcommerce/prettier-config-pwa": "*",
"@graphcommerce/react-hook-form": "*",
"@graphcommerce/typescript-config-pwa": "*",
"@graphcommerce/eslint-config-pwa": "^7",
"@graphcommerce/graphql": "^7",
"@graphcommerce/next-ui": "^7",
"@graphcommerce/prettier-config-pwa": "^7",
"@graphcommerce/react-hook-form": "^7",
"@graphcommerce/typescript-config-pwa": "^7",
"@lingui/core": "^4.2.1",
"@lingui/macro": "^4.2.1",
"@lingui/react": "^4.2.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/framer-next-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
}
},
"peerDependencies": {
"@graphcommerce/eslint-config-pwa": "*",
"@graphcommerce/framer-utils": "*",
"@graphcommerce/prettier-config-pwa": "*",
"@graphcommerce/typescript-config-pwa": "*",
"@graphcommerce/eslint-config-pwa": "^7",
"@graphcommerce/framer-utils": "^7",
"@graphcommerce/prettier-config-pwa": "^7",
"@graphcommerce/typescript-config-pwa": "^7",
"framer-motion": "^10.0.0",
"next": "^14",
"react": "^18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/framer-scroller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"popmotion": "11.0.5"
},
"peerDependencies": {
"@graphcommerce/eslint-config-pwa": "*",
"@graphcommerce/framer-utils": "*",
"@graphcommerce/image": "*",
"@graphcommerce/prettier-config-pwa": "*",
"@graphcommerce/typescript-config-pwa": "*",
"@graphcommerce/eslint-config-pwa": "^7",
"@graphcommerce/framer-utils": "^7",
"@graphcommerce/image": "^7",
"@graphcommerce/prettier-config-pwa": "^7",
"@graphcommerce/typescript-config-pwa": "^7",
"@lingui/core": "^4.2.1",
"@lingui/react": "^4.2.1",
"@mui/material": "^5.10.16",
Expand Down
6 changes: 3 additions & 3 deletions packages/framer-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
}
},
"peerDependencies": {
"@graphcommerce/eslint-config-pwa": "*",
"@graphcommerce/prettier-config-pwa": "*",
"@graphcommerce/typescript-config-pwa": "*",
"@graphcommerce/eslint-config-pwa": "^7",
"@graphcommerce/prettier-config-pwa": "^7",
"@graphcommerce/typescript-config-pwa": "^7",
"framer-motion": "^10.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
20 changes: 10 additions & 10 deletions packages/googleanalytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"@types/gtag.js": "^0.0.18"
},
"peerDependencies": {
"@graphcommerce/eslint-config-pwa": "*",
"@graphcommerce/graphql-mesh": "*",
"@graphcommerce/magento-cart": "*",
"@graphcommerce/magento-cart-payment-method": "*",
"@graphcommerce/magento-cart-shipping-method": "*",
"@graphcommerce/magento-product": "*",
"@graphcommerce/next-config": "*",
"@graphcommerce/next-ui": "*",
"@graphcommerce/prettier-config-pwa": "*",
"@graphcommerce/typescript-config-pwa": "*",
"@graphcommerce/eslint-config-pwa": "^7",
"@graphcommerce/graphql-mesh": "^7",
"@graphcommerce/magento-cart": "^7",
"@graphcommerce/magento-cart-payment-method": "^7",
"@graphcommerce/magento-cart-shipping-method": "^7",
"@graphcommerce/magento-product": "^7",
"@graphcommerce/next-config": "^7",
"@graphcommerce/next-ui": "^7",
"@graphcommerce/prettier-config-pwa": "^7",
"@graphcommerce/typescript-config-pwa": "^7",
"@mui/material": "^5.10.16",
"next": "^14",
"react": "^18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/googlerecaptcha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"@types/grecaptcha": "^3.0.7"
},
"peerDependencies": {
"@graphcommerce/eslint-config-pwa": "*",
"@graphcommerce/graphql": "*",
"@graphcommerce/next-ui": "*",
"@graphcommerce/prettier-config-pwa": "*",
"@graphcommerce/typescript-config-pwa": "*",
"@graphcommerce/eslint-config-pwa": "^7",
"@graphcommerce/graphql": "^7",
"@graphcommerce/next-ui": "^7",
"@graphcommerce/prettier-config-pwa": "^7",
"@graphcommerce/typescript-config-pwa": "^7",
"@mui/material": "^5.10.16",
"next": "^14",
"react": "^18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/googletagmanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"@types/gapi.client.tagmanager": "^2.0.4"
},
"peerDependencies": {
"@graphcommerce/eslint-config-pwa": "*",
"@graphcommerce/magento-product": "*",
"@graphcommerce/next-ui": "*",
"@graphcommerce/prettier-config-pwa": "*",
"@graphcommerce/typescript-config-pwa": "*",
"@graphcommerce/eslint-config-pwa": "^7",
"@graphcommerce/magento-product": "^7",
"@graphcommerce/next-ui": "^7",
"@graphcommerce/prettier-config-pwa": "^7",
"@graphcommerce/typescript-config-pwa": "^7",
"next": "^14",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-mesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"peerDependencies": {
"@apollo/client": "^3",
"@graphcommerce/eslint-config-pwa": "*",
"@graphcommerce/prettier-config-pwa": "*",
"@graphcommerce/typescript-config-pwa": "*",
"@graphcommerce/eslint-config-pwa": "^7",
"@graphcommerce/prettier-config-pwa": "^7",
"@graphcommerce/typescript-config-pwa": "^7",
"graphql": "^16.7.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
},
"peerDependencies": {
"@apollo/client": "^3",
"@graphcommerce/eslint-config-pwa": "*",
"@graphcommerce/prettier-config-pwa": "*",
"@graphcommerce/typescript-config-pwa": "*",
"@graphcommerce/eslint-config-pwa": "^7",
"@graphcommerce/prettier-config-pwa": "^7",
"@graphcommerce/typescript-config-pwa": "^7",
"graphql": "^16.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/hygraph-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
},
"peerDependencies": {
"@apollo/client": "^3",
"@graphcommerce/eslint-config-pwa": "*",
"@graphcommerce/next-config": "*",
"@graphcommerce/prettier-config-pwa": "*",
"@graphcommerce/typescript-config-pwa": "*",
"@graphcommerce/eslint-config-pwa": "^7",
"@graphcommerce/next-config": "^7",
"@graphcommerce/prettier-config-pwa": "^7",
"@graphcommerce/typescript-config-pwa": "^7",
"dotenv": "^16.1.4",
"graphql": "^16.7.1"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/hygraph-dynamic-rows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
}
},
"peerDependencies": {
"@graphcommerce/eslint-config-pwa": "*",
"@graphcommerce/graphcms-ui": "*",
"@graphcommerce/graphql": "*",
"@graphcommerce/image": "*",
"@graphcommerce/next-ui": "*",
"@graphcommerce/prettier-config-pwa": "*",
"@graphcommerce/typescript-config-pwa": "*",
"@graphcommerce/eslint-config-pwa": "^7",
"@graphcommerce/graphcms-ui": "^7",
"@graphcommerce/graphql": "^7",
"@graphcommerce/image": "^7",
"@graphcommerce/next-ui": "^7",
"@graphcommerce/prettier-config-pwa": "^7",
"@graphcommerce/typescript-config-pwa": "^7",
"@mui/material": "^5.10.16",
"next": "^14",
"react": "^18.2.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/hygraph-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
}
},
"peerDependencies": {
"@graphcommerce/eslint-config-pwa": "*",
"@graphcommerce/graphql": "*",
"@graphcommerce/image": "*",
"@graphcommerce/next-ui": "*",
"@graphcommerce/prettier-config-pwa": "*",
"@graphcommerce/typescript-config-pwa": "*",
"@graphcommerce/eslint-config-pwa": "^7",
"@graphcommerce/graphql": "^7",
"@graphcommerce/image": "^7",
"@graphcommerce/next-ui": "^7",
"@graphcommerce/prettier-config-pwa": "^7",
"@graphcommerce/typescript-config-pwa": "^7",
"@mui/material": "^5.10.16",
"next": "^14",
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
}
},
"peerDependencies": {
"@graphcommerce/eslint-config-pwa": "*",
"@graphcommerce/framer-utils": "*",
"@graphcommerce/prettier-config-pwa": "*",
"@graphcommerce/typescript-config-pwa": "*",
"@graphcommerce/eslint-config-pwa": "^7",
"@graphcommerce/framer-utils": "^7",
"@graphcommerce/prettier-config-pwa": "^7",
"@graphcommerce/typescript-config-pwa": "^7",
"@mui/material": "^5.10.16",
"next": "^14",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/lighthouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
}
},
"peerDependencies": {
"@graphcommerce/eslint-config-pwa": "*",
"@graphcommerce/prettier-config-pwa": "*",
"@graphcommerce/typescript-config-pwa": "*",
"@graphcommerce/eslint-config-pwa": "^7",
"@graphcommerce/prettier-config-pwa": "^7",
"@graphcommerce/typescript-config-pwa": "^7",
"next": "^14"
}
}
10 changes: 5 additions & 5 deletions packages/lingui-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@lingui/conf": "^4.5.0"
},
"peerDependencies": {
"@graphcommerce/eslint-config-pwa": "*",
"@graphcommerce/next-config": "*",
"@graphcommerce/next-ui": "*",
"@graphcommerce/prettier-config-pwa": "*",
"@graphcommerce/typescript-config-pwa": "*",
"@graphcommerce/eslint-config-pwa": "^7",
"@graphcommerce/next-config": "^7",
"@graphcommerce/next-ui": "^7",
"@graphcommerce/prettier-config-pwa": "^7",
"@graphcommerce/typescript-config-pwa": "^7",
"@lingui/core": "^4.2.1",
"@lingui/macro": "^4.2.1",
"@lingui/react": "^4.2.1",
Expand Down
22 changes: 11 additions & 11 deletions packages/magento-cart-billing-address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
}
},
"peerDependencies": {
"@graphcommerce/eslint-config-pwa": "*",
"@graphcommerce/framer-next-pages": "*",
"@graphcommerce/graphql": "*",
"@graphcommerce/image": "*",
"@graphcommerce/magento-cart": "*",
"@graphcommerce/magento-customer": "*",
"@graphcommerce/magento-store": "*",
"@graphcommerce/next-ui": "*",
"@graphcommerce/prettier-config-pwa": "*",
"@graphcommerce/react-hook-form": "*",
"@graphcommerce/typescript-config-pwa": "*",
"@graphcommerce/eslint-config-pwa": "^7",
"@graphcommerce/framer-next-pages": "^7",
"@graphcommerce/graphql": "^7",
"@graphcommerce/image": "^7",
"@graphcommerce/magento-cart": "^7",
"@graphcommerce/magento-customer": "^7",
"@graphcommerce/magento-store": "^7",
"@graphcommerce/next-ui": "^7",
"@graphcommerce/prettier-config-pwa": "^7",
"@graphcommerce/react-hook-form": "^7",
"@graphcommerce/typescript-config-pwa": "^7",
"@lingui/core": "^4.2.1",
"@lingui/macro": "^4.2.1",
"@lingui/react": "^4.2.1",
Expand Down
Loading

0 comments on commit c7f0fe4

Please sign in to comment.