Skip to content

Commit

Permalink
chore(deps): bump the npm-dependencies group with 4 updates (#1425)
Browse files Browse the repository at this point in the history
Bumps the npm-dependencies group with 4 updates: [@upstash/redis](https://github.com/upstash/upstash-redis), [gql.tada](https://github.com/0no-co/gql.tada), [@gql.tada/cli-utils](https://github.com/0no-co/gql.tada/tree/HEAD/packages/cli-utils) and [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js).


Updates `@upstash/redis` from 1.34.1 to 1.34.2
- [Release notes](https://github.com/upstash/upstash-redis/releases)
- [Commits](upstash/redis-js@v1.34.1...v1.34.2)

Updates `gql.tada` from 1.8.9 to 1.8.10
- [Release notes](https://github.com/0no-co/gql.tada/releases)
- [Changelog](https://github.com/0no-co/gql.tada/blob/main/CHANGELOG.md)
- [Commits](https://github.com/0no-co/gql.tada/compare/gql.tada@1.8.9...gql.tada@1.8.10)

Updates `@gql.tada/cli-utils` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/0no-co/gql.tada/releases)
- [Changelog](https://github.com/0no-co/gql.tada/blob/main/packages/cli-utils/CHANGELOG.md)
- [Commits](https://github.com/0no-co/gql.tada/commits/@gql.tada/cli-utils@1.6.3/packages/cli-utils)

Updates `@inquirer/prompts` from 6.0.1 to 7.0.0
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@6.0.1...@inquirer/prompts@7.0.0)

---
updated-dependencies:
- dependency-name: "@upstash/redis"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: gql.tada
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@gql.tada/cli-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@inquirer/prompts"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 3f8bf59 commit 95efca8
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 90 deletions.
6 changes: 3 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@upstash/redis": "^1.34.1",
"@upstash/redis": "^1.34.2",
"@vercel/analytics": "^1.3.1",
"@vercel/kv": "^3.0.0",
"@vercel/speed-insights": "^1.0.12",
Expand All @@ -37,7 +37,7 @@
"content-security-policy-builder": "^2.2.0",
"embla-carousel-react": "8.3.0",
"focus-trap-react": "^10.3.0",
"gql.tada": "^1.8.9",
"gql.tada": "^1.8.10",
"graphql": "^16.9.0",
"lodash.debounce": "^4.0.8",
"lru-cache": "^11.0.1",
Expand All @@ -64,7 +64,7 @@
"@0no-co/graphqlsp": "^1.12.16",
"@bigcommerce/eslint-config-catalyst": "workspace:^",
"@faker-js/faker": "^9.0.3",
"@gql.tada/cli-utils": "^1.6.2",
"@gql.tada/cli-utils": "^1.6.3",
"@next/bundle-analyzer": "^14.2.14",
"@playwright/test": "^1.47.2",
"@tailwindcss/container-queries": "^0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion 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": "^6.0.1",
"@inquirer/prompts": "^7.0.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
Expand Down
Loading

0 comments on commit 95efca8

Please sign in to comment.