Skip to content

Commit 58dd1d4

Browse files
feat(overmind): implement parallel statecharts and devtools experience
1 parent cc500c8 commit 58dd1d4

File tree

7 files changed

+611
-328
lines changed

7 files changed

+611
-328
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
{
23
"name": "overmind-monorepo",
34
"private": true,
@@ -96,7 +97,7 @@
9697
"eslint-plugin-typescript": "^0.14.0",
9798
"html-webpack-plugin": "3.2.0",
9899
"husky": "^0.14.3",
99-
"jest": "23.5.0",
100+
"jest": "24.9.0",
100101
"jsdom": "11.12.0",
101102
"lint-staged": "^7.2.0",
102103
"parcel-bundler": "1.11.0",
@@ -107,11 +108,11 @@
107108
"rimraf": "2.6.2",
108109
"source-map-loader": "0.2.4",
109110
"terser-webpack-plugin": "1.3.0",
110-
"ts-jest": "23.10.4",
111+
"ts-jest": "24.2.0",
111112
"ts-loader": "4.4.2",
112113
"tslib": "1.10.0",
113114
"tslint": "5.12.1",
114-
"typescript": "^3.5.2",
115+
"typescript": "^3.7.2",
115116
"typescript-eslint-parser": "^21.0.1",
116117
"url-loader": "1.0.1",
117118
"vscode": "1.1.36",

0 commit comments

Comments
 (0)