Skip to content

Commit 580013e

Browse files
authored
Merge branch 'master' into vslavov/tree-POC
2 parents 6ee3cea + f3c019e commit 580013e

File tree

11 files changed

+187
-373
lines changed

11 files changed

+187
-373
lines changed

angularDocsPostDeploy.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Write-Host "angularDocsRoot value is: " $angularDocsRoot; #angularDocsRoot octo variable
2-
$isLatest = "VariableIsLatest";
2+
$isLatest = $VariableIsLatest;
33
$tag = "VariableValue";
44
$path = $angularDocsRoot;
55
$newPath = $path -replace $tagFolder, $tag #tagFolder octo variable

package-lock.json

Lines changed: 21 additions & 125 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
"gulp-uglify": "^3.0.1",
108108
"gulp-util": "^3.0.8",
109109
"hammer-simulator": "0.0.1",
110-
"igniteui-sassdoc-theme": "^1.1.2",
111-
"igniteui-typedoc-theme": "^2.0.5",
110+
"igniteui-sassdoc-theme": "^1.1.4",
111+
"igniteui-typedoc-theme": "^2.0.9",
112112
"jasmine": "~3.5.0",
113113
"jasmine-core": "~3.5.0",
114114
"jasmine-spec-reporter": "~5.0.2",
@@ -126,14 +126,14 @@
126126
"protractor": "~7.0.0",
127127
"sass-true": "^5.0.0",
128128
"sassdoc": "^2.7.3",
129-
"sassdoc-plugin-localization": "^1.4.1",
129+
"sassdoc-plugin-localization": "^1.4.3",
130130
"stylelint": "^13.10.0",
131131
"stylelint-scss": "^3.19.0",
132132
"themeleon": "^3.0.2",
133133
"ts-node": "~7.0.1",
134134
"tslint": "~6.1.0",
135135
"typedoc": "^0.17.7",
136-
"typedoc-plugin-localization": "^2.2.1",
136+
"typedoc-plugin-localization": "^2.2.3",
137137
"typescript": "^4.0.7",
138138
"webpack-sources": "1.3.0"
139139
}

0 commit comments

Comments
 (0)