Skip to content

Commit

Permalink
chore: update all/most deps to latest versions (bigcommerce#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
chanceaclark authored Jun 26, 2024
1 parent 25e3bb2 commit c3cacbf
Show file tree
Hide file tree
Showing 7 changed files with 870 additions and 1,210 deletions.
Original file line number Diff line number Diff line change
@@ -1,27 +1,34 @@
import { graphql } from '~/client/graphql';

export const ShippingInfoFragment = graphql(`
fragment ShippingInfoFragment on Checkout {
entityId
shippingConsignments {
import { ShippingOptionsFragment } from '../shipping-options/fragment';

export const ShippingInfoFragment = graphql(
`
fragment ShippingInfoFragment on Checkout {
entityId
selectedShippingOption {
shippingConsignments {
entityId
}
address {
city
countryCode
stateOrProvince
postalCode
}
}
cart {
lineItems {
physicalItems {
...ShippingOptionsFragment
selectedShippingOption {
entityId
quantity
description
}
address {
city
countryCode
stateOrProvince
postalCode
}
}
cart {
lineItems {
physicalItems {
entityId
quantity
}
}
}
}
}
`);
`,
[ShippingOptionsFragment],
);
40 changes: 20 additions & 20 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
},
"dependencies": {
"@bigcommerce/catalyst-client": "workspace:^",
"@icons-pack/react-simple-icons": "^9.5.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@icons-pack/react-simple-icons": "^9.6.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-form": "^0.1.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tabs": "^1.1.0",
"@upstash/redis": "^1.31.6",
"@vercel/analytics": "^1.3.1",
"@vercel/kv": "^2.0.0",
Expand All @@ -34,14 +34,14 @@
"clsx": "^2.1.1",
"embla-carousel-react": "8.1.5",
"focus-trap-react": "^10.2.3",
"gql.tada": "^1.7.6",
"gql.tada": "^1.8.0",
"graphql": "^16.9.0",
"lodash.debounce": "^4.0.8",
"lru-cache": "^10.2.2",
"lucide-react": "^0.394.0",
"lucide-react": "^0.397.0",
"next": "14.1.4",
"next-auth": "5.0.0-beta.17",
"next-intl": "^3.13.0",
"next-intl": "^3.15.2",
"react": "^18.3.1",
"react-day-picker": "^8.10.0",
"react-dom": "^18.3.1",
Expand All @@ -56,22 +56,22 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.8",
"@0no-co/graphqlsp": "^1.12.9",
"@bigcommerce/eslint-config-catalyst": "workspace:^",
"@faker-js/faker": "^8.4.1",
"@gql.tada/cli-utils": "^1.3.10",
"@playwright/test": "^1.44.1",
"@gql.tada/cli-utils": "^1.4.0",
"@playwright/test": "^1.45.0",
"@tailwindcss/container-queries": "^0.1.1",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.14.2",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-google-recaptcha": "^2.1.9",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-next": "14.2.4",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.5",
"@changesets/cli": "^2.27.6",
"dotenv-cli": "^7.4.2",
"turbo": "^2.0.4",
"turbo": "^2.0.5",
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@bigcommerce/eslint-config": "^2.9.0",
"@bigcommerce/eslint-config-catalyst": "workspace:^",
"@types/node": "^20.14.2",
"@types/node": "^20.14.9",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"graphql": "^16.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-catalyst/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@commander-js/extra-typings": "^12.1.0",
"@inquirer/prompts": "^5.0.5",
"@inquirer/prompts": "^5.0.6",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"fs-extra": "^11.2.0",
Expand All @@ -41,7 +41,7 @@
"@types/jest": "^29.5.12",
"@types/lodash.kebabcase": "^4.1.9",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^20.14.2",
"@types/node": "^20.14.9",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-catalyst/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"dependencies": {
"@bigcommerce/eslint-config": "^2.9.0",
"@next/eslint-plugin-next": "^14.2.2",
"@next/eslint-plugin-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-check-file": "^2.8.0",
"eslint-plugin-prettier": "^5.1.3"
Expand Down
Loading

0 comments on commit c3cacbf

Please sign in to comment.