Skip to content

Commit

Permalink
Merge branch 'master' into fix/parseAction
Browse files Browse the repository at this point in the history
  • Loading branch information
ayazhafiz committed Jul 27, 2019
2 parents 5fe522a + 18b2b43 commit 0fdb2dd
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 63 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Expand Up @@ -14,15 +14,15 @@
"author": "Minko Gechev <mgechev@gmail.com>",
"license": "MIT",
"dependencies": {
"@angular/compiler": "8.1.2",
"@angular/core": "8.1.2",
"@angular/compiler": "8.1.3",
"@angular/core": "8.1.3",
"codelyzer": "5.1.0",
"codemirror": "5.48.2",
"rxjs": "5.5.12",
"tslint": "3.15.1",
"typescript": "2.9.2",
"uglifyjs": "2.4.11",
"zone.js": "0.6.26"
"zone.js": "0.10.0"
},
"devDependencies": {
"browserify": "16.3.0",
Expand Down
202 changes: 146 additions & 56 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -62,8 +62,8 @@
},
"homepage": "https://github.com/mgechev/codelyzer#readme",
"devDependencies": {
"@angular/compiler": "8.1.2",
"@angular/core": "8.1.2",
"@angular/compiler": "8.1.3",
"@angular/core": "8.1.3",
"@commitlint/cli": "8.1.0",
"@commitlint/config-angular": "8.1.0",
"@types/chai": "4.1.7",
Expand All @@ -78,7 +78,7 @@
"husky": "3.0.1",
"js-yaml": "3.13.1",
"json-stringify-pretty-compact": "2.0.0",
"lint-staged": "9.2.0",
"lint-staged": "9.2.1",
"mocha": "6.2.0",
"ncp": "2.0.0",
"node-sass": "4.12.0",
Expand All @@ -89,7 +89,7 @@
"ts-node": "8.1.0",
"tslint": "5.16.0",
"typescript": "3.4.5",
"zone.js": "0.9.0"
"zone.js": "0.10.0"
},
"peerDependencies": {
"@angular/compiler": ">=2.3.1 <9.0.0 || >8.0.0-beta <9.0.0 || >8.1.0-beta <9.0.0 || >8.2.0-beta <9.0.0",
Expand Down

0 comments on commit 0fdb2dd

Please sign in to comment.