Skip to content

Commit

Permalink
chore: remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Jun 20, 2024
1 parent 1a087b1 commit ae7f557
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
3 changes: 1 addition & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"@contember/client-content": "workspace:*",
"@contember/graphql-builder": "workspace:*",
"@contember/graphql-client": "workspace:*",
"@contember/schema": "^1.4.0-beta.1",
"p-limit": "^5.0.0"
"@contember/schema": "^1.4.0-beta.1"
},
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
},
"dependencies": {
"@contember/client": "workspace:*",
"@contember/react-richtext-renderer": "workspace:*",
"@contember/utilities": "workspace:*"
"@contember/react-richtext-renderer": "workspace:*"
},
"peerDependencies": {
"react": "^18 || ^19"
Expand Down
3 changes: 1 addition & 2 deletions packages/react-client/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
},
"references": [
{ "path": "../../client/src" },
{ "path": "../../react-richtext-renderer/src" },
{ "path": "../../utilities/src" }
{ "path": "../../react-richtext-renderer/src" }
]
}
2 changes: 0 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ __metadata:
"@contember/graphql-builder": "workspace:*"
"@contember/graphql-client": "workspace:*"
"@contember/schema": ^1.4.0-beta.1
p-limit: ^5.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -545,7 +544,6 @@ __metadata:
dependencies:
"@contember/client": "workspace:*"
"@contember/react-richtext-renderer": "workspace:*"
"@contember/utilities": "workspace:*"
peerDependencies:
react: ^18 || ^19
languageName: unknown
Expand Down

0 comments on commit ae7f557

Please sign in to comment.