Skip to content

Commit c638d47

Browse files
committed
upgrade to Angular 13
1 parent 2de5032 commit c638d47

File tree

3 files changed

+35
-40
lines changed

3 files changed

+35
-40
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![npm](https://img.shields.io/npm/v/ngx-selection-table.svg?style=flat-square)](https://www.npmjs.com/package/ngx-selection-table) [![npm downloads](https://img.shields.io/npm/dm/ngx-selection-table.svg)](https://www.npmjs.com/package/ngx-selection-table) [![Travis](https://img.shields.io/travis/ckyycc/ngx-selection-table.svg?style=flat-square)](https://travis-ci.org/ckyycc/ngx-selection-table) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/ckyycc/ngx-selection-table/blob/master/LICENSE)
44

5-
An Angular 7 module for selecting data from table with checkbox, filter and collapsible/expandable sub title.\
6-
For Angular 6 support please use older versions.
5+
An Angular 13 module for selecting data from table with checkbox, filter and collapsible/expandable sub title.\
6+
For Angular 6 / 7 support please use older versions.
77

88
## Installation
99
```bash
@@ -85,7 +85,7 @@ Search String | Search Style | Result
8585

8686
Todo
8787
----
88-
* ~~Support Angular 7~~
88+
* ~~Support Angular 13~~
8989
* ...
9090

9191
## License

ng-package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"$ schema": "./node_modules/ng-packagr/ng-package.schema.json",
3-
"whitelistedNonPeerDependencies": ["."],
2+
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
43
"lib":{
54
"entryFile": "public_api.ts"
65
}

package.json

Lines changed: 31 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-selection-table",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -30,41 +30,37 @@
3030
"url": "https://github.com/ckyycc/ngx-selection-table/issues"
3131
},
3232
"devDependencies": {
33-
"@angular-devkit/build-angular": "~0.11.0",
34-
"@angular/cli": "^7.0.0",
35-
"@angular/common": "^7.0.0",
36-
"@angular/compiler": "^7.0.0",
37-
"@angular/compiler-cli": "^7.0.0",
38-
"@angular/core": "^7.0.0",
39-
"@angular/forms": "^7.0.0",
40-
"@angular/platform-browser": "^7.0.0",
41-
"@angular/platform-browser-dynamic": "^7.0.0",
42-
"@types/jasmine": "~2.8.8",
43-
"@types/jasminewd2": "~2.0.3",
44-
"@types/node": "~8.9.4",
45-
"angular-cli-ghpages": "^0.5.3",
46-
"codelyzer": "^4.5.0",
47-
"jasmine-core": "~2.99.1",
48-
"jasmine-spec-reporter": "~4.2.1",
49-
"karma": "~3.0.0",
50-
"karma-chrome-launcher": "~2.2.0",
51-
"karma-coverage-istanbul-reporter": "~2.0.1",
52-
"karma-jasmine": "~1.1.2",
53-
"karma-jasmine-html-reporter": "^0.2.2",
54-
"ng-packagr": "^4.3.1",
55-
"protractor": "~5.4.0",
56-
"ts-node": "~7.0.0",
57-
"tsickle": "^0.34.0",
58-
"tslib": "^1.9.0",
59-
"tslint": "^5.11.0",
60-
"typescript": ">=3.1.1 <3.2",
61-
"zone.js": "^0.8.26"
33+
"@angular-devkit/build-angular": "13.3.9",
34+
"@angular/cli": "^13.3.9",
35+
"@angular/common": "^13.3.9",
36+
"@angular/compiler": "^13.3.9",
37+
"@angular/compiler-cli": "^13.3.9",
38+
"@angular/core": "^13.3.9",
39+
"@angular/forms": "^13.3.9",
40+
"@angular/platform-browser": "^13.3.9",
41+
"@angular/platform-browser-dynamic": "^13.3.9",
42+
"@types/jasmine": "~3.10.6",
43+
"@types/jasminewd2": "~2.0.10",
44+
"@types/node": "17.0.38",
45+
"angular-cli-ghpages": "^1.0.3",
46+
"codelyzer": "^6.0.2",
47+
"jasmine-core": "^3.10.1",
48+
"jasmine-spec-reporter": "^7.0.0",
49+
"karma": "^6.3.18",
50+
"karma-chrome-launcher": "^3.1.1",
51+
"karma-coverage-istanbul-reporter": "^3.0.3",
52+
"karma-jasmine": "^5.1.0",
53+
"karma-jasmine-html-reporter": "^1.7.0",
54+
"ng-packagr": "^13.3.1",
55+
"ts-node": "^10.7.0",
56+
"tslib": "^2.1.0",
57+
"typescript": "^4.5.5"
6258
},
6359
"peerDependencies": {
64-
"@angular/common": "^7.0.0",
65-
"@angular/core": "^7.0.0",
66-
"@angular/forms": "^7.0.0",
67-
"@angular/platform-browser": "^7.0.0",
68-
"zone.js": "^0.8.26"
60+
"@angular/common": "^13.3.9",
61+
"@angular/core": "^13.3.9",
62+
"@angular/forms": "^13.3.9",
63+
"@angular/platform-browser": "^13.3.9",
64+
"zone.js": "^0.11.5"
6965
}
7066
}

0 commit comments

Comments
 (0)