Skip to content

Commit 53d4959

Browse files
committed
fix front build
1 parent 10462ae commit 53d4959

File tree

2 files changed

+1301
-1303
lines changed

2 files changed

+1301
-1303
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"io-ts": "^2.2.7",
2929
"js-yaml": "^3.13.1",
3030
"lodash": "^4.17.19",
31+
"lodash.debounce": "^4.0.8",
3132
"mermaid": "^8.5.2",
3233
"react": "^16.10.2",
3334
"react-codemirror2": "^7.2.1",
@@ -39,7 +40,7 @@
3940
"redux-observable": "^1.2.0",
4041
"rxjs": "^6.5.3",
4142
"typesafe-actions": "^5.1.0",
42-
"use-lodash-debounce": "^1.1.0"
43+
"use-lodash-debounce": "^1.3.0"
4344
},
4445
"devDependencies": {
4546
"@hot-loader/react-dom": "^16.10.2",
@@ -77,9 +78,6 @@
7778
"tslib": "^2.3.0",
7879
"typescript": "^3.8.3"
7980
},
80-
"peerDependencies": {
81-
"puppeteer": "^11.0.0"
82-
},
8381
"resolutions": {
8482
"@types/react": "16.9.41"
8583
},

0 commit comments

Comments
 (0)