Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit b496095

Browse files
committed
update dependencies in package.json
1 parent 27779f4 commit b496095

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,14 +563,14 @@
563563
"gulp-tslint": "^8.1.4",
564564
"gulp-typescript": "^5.0.1",
565565
"minimist": "^1.2.0",
566-
"mocha": "^6.2.2",
566+
"mocha": "^6.2.3",
567567
"node-gyp": "^6.1.0",
568568
"plugin-error": "^1.0.1",
569569
"tslint": "^5.20.1",
570570
"typemoq": "^1.6.0",
571571
"typescript": "^2.2.1",
572572
"vscode": "^1.1.36",
573-
"webpack": "^4.41.2"
573+
"webpack": "^4.42.1"
574574
},
575575
"dependencies": {
576576
"body-parser": "^1.16.1",

src/views/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"mini-css-extract-plugin": "^0.8.0",
1919
"file-loader": "^5.0.2",
2020
"html-webpack-plugin": "^3.2.0",
21-
"node-sass": "^4.13.0",
21+
"node-sass": "^4.13.1",
2222
"rc-tree": "~1.4.5",
2323
"react": "^15.4.2",
2424
"react-bootstrap": "^0.30.7",
@@ -34,7 +34,7 @@
3434
"style-loader": "^0.13.1",
3535
"svg-url-loader": "^2.0.2",
3636
"ts-loader": "^4.5.0",
37-
"webpack": "^4.41.2"
37+
"webpack": "^4.42.1"
3838
},
3939
"dependencies": {}
4040
}

0 commit comments

Comments
 (0)