Skip to content

Commit

Permalink
chore: bump dependencies (bigcommerce#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
deini authored Jul 2, 2024
1 parent 6e37d0b commit d53954d
Show file tree
Hide file tree
Showing 6 changed files with 485 additions and 520 deletions.
18 changes: 9 additions & 9 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@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-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-form": "^0.1.0",
"@radix-ui/react-label": "^2.1.0",
Expand All @@ -32,21 +32,21 @@
"@vercel/speed-insights": "^1.0.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-react": "8.1.5",
"embla-carousel-react": "8.1.6",
"focus-trap-react": "^10.2.3",
"gql.tada": "^1.8.0",
"graphql": "^16.9.0",
"lodash.debounce": "^4.0.8",
"lru-cache": "^10.2.2",
"lucide-react": "^0.399.0",
"lru-cache": "^10.3.0",
"lucide-react": "^0.400.0",
"next": "14.1.4",
"next-auth": "5.0.0-beta.17",
"next-intl": "^3.15.2",
"next-intl": "^3.15.3",
"react": "^18.3.1",
"react-day-picker": "^8.10.0",
"react-dom": "^18.3.1",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.52.0",
"react-hook-form": "^7.52.1",
"react-hot-toast": "^2.4.1",
"schema-dts": "^1.1.2",
"server-only": "^0.0.1",
Expand All @@ -56,7 +56,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.9",
"@0no-co/graphqlsp": "^1.12.10",
"@bigcommerce/eslint-config-catalyst": "workspace:^",
"@faker-js/faker": "^8.4.1",
"@gql.tada/cli-utils": "^1.4.0",
Expand All @@ -72,11 +72,11 @@
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "1.0.7",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}
6 changes: 3 additions & 3 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.6",
"@changesets/cli": "^2.27.7",
"dotenv-cli": "^7.4.2",
"turbo": "^2.0.5",
"typescript": "^5.5.2"
"turbo": "^2.0.6",
"typescript": "^5.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"graphql": "^16.9.0",
"prettier": "^3.3.2",
"tsup": "^8.1.0",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}
8 changes: 4 additions & 4 deletions packages/create-catalyst/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
},
"dependencies": {
"@commander-js/extra-typings": "^12.1.0",
"@inquirer/prompts": "^5.0.6",
"@inquirer/prompts": "^5.1.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"fs-extra": "^11.2.0",
"giget": "^1.2.3",
"lodash.kebabcase": "^4.1.1",
"lodash.merge": "^4.6.2",
"nypm": "^0.3.8",
"nypm": "^0.3.9",
"ora": "^8.0.1",
"semver": "^7.6.2",
"zod": "^3.23.8",
Expand All @@ -35,7 +35,7 @@
"devDependencies": {
"@bigcommerce/eslint-config": "^2.9.0",
"@bigcommerce/eslint-config-catalyst": "workspace:^",
"@swc/core": "^1.6.5",
"@swc/core": "^1.6.6",
"@swc/jest": "^0.2.36",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
Expand All @@ -49,6 +49,6 @@
"msw": "^2.3.1",
"prettier": "^3.3.2",
"tsup": "^8.1.0",
"typescript": "^5.5.2"
"typescript": "^5.5.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 @@ -21,6 +21,6 @@
},
"devDependencies": {
"eslint": "^8.57.0",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}
Loading

0 comments on commit d53954d

Please sign in to comment.