Skip to content

Commit

Permalink
Fix edgedb dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclarke committed Jun 14, 2023
1 parent b8a0094 commit 134b6f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion shared/inspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"license": "UNLICENSED",
"peerDependencies": {
"@types/react": "^16.9.34",
"edgedb": "^1.3.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"dependencies": {
"@types/react-window": "^1.8.3",
"assert-never": "^1.2.1",
"edgedb": "^1.2.0",
"mobx": "^6.5.0",
"mobx-keystone": "^0.67.2",
"mobx-react-lite": "^3.3.0",
Expand Down
11 changes: 1 addition & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2008,13 +2008,13 @@ __metadata:
dependencies:
"@types/react-window": ^1.8.3
assert-never: ^1.2.1
edgedb: ^1.2.0
mobx: ^6.5.0
mobx-keystone: ^0.67.2
mobx-react-lite: ^3.3.0
react-window: ^1.8.6
peerDependencies:
"@types/react": ^16.9.34
edgedb: ^1.3.0
react: ^17.0.0
react-dom: ^17.0.0
languageName: unknown
Expand Down Expand Up @@ -6478,15 +6478,6 @@ __metadata:
languageName: node
linkType: hard

"edgedb@npm:^1.2.0":
version: 1.2.2
resolution: "edgedb@npm:1.2.2"
bin:
edgeql-js: dist/cli.js
checksum: 087d6ac48821d4c757c1f58b702b27e19ba368116a7af3266558a4461e06accca7714fb97b29c61da7edd97e2349dd848c88d10294364496f68ac16a1ef1cd78
languageName: node
linkType: hard

"edgedb@npm:^1.3.0":
version: 1.3.0
resolution: "edgedb@npm:1.3.0"
Expand Down

0 comments on commit 134b6f6

Please sign in to comment.