This commit is contained in:
qinweiz 2018-10-08 16:21:14 -07:00 коммит произвёл pgonzal
Родитель 97d62ef478
Коммит 9c4460910b
4 изменённых файлов: 7 добавлений и 6 удалений

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

@ -13,7 +13,7 @@
"rimraf": "~2.6.2",
"tslint": "~5.11.0",
"tslint-microsoft-contrib": "~5.2.1",
"typescript": "~3.1.1"
"typescript": "~3.1.2"
},
"scripts": {
"build": "rimraf ./lib/ && echo -- TYPESCRIPT -- && tsc && echo -- TSLINT -- && tslint --config tslint.json --project . --rules-dir node_modules/tslint-microsoft-contrib",

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

@ -13,7 +13,8 @@
"@types/react": "16.4.16",
"@types/react-dom": "16.0.8",
"promise": "8.0.1",
"monaco-editor": "0.14.3"
"monaco-editor": "0.14.3",
"tslib": "1.9.3"
},
"devDependencies": {
"@microsoft/set-webpack-public-path-plugin": "~2.1.16",
@ -33,7 +34,7 @@
"tslint": "~5.11.0",
"tslint-loader": "~3.6.0",
"tslint-microsoft-contrib": "~5.2.1",
"typescript": "~3.0.3",
"typescript": "~3.1.2",
"webpack": "~4.20.2",
"webpack-bundle-analyzer": "~2.13.1",
"webpack-cli": "~3.0.3",

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

@ -1,9 +1,9 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
"rushVersion": "5.3.1",
"rushVersion": "5.3.2",
"yarnVersion": "1.10.1",
//"pnpmVersion": "2.15.1",
"nodeSupportedVersionRange": ">=6.9.0 <7.0.0 || >=8.9.4 <9.0.0",
"ensureConsistentVersions": true,
"projectFolderMinDepth": 1,
"projectFolderMaxDepth": 2,
"gitPolicy": {

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

@ -27,7 +27,7 @@
"rimraf": "~2.6.2",
"tslint": "~5.11.0",
"tslint-microsoft-contrib": "~5.2.1",
"typescript": "~3.1.1"
"typescript": "~3.1.2"
},
"scripts": {
"build": "rimraf ./lib/ && echo -- TYPESCRIPT -- && tsc && echo -- TSLINT -- && tslint --config tslint.json --project . --rules-dir node_modules/tslint-microsoft-contrib",