Skip to content

Commit

Permalink
chore: update dependencies (bigcommerce#993)
Browse files Browse the repository at this point in the history
* chore: update deps to latest

* chore: update turbo to latest
  • Loading branch information
chanceaclark authored Jun 10, 2024
1 parent 01afa82 commit c5a22b0
Show file tree
Hide file tree
Showing 6 changed files with 1,254 additions and 1,367 deletions.
10 changes: 5 additions & 5 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,25 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.5",
"@0no-co/graphqlsp": "^1.12.7",
"@bigcommerce/eslint-config-catalyst": "workspace:^",
"@faker-js/faker": "^8.4.1",
"@gql.tada/cli-utils": "^1.3.9",
"@playwright/test": "^1.44.1",
"@tailwindcss/container-queries": "^0.1.1",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^20.14.0",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.14.2",
"@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.1.4",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"prettier": "^3.3.1",
"prettier-plugin-tailwindcss": "^0.6.1",
"prettier-plugin-tailwindcss": "^0.6.2",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "1.0.7",
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.5",
"dotenv-cli": "^7.4.2",
"turbo": "^1.13.3",
"turbo": "^2.0.3",
"typescript": "^5.4.5"
}
}
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.0",
"@types/node": "^20.14.2",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"graphql": "^16.8.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 @@ -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.0",
"@types/node": "^20.14.2",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"eslint": "^8.57.0",
Expand Down
Loading

0 comments on commit c5a22b0

Please sign in to comment.