Skip to content

Commit

Permalink
feat(scroll-collapse): add support for angular 7
Browse files Browse the repository at this point in the history
  • Loading branch information
edoparearyee committed Nov 21, 2018
1 parent 1521598 commit 1792bfe
Show file tree
Hide file tree
Showing 5 changed files with 1,154 additions and 977 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
3 changes: 3 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,8 @@
"@schematics/angular:directive": {
"prefix": "sn"
}
},
"cli": {
"packageManager": "yarn"
}
}
56 changes: 29 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,58 +50,60 @@
"postrelease": "npm run packagr"
},
"peerDependencies": {
"@angular/core": ">=5.0.0 <7.0.0",
"@angular/core": ">=5.0.0 <8.0.0",
"@thisissoon/angular-inviewport": ">=4.0.0 <5.0.0",
"rxjs": ">=6.0.0 <7.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.8.4",
"@angular/animations": "^6.1.9",
"@angular/cli": "^6.2.4",
"@angular/common": "^6.1.9",
"@angular/compiler": "^6.1.9",
"@angular/compiler-cli": "^6.1.9",
"@angular/core": "^6.1.9",
"@angular/forms": "^6.1.9",
"@angular/http": "^6.1.9",
"@angular/language-service": "^6.1.9",
"@angular/platform-browser": "^6.1.9",
"@angular/platform-browser-dynamic": "^6.1.9",
"@angular/router": "^6.1.9",
"@thisissoon/angular-inviewport": "^4.0.0",
"@angular-devkit/build-angular": "~0.10.0",
"@angular/animations": "^7.1.0",
"@angular/cli": "^7.0.6",
"@angular/common": "^7.1.0",
"@angular/compiler": "^7.1.0",
"@angular/compiler-cli": "^7.1.0",
"@angular/core": "^7.1.0",
"@angular/forms": "^7.1.0",
"@angular/http": "^7.1.0",
"@angular/language-service": "^7.1.0",
"@angular/platform-browser": "^7.1.0",
"@angular/platform-browser-dynamic": "^7.1.0",
"@angular/router": "^7.1.0",
"@thisissoon/angular-inviewport": "^4.1.0",
"@thisissoon/schematics": "^1.0.0-alpha.18",
"@types/jasmine": "~2.8.3",
"@types/jasmine": "~3.3.0",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"@types/node": "~10.12.10",
"codelyzer": "^4.5.0",
"core-js": "^2.5.7",
"coveralls": "^3.0.2",
"cz-conventional-changelog": "^2.1.0",
"husky": "^1.1.0",
"jasmine-core": "~3.2.1",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~3.0.0",
"jasmine-core": "~3.3.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.1.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-jasmine": "~1.1.2",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.3.1",
"karma-mocha-reporter": "^2.2.5",
"lint-staged": "^7.3.0",
"ng-packagr": "^4.2.0",
"lint-staged": "^8.1.0",
"ng-packagr": "^4.4.0",
"prettier": "^1.14.3",
"protractor": "~5.4.1",
"rxjs": "^6.2.0",
"standard-version": "^4.3.0",
"stylelint": "^9.6.0",
"stylelint": "^9.8.0",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^1.0.0",
"stylelint-order": "^2.0.0",
"stylelint-scss": "^3.3.1",
"ts-node": "~7.0.1",
"tslint": "~5.7.0",
"tsickle": "^0.34.0",
"tslib": "^1.9.3",
"tslint": "~5.11.0",
"tslint-config-prettier": "^1.15.0",
"typescript": "~2.9.2",
"typescript": "~3.1.6",
"zone.js": "^0.8.26"
},
"config": {
Expand Down
1 change: 0 additions & 1 deletion src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

/** Evergreen browsers require these. **/
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
import 'core-js/es7/reflect';

/**
* Required to support Web Animations `@angular/platform-browser/animations`.
Expand Down
Loading

0 comments on commit 1792bfe

Please sign in to comment.