Skip to content

Commit

Permalink
chore: bumo @chakra-ui/styled-system and eslint-config-turbo (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
agualis authored Jan 8, 2025
1 parent 0d4824b commit 9b8ccde
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 30 deletions.
1 change: 0 additions & 1 deletion apps/beets-frontend-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
},
"devDependencies": {
"@chakra-ui/cli": "^2.4.1",
"@chakra-ui/styled-system": "^2.9.2",
"@repo/eslint-config": "workspace:*",
"@repo/prettier-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
Expand Down
1 change: 0 additions & 1 deletion apps/frontend-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
},
"devDependencies": {
"@chakra-ui/cli": "^2.4.1",
"@chakra-ui/styled-system": "^2.9.2",
"@repo/eslint-config": "workspace:*",
"@repo/prettier-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"eslint": "8.43.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.0"
"eslint-config-turbo": "2.3.3",
"typescript": "^5.3.3"
},
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"devDependencies": {
"@apollo/experimental-nextjs-app-support": "^0.11.3",
"@chakra-ui/cli": "^2.4.1",
"@chakra-ui/styled-system": "^2.9.2",
"@chakra-ui/styled-system": "2.12.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/schema-ast": "^4.0.0",
Expand Down
78 changes: 52 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9b8ccde

Please sign in to comment.