Skip to content

Commit

Permalink
[base] Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Oct 24, 2019
1 parent 1799c28 commit d7c5ebb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/@sanity/base/package.json
Expand Up @@ -29,6 +29,7 @@
"dependencies": {
"@sanity/client": "0.143.0",
"@sanity/document-store": "0.143.0",
"@sanity/eventsource": "0.143.0",
"@sanity/image-url": "0.140.15",
"@sanity/initial-value-templates": "0.143.0",
"@sanity/observable": "0.143.0",
Expand Down
1 change: 0 additions & 1 deletion packages/@sanity/base/src/components/DevServerStatus.js
Expand Up @@ -9,7 +9,6 @@ const EventSource = isWindowEventSource

const STATE_CONNECTING = 0
const STATE_OPEN = 1
const STATE_CLOSED = 2

class DevServerStatus extends PureComponent {
constructor(...args) {
Expand Down

0 comments on commit d7c5ebb

Please sign in to comment.