Skip to content

Commit 95c3350

Browse files
chore(monorepo): making it work
1 parent 576c7de commit 95c3350

File tree

6 files changed

+11
-67
lines changed

6 files changed

+11
-67
lines changed

package-lock.json

Lines changed: 8 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"react-split-pane": "0.1.87",
5959
"styled-components": "3.3.3",
6060
"svelte": "3.20.1",
61-
"tslib": "2.3.0",
6261
"vue": "3.0.0-rc.10",
6362
"ws": "7.0.0"
6463
},

packages/betsy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
],
3232
"devDependencies": {
3333
"@types/node": "^12.11.6",
34-
"tslib": "^1.10.0"
34+
"tslib": "^2.3.0"
3535
}
3636
}

packages/overmind-devtools-client/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"emotion": "^9.2.12",
2121
"lodash.clonedeep": "^4.5.0",
2222
"lodash.throttle": "^4.1.1",
23-
"non-blocking-json": "next",
2423
"overmind-react": "next",
2524
"react": "16.9.0",
2625
"react-dom": "16.9.0",

packages/overmind/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"dependencies": {
3737
"is-plain-obj": "^1.1.0",
3838
"betsy": "next",
39-
"non-blocking-json": "next",
40-
"tslib": "^1.10.0",
39+
"tslib": "^2.3.0",
4140
"proxy-state-tree": "next"
4241
},
4342
"devDependencies": {

packages/overmind/src/Overmind.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ export class Overmind<ThisConfig extends IConfiguration>
695695
})
696696
}
697697

698-
private initializeDevtools(host, name, eventHub, actions) {
698+
private initializeDevtools(host, name, eventHub, initialState, actions) {
699699
if (utils.ENVIRONMENT === 'production') return
700700
const devtools = new Devtools(name)
701701
devtools.connect(

0 commit comments

Comments
 (0)