diff --git a/packages/engine/package.json b/packages/engine/package.json index 4ad13867..934e1a31 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -36,7 +36,7 @@ "@types/blueimp-md5": "^2.7.0", "@types/diff-match-patch": "^1.0.32", "@types/is-hotkey": "^0.1.2", - "@types/lodash": "^4.17.4", + "@types/lodash": "^4.14.178", "@types/sharedb": "^1.0.14", "@types/tinycolor2": "^1.4.2" } diff --git a/packages/toolbar/package.json b/packages/toolbar/package.json index bffd0020..5671dcac 100644 --- a/packages/toolbar/package.json +++ b/packages/toolbar/package.json @@ -32,6 +32,6 @@ }, "devDependencies": { "@types/keymaster": "^1.6.28", - "@types/lodash": "^4.17.4" + "@types/lodash": "^4.14.178" } } diff --git a/plugins/codeblock-vue/package.json b/plugins/codeblock-vue/package.json index 902e6934..8abfdffa 100644 --- a/plugins/codeblock-vue/package.json +++ b/plugins/codeblock-vue/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@types/codemirror": "^5.60.0", - "@types/lodash": "^4.17.4", + "@types/lodash": "^4.14.178", "@vue/compiler-sfc": "^3.2.9" } } diff --git a/plugins/codeblock/package.json b/plugins/codeblock/package.json index 1f95f63c..af0b2ff0 100644 --- a/plugins/codeblock/package.json +++ b/plugins/codeblock/package.json @@ -38,6 +38,6 @@ }, "devDependencies": { "@types/codemirror": "^5.60.0", - "@types/lodash": "^4.17.4" + "@types/lodash": "^4.14.178" } } diff --git a/plugins/math/package.json b/plugins/math/package.json index 17f9f629..0d592bb3 100644 --- a/plugins/math/package.json +++ b/plugins/math/package.json @@ -29,6 +29,6 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@types/lodash": "^4.17.4" + "@types/lodash": "^4.14.178" } } diff --git a/plugins/table/package.json b/plugins/table/package.json index 701168e3..b0a6d5b5 100644 --- a/plugins/table/package.json +++ b/plugins/table/package.json @@ -28,6 +28,6 @@ "tinycolor2": "^1.4.2" }, "devDependencies": { - "@types/lodash": "^4.17.4" + "@types/lodash": "^4.14.178" } }