Skip to content

Commit

Permalink
Merge pull request #1067 from IgniteUI/update-to-721
Browse files Browse the repository at this point in the history
Update version to 7.2.1
  • Loading branch information
zdrawku authored Mar 19, 2019
2 parents a4d7cd6 + 7eb5872 commit ea3ecc2
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion live-editing/LiveEditingManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class LiveEditingManager {
fs.mkdirSync(ASSETS_SAMPLES_CSS_SUPPORT_DIR);

console.log("Live-Editing... CSS with logs:");
this._run(StyleSyntax.CSS, true);
this._run(StyleSyntax.CSS, false);
console.log("Live-Editing... SASS without logs:");
this._run(StyleSyntax.Sass, false);
}
Expand Down
72 changes: 36 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@
},
"dependencies": {
"minireset.css": "~0.0.4",
"@angular/animations": "7.2.8",
"@angular/common": "7.2.8",
"@angular/compiler": "7.2.8",
"@angular/core": "7.2.8",
"@angular/forms": "7.2.8",
"@angular/http": "7.2.8",
"@angular/platform-browser": "7.2.8",
"@angular/platform-browser-dynamic": "7.2.8",
"@angular/router": "7.2.8",
"@angular/animations": "7.2.9",
"@angular/common": "7.2.9",
"@angular/compiler": "7.2.9",
"@angular/core": "7.2.9",
"@angular/forms": "7.2.9",
"@angular/http": "7.2.9",
"@angular/platform-browser": "7.2.9",
"@angular/platform-browser-dynamic": "7.2.9",
"@angular/router": "7.2.9",
"@types/file-saver": "^1.3.1",
"@types/hammerjs": "^2.0.35",
"angular-in-memory-web-api": "0.8.0",
"classlist.js": "^1.1.20150312",
"core-js": "^2.6.2",
"file-saver": "^1.3.8",
"hammerjs": "^2.0.8",
"igniteui-angular": "^7.2.0",
"igniteui-angular": "^7.2.1",
"igniteui-angular-charts": "^7.2.0",
"igniteui-angular-core": "^7.2.0",
"igniteui-angular-excel": "^7.2.0",
Expand All @@ -56,8 +56,8 @@
"devDependencies": {
"@angular-devkit/build-angular": "^0.12.1",
"@angular/cli": "7.3.4",
"@angular/compiler-cli": "7.2.8",
"@angular/language-service": "7.2.8",
"@angular/compiler-cli": "7.2.9",
"@angular/language-service": "7.2.9",
"@types/jasmine": "~3.3.5",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~10.12.18",
Expand Down

0 comments on commit ea3ecc2

Please sign in to comment.