Skip to content

Commit f55a810

Browse files
committed
Update dev-dependencies
1 parent cc24ae1 commit f55a810

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

dist/components/ionic-rating-component.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ export declare class IonicRatingComponent implements ControlValueAccessor, OnIni
1515
registerOnChange(fn: any): void;
1616
registerOnTouched(fn: any): void;
1717
setDisabledState?(isDisabled: boolean): void;
18-
rating: number;
18+
set rating(val: number);
19+
get rating(): number;
1920
ratingChanged: EventEmitter<number>;
2021
readonly: string;
2122
activeColor: string;

dist/services/ionic-rating-subscription.service.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
{
22
"name": "ionic-rating-component",
3-
"version": "1.0.8",
3+
"version": "1.0.10",
44
"description": "Highly customizable Ionic 5 component to display evaluations or a quick rating operation of something.",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",
77
"files": [
88
"dist"
99
],
10-
"scripts": {
11-
"ngc": "ngc",
12-
"publishPackage": "npm build && npm publish"
13-
},
1410
"repository": {
1511
"type": "git",
1612
"url": "git+https://github.com/squareetlabs/ionic5-rating-component.git"
@@ -43,14 +39,14 @@
4339
"license": "MIT",
4440
"homepage": "https://github.com/squareet",
4541
"devDependencies": {
46-
"@angular/common": "^8.2.14",
47-
"@angular/compiler": "~8.2.14",
48-
"@angular/compiler-cli": "~8.2.14",
49-
"@angular/core": "^8.2.14",
50-
"@angular/forms": "^8.2.14",
51-
"@angular/platform-browser": "^8.2.14",
52-
"@angular/platform-browser-dynamic": "^8.2.14",
53-
"@angular/router": "^8.2.14",
42+
"@angular/common": "^9.1.0",
43+
"@angular/compiler": "~9.1.0",
44+
"@angular/compiler-cli": "~9.1.0",
45+
"@angular/core": "^9.1.0",
46+
"@angular/forms": "^9.1.0",
47+
"@angular/platform-browser": "^9.1.0",
48+
"@angular/platform-browser-dynamic": "^9.1.0",
49+
"@angular/router": "^9.1.0",
5450
"@ionic-native/core": "^5.23.0",
5551
"@ionic-native/splash-screen": "^5.23.0",
5652
"@ionic-native/status-bar": "^5.23.0",
@@ -59,7 +55,7 @@
5955
"core-js": "^3.6.4",
6056
"rxjs": "~6.5.4",
6157
"tslib": "^1.11.1",
62-
"typescript": "~3.5.3",
58+
"typescript": "~3.8.3",
6359
"zone.js": "~0.10.3"
6460
},
6561
"dependencies": {}

0 commit comments

Comments
 (0)