Skip to content

Commit

Permalink
chore: bump dependencies (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
deini authored Jul 29, 2024
1 parent 6f46f00 commit b11e686
Show file tree
Hide file tree
Showing 6 changed files with 643 additions and 598 deletions.
18 changes: 9 additions & 9 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"content-security-policy-builder": "^2.2.0",
"embla-carousel-react": "8.1.6",
"embla-carousel-react": "8.1.7",
"focus-trap-react": "^10.2.3",
"gql.tada": "^1.8.2",
"gql.tada": "^1.8.3",
"graphql": "^16.9.0",
"lodash.debounce": "^4.0.8",
"lru-cache": "^11.0.0",
"lucide-react": "^0.414.0",
"lucide-react": "^0.417.0",
"next": "14.1.4",
"next-auth": "5.0.0-beta.17",
"next-intl": "^3.15.4",
Expand All @@ -60,7 +60,7 @@
"@0no-co/graphqlsp": "^1.12.12",
"@bigcommerce/eslint-config-catalyst": "workspace:^",
"@faker-js/faker": "^8.4.1",
"@gql.tada/cli-utils": "^1.5.1",
"@gql.tada/cli-utils": "^1.5.2",
"@playwright/test": "^1.45.3",
"@tailwindcss/container-queries": "^0.1.1",
"@types/lodash.debounce": "^4.0.9",
Expand All @@ -73,13 +73,13 @@
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"monocart-coverage-reports": "^2.9.1",
"monocart-reporter": "^2.6.0",
"postcss": "^8.4.39",
"monocart-coverage-reports": "^2.10.0",
"monocart-reporter": "^2.6.2",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.6",
"tailwindcss": "^3.4.7",
"tailwindcss-animate": "1.0.7",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@changesets/cli": "^2.27.7",
"dotenv-cli": "^7.4.2",
"turbo": "^2.0.9",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint": "^8.57.0",
"graphql": "^16.9.0",
"prettier": "^3.3.3",
"tsup": "^8.2.2",
"typescript": "^5.5.3"
"tsup": "^8.2.3",
"typescript": "^5.5.4"
}
}
12 changes: 6 additions & 6 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.3.0",
"@inquirer/prompts": "^5.3.4",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"fs-extra": "^11.2.0",
Expand All @@ -28,14 +28,14 @@
"lodash.merge": "^4.6.2",
"nypm": "^0.3.9",
"ora": "^8.0.1",
"semver": "^7.6.2",
"semver": "^7.6.3",
"zod": "^3.23.8",
"zod-validation-error": "^3.3.0"
},
"devDependencies": {
"@bigcommerce/eslint-config": "^2.9.0",
"@bigcommerce/eslint-config-catalyst": "workspace:^",
"@swc/core": "^1.6.13",
"@swc/core": "^1.7.3",
"@swc/jest": "^0.2.36",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
Expand All @@ -46,9 +46,9 @@
"@types/semver": "^7.5.8",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"msw": "^2.3.1",
"msw": "^2.3.4",
"prettier": "^3.3.3",
"tsup": "^8.2.2",
"typescript": "^5.5.3"
"tsup": "^8.2.3",
"typescript": "^5.5.4"
}
}
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.3"
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit b11e686

Please sign in to comment.