Skip to content

Commit

Permalink
chore(deps): update dependencies and exclude react (bigcommerce#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
chanceaclark authored Nov 12, 2024
1 parent 58d9e7c commit a62eb2a
Show file tree
Hide file tree
Showing 7 changed files with 1,445 additions and 1,028 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ updates:
update-types: ['version-update:semver-major']
- dependency-name: 'react-day-picker'
update-types: ['version-update:semver-major']
# We are using the latest pre-releases for react and react-dom.
- dependency-name: 'react'
- dependency-name: 'react-dom'
34 changes: 17 additions & 17 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@bigcommerce/catalyst-client": "workspace:^",
"@icons-pack/react-simple-icons": "^10.0.0",
"@icons-pack/react-simple-icons": "^10.1.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.2",
Expand All @@ -29,44 +29,44 @@
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@upstash/redis": "^1.34.3",
"@vercel/analytics": "^1.3.1",
"@vercel/analytics": "^1.4.0",
"@vercel/kv": "^3.0.0",
"@vercel/speed-insights": "^1.0.12",
"@vercel/speed-insights": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"content-security-policy-builder": "^2.2.0",
"embla-carousel-react": "8.3.0",
"focus-trap-react": "^10.3.0",
"embla-carousel-react": "8.3.1",
"focus-trap-react": "^10.3.1",
"gql.tada": "^1.8.10",
"graphql": "^16.9.0",
"lodash.debounce": "^4.0.8",
"lru-cache": "^11.0.1",
"lucide-react": "^0.452.0",
"lru-cache": "^11.0.2",
"lucide-react": "^0.456.0",
"next": "15.0.3",
"next-auth": "5.0.0-beta.24",
"next-intl": "^3.23.2",
"next-intl": "^3.25.0",
"react": "19.0.0-rc-5c56b873-20241107",
"react-day-picker": "^8.10.0",
"react-dom": "19.0.0-rc-5c56b873-20241107",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.53.0",
"react-hook-form": "^7.53.2",
"react-hot-toast": "^2.4.1",
"schema-dts": "^1.1.2",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.4",
"tailwindcss-radix": "^3.0.5",
"uuid": "^10.0.0",
"webpack": "^5.95.0",
"uuid": "^11.0.3",
"webpack": "^5.96.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.16",
"@bigcommerce/eslint-config-catalyst": "workspace:^",
"@faker-js/faker": "^9.0.3",
"@faker-js/faker": "^9.2.0",
"@gql.tada/cli-utils": "^1.6.3",
"@next/bundle-analyzer": "15.0.0",
"@playwright/test": "^1.48.0",
"@next/bundle-analyzer": "15.0.3",
"@playwright/test": "^1.48.2",
"@tailwindcss/container-queries": "^0.1.1",
"@types/gtag.js": "^0.0.20",
"@types/lodash.debounce": "^4.0.9",
Expand All @@ -79,11 +79,11 @@
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.0",
"postcss": "^8.4.47",
"eslint-config-next": "15.0.3",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "1.0.7",
"typescript": "^5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"dotenv-cli": "^7.4.2",
"turbo": "^2.1.3",
"turbo": "^2.2.3",
"typescript": "^5.6.3"
},
"pnpm": {
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"dist"
],
"dependencies": {
"@0no-co/graphql.web": "^1.0.8",
"std-env": "^3.7.0"
"@0no-co/graphql.web": "^1.0.11",
"std-env": "^3.8.0"
},
"devDependencies": {
"@bigcommerce/eslint-config": "^2.9.1",
Expand All @@ -26,7 +26,7 @@
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"tsup": "^8.3.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
}
}
16 changes: 8 additions & 8 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": "^7.0.0",
"@inquirer/prompts": "^7.1.0",
"@segment/analytics-node": "^2.2.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
Expand All @@ -29,28 +29,28 @@
"giget": "^1.2.3",
"lodash.kebabcase": "^4.1.1",
"nypm": "^0.3.12",
"ora": "^8.1.0",
"ora": "^8.1.1",
"semver": "^7.6.3",
"std-env": "^3.7.0",
"std-env": "^3.8.0",
"zod": "^3.23.8",
"zod-validation-error": "^3.4.0"
},
"devDependencies": {
"@bigcommerce/eslint-config": "^2.9.1",
"@bigcommerce/eslint-config-catalyst": "workspace:^",
"@swc/core": "^1.7.35",
"@swc/jest": "^0.2.36",
"@swc/core": "^1.9.2",
"@swc/jest": "^0.2.37",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^20.16.11",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"msw": "^2.4.11",
"msw": "^2.6.4",
"prettier": "^3.3.3",
"tsup": "^8.3.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
}
}
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.1",
"@next/eslint-plugin-next": "^14.2.15",
"@next/eslint-plugin-next": "^15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-check-file": "^2.8.0",
"eslint-plugin-prettier": "^5.2.1"
Expand Down
Loading

0 comments on commit a62eb2a

Please sign in to comment.