-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(Angular InstantSearch): upgrade infinite-scroll example to Angu…
…lar 12 (#256) * chore(Angular InstantSearch): upgrade infinite-scroll example to Angular 12 * Apply suggestions from code review
- Loading branch information
Showing
33 changed files
with
5,596 additions
and
5,377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below. | ||
# For additional information regarding the format and rule options, please see: | ||
# https://github.com/browserslist/browserslist#queries | ||
|
||
# For the full list of supported browsers by the Angular framework, please see: | ||
# https://angular.io/guide/browser-support | ||
|
||
# You can see what browsers were selected by your queries by running: | ||
# npx browserslist | ||
|
||
last 1 Chrome version | ||
last 1 Firefox version | ||
last 2 Edge major versions | ||
last 2 Safari major versions | ||
last 2 iOS major versions | ||
Firefox ESR | ||
not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Editor configuration, see https://editorconfig.org | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 2 | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[*.ts] | ||
quote_type = single | ||
|
||
[*.md] | ||
max_line_length = off | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 0 additions & 28 deletions
28
Angular InstantSearch/infinite-scroll/e2e/protractor.conf.js
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
Angular InstantSearch/infinite-scroll/e2e/src/app.e2e-spec.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
Angular InstantSearch/infinite-scroll/e2e/tsconfig.e2e.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,42 @@ | ||
{ | ||
"name": "infinite-scroll", | ||
"version": "1.0.0", | ||
"private": true, | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve --port 3000", | ||
"build": "ng build --prod --progress=false", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e" | ||
"build": "ng build", | ||
"watch": "ng build --watch --configuration development", | ||
"test": "ng test" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/animations": "6.1.10", | ||
"@angular/common": "6.1.10", | ||
"@angular/compiler": "6.1.10", | ||
"@angular/core": "6.1.10", | ||
"@angular/forms": "6.1.10", | ||
"@angular/http": "6.1.10", | ||
"@angular/platform-browser": "6.1.10", | ||
"@angular/platform-browser-dynamic": "6.1.10", | ||
"@angular/router": "6.1.10", | ||
"@trademe/ng-defer-load": "3.0.1", | ||
"algoliasearch": "3.33.0", | ||
"angular-instantsearch": "3.0.0-beta.2", | ||
"core-js": "2.6.7", | ||
"instantsearch.js": "3.7.0", | ||
"rxjs": "6.3.3", | ||
"zone.js": "0.9.1" | ||
"@angular/animations": "~12.2.0", | ||
"@angular/common": "~12.2.0", | ||
"@angular/compiler": "~12.2.0", | ||
"@angular/core": "~12.2.0", | ||
"@angular/forms": "~12.2.0", | ||
"@angular/platform-browser": "~12.2.0", | ||
"@angular/platform-browser-dynamic": "~12.2.0", | ||
"@angular/router": "~12.2.0", | ||
"algoliasearch": "^4.10.5", | ||
"angular-instantsearch": "4.0.0", | ||
"rxjs": "~6.6.0", | ||
"tslib": "^2.3.0", | ||
"zone.js": "~0.11.4" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "0.13.8", | ||
"@angular/cli": "7.3.8", | ||
"@angular/compiler-cli": "6.1.10", | ||
"@angular/language-service": "6.1.10", | ||
"@types/algoliasearch": "3.30.13", | ||
"@types/jasmine": "3.3.12", | ||
"@types/jasminewd2": "2.0.6", | ||
"@types/node": "8.10.47", | ||
"codelyzer": "5.1.0", | ||
"jasmine-core": "2.99.1", | ||
"jasmine-spec-reporter": "4.2.1", | ||
"karma": "4.1.0", | ||
"karma-chrome-launcher": "2.2.0", | ||
"karma-coverage-istanbul-reporter": "2.0.5", | ||
"karma-jasmine": "2.0.1", | ||
"karma-jasmine-html-reporter": "0.2.2", | ||
"prettier": "1.17.1", | ||
"protractor": "6.0.0", | ||
"ts-node": "8.1.0", | ||
"tslint": "5.17.0", | ||
"typescript": "2.8.4" | ||
"@angular-devkit/build-angular": "~12.2.3", | ||
"@angular/cli": "~12.2.3", | ||
"@angular/compiler-cli": "~12.2.0", | ||
"@types/algoliasearch": "^4.0.0", | ||
"@types/jasmine": "~3.8.0", | ||
"@types/node": "^12.11.1", | ||
"jasmine-core": "~3.8.0", | ||
"karma": "~6.3.0", | ||
"karma-chrome-launcher": "~3.1.0", | ||
"karma-coverage": "~2.0.3", | ||
"karma-jasmine": "~4.0.0", | ||
"karma-jasmine-html-reporter": "~1.7.0", | ||
"typescript": "~4.3.5" | ||
} | ||
} |
Oops, something went wrong.