DevEnv: update frontend dependencies - node (#22139)

* DevEnv: updates node-sass 4.12.0 -> 4.13.1

* DevEnv: updates ts-node 8.5.0 -> 8.6.2

* DevEnv: updates @types/node 11.13.4 -> 13.7.0

* DevEnv: updates lockfile
This commit is contained in:
Lukas Siatka
2020-02-14 14:53:06 +01:00
committed by GitHub
parent 0e2d874ecf
commit 565387a42e
2 changed files with 43 additions and 9 deletions
+3 -3
View File
@@ -37,7 +37,7 @@
"@types/lru-cache": "^5.1.0",
"@types/marked": "0.6.5",
"@types/mousetrap": "1.6.3",
"@types/node": "11.13.4",
"@types/node": "13.7.0",
"@types/papaparse": "4.5.9",
"@types/pixelmatch": "4.0.0",
"@types/pngjs": "3.3.2",
@@ -116,7 +116,7 @@
"module-alias": "2.2.0",
"monaco-editor": "0.15.6",
"ngtemplate-loader": "2.0.1",
"node-sass": "4.12.0",
"node-sass": "4.13.1",
"npm": "6.13.4",
"optimize-css-assets-webpack-plugin": "5.0.1",
"phantomjs-prebuilt": "2.1.16",
@@ -139,7 +139,7 @@
"style-loader": "0.23.1",
"terser-webpack-plugin": "1.2.3",
"ts-jest": "24.1.0",
"ts-node": "8.5.0",
"ts-node": "8.6.2",
"tslib": "1.10.0",
"typescript": "3.7.2",
"webpack": "4.29.6",