diff options
author | Marcin Aman <maman@virtuslab.com> | 2020-08-04 11:02:51 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-08-05 15:21:13 +0200 |
commit | 08845a66bb86e824f14695a96aa5062ed64edb20 (patch) | |
tree | 13f666fb605de3218d358f8490be1ee666abc310 /plugins/base/frontend/package.json | |
parent | 046ae90fc7fcf97c6718093b240b55a66670af09 (diff) | |
download | dokka-08845a66bb86e824f14695a96aa5062ed64edb20.tar.gz dokka-08845a66bb86e824f14695a96aa5062ed64edb20.tar.bz2 dokka-08845a66bb86e824f14695a96aa5062ed64edb20.zip |
Fix JS markdown component generating lots of files with highlighting
Diffstat (limited to 'plugins/base/frontend/package.json')
-rw-r--r-- | plugins/base/frontend/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/base/frontend/package.json b/plugins/base/frontend/package.json index 4415dd1c..14a44e8e 100644 --- a/plugins/base/frontend/package.json +++ b/plugins/base/frontend/package.json @@ -31,6 +31,7 @@ "@types/react": "^16.9.0", "@types/react-dom": "^16.9.0", "babel-loader": "^8.0.6", + "lodash": "^4.17.19", "postcss-import": "^12.0.1", "postcss-preset-env": "^6.7.0", "react": "^16.12.0", @@ -44,6 +45,7 @@ }, "devDependencies": { "@jetbrains/stylelint-config": "^2.0.0", + "@types/lodash": "^4.14.158", "babel-eslint": "^10.0.3", "eslint": "^6.8.0", "react-svg-loader": "^3.0.3", |