Bump dependency versions, eliminate security warning

This commit is contained in:
Pete Gonzalez 2019-07-31 01:42:29 -07:00
Родитель 500e67b581
Коммит 9a6bd00a4a
3 изменённых файлов: 36 добавлений и 36 удалений

Просмотреть файл

@ -7,13 +7,13 @@
"dependencies": {
"@microsoft/tsdoc": "0.12.11",
"@types/node": "10.7.1",
"colors": "~1.3.2"
"colors": "~1.3.3"
},
"devDependencies": {
"rimraf": "~2.6.2",
"tslint": "~5.11.0",
"tslint-microsoft-contrib": "~5.2.1",
"typescript": "~3.1.2"
"rimraf": "~2.6.3",
"tslint": "~5.18.0",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~3.5.3"
},
"scripts": {
"build": "node ./build.js",

Просмотреть файл

@ -10,34 +10,34 @@
},
"dependencies": {
"@microsoft/tsdoc": "0.12.11",
"@types/react": "16.4.18",
"@types/react-dom": "16.0.9",
"promise": "8.0.1",
"monaco-editor": "0.14.3",
"tslib": "1.9.3"
"@types/react": "16.8.23",
"@types/react-dom": "16.8.5",
"promise": "~8.0.3",
"monaco-editor": "~0.17.1",
"tslib": "~1.10.0"
},
"devDependencies": {
"@microsoft/set-webpack-public-path-plugin": "~2.1.16",
"@types/webpack-env": "~1.13.6",
"clean-webpack-plugin": "~0.1.19",
"css-loader": "~1.0.0",
"file-loader": "~2.0.0",
"fork-ts-checker-webpack-plugin": "0.4.12",
"handlebars": "4.0.12",
"handlebars-loader": "1.7.0",
"@microsoft/set-webpack-public-path-plugin": "~2.1.123",
"@types/webpack-env": "~1.14.0",
"clean-webpack-plugin": "~3.0.0",
"css-loader": "~3.1.0",
"file-loader": "~4.1.0",
"fork-ts-checker-webpack-plugin": "~1.4.3",
"handlebars": "~4.1.2",
"handlebars-loader": "~1.7.1",
"html-webpack-plugin": "~3.2.0",
"node-sass": "~4.9.4",
"node-sass": "~4.12.0",
"raw-loader": "~0.5.1",
"sass-loader": "~7.1.0",
"style-loader": "~0.23.1",
"ts-loader": "5.2.2",
"tslint": "~5.11.0",
"tslint-loader": "~3.6.0",
"tslint-microsoft-contrib": "~5.2.1",
"typescript": "~3.1.2",
"webpack": "~4.23.1",
"webpack-bundle-analyzer": "~3.0.3",
"webpack-cli": "~3.1.2",
"webpack-dev-server": "~3.1.10"
"ts-loader": "~6.0.4",
"tslint": "~5.18.0",
"tslint-loader": "~3.5.4",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~3.5.3",
"webpack": "~4.38.0",
"webpack-bundle-analyzer": "~3.4.1",
"webpack-cli": "~3.3.6",
"webpack-dev-server": "~3.7.2"
}
}

Просмотреть файл

@ -21,14 +21,14 @@
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/jest": "23.3.3",
"jest": "~23.6.0",
"ts-jest": "~23.10.3",
"prettier": "~1.14.3",
"rimraf": "~2.6.2",
"tslint": "~5.11.0",
"tslint-microsoft-contrib": "~5.2.1",
"typescript": "~3.1.2"
"@types/jest": "24.0.16",
"jest": "~24.8.0",
"ts-jest": "~24.0.2",
"prettier": "~1.18.2",
"rimraf": "~2.6.3",
"tslint": "~5.18.0",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~3.5.3"
},
"scripts": {
"build": "node ./build.js",