Skip to content

Commit

Permalink
Merge pull request #820 from avmaisak/develop
Browse files Browse the repository at this point in the history
v.1.9.0
  • Loading branch information
avmaisak authored Jul 14, 2022
2 parents 76ff91d + a813a2e commit f2445ac
Show file tree
Hide file tree
Showing 154 changed files with 25,044 additions and 1,294 deletions.
23,841 changes: 22,600 additions & 1,241 deletions package-lock.json

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap-icons-demo",
"version": "1.8.1",
"version": "1.9.0",
"homepage": "https://avmaisak.github.io/ngx-bootstrap-icons/",
"scripts": {
"ng": "./node_modules/@angular/cli/bin/ng",
Expand All @@ -19,65 +19,65 @@
},
"private": true,
"dependencies": {
"@angular/animations": "13.3.2",
"@angular/common": "13.3.2",
"@angular/compiler": "13.3.2",
"@angular/core": "13.3.2",
"@angular/forms": "13.3.2",
"@angular/localize": "13.3.2",
"@angular/platform-browser": "13.3.2",
"@angular/platform-browser-dynamic": "13.3.2",
"@angular/router": "13.3.2",
"@angular/animations": "13.3.8",
"@angular/common": "13.3.8",
"@angular/compiler": "13.3.8",
"@angular/core": "13.3.8",
"@angular/forms": "13.3.8",
"@angular/localize": "13.3.8",
"@angular/platform-browser": "13.3.8",
"@angular/platform-browser-dynamic": "13.3.8",
"@angular/router": "13.3.8",
"@datorama/akita": "^7.1.1",
"@datorama/akita-ngdevtools": "^7.0.0",
"bootstrap": "5.1.3",
"lodash": "^4.17.21",
"ngx-clipboard": "15.1.0",
"ngx-infinite-scroll": "^13.0.1",
"ngx-infinite-scroll": "^13.0.2",
"rxjs": "7.5.5",
"tslib": "2.3.1",
"tslib": "2.4.0",
"zone.js": "0.11.5"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1303.2",
"@angular-devkit/build-angular": "13.3.2",
"@angular-devkit/architect": "^0.1303.5",
"@angular-devkit/build-angular": "13.3.5",
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular-eslint/builder": "13.2.0",
"@angular-eslint/eslint-plugin": "13.2.0",
"@angular-eslint/eslint-plugin-template": "13.2.0",
"@angular-eslint/schematics": "13.2.0",
"@angular-eslint/template-parser": "13.2.0",
"@angular/cli": "13.3.2",
"@angular/compiler-cli": "13.3.2",
"@angular/language-service": "13.3.2",
"@types/jasmine": "4.0.2",
"@angular-eslint/builder": "13.2.1",
"@angular-eslint/eslint-plugin": "13.2.1",
"@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "13.2.1",
"@angular/cli": "13.3.5",
"@angular/compiler-cli": "13.3.8",
"@angular/language-service": "13.3.8",
"@types/jasmine": "4.0.3",
"@types/jasminewd2": "2.0.10",
"@types/lodash": "^4.14.181",
"@types/node": "17.0.23",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"@types/lodash": "^4.14.182",
"@types/node": "17.0.33",
"@typescript-eslint/eslint-plugin": "5.23.0",
"@typescript-eslint/parser": "5.23.0",
"angular-cli-ghpages": "1.0.0",
"bootstrap-icons": "1.8.1",
"bootstrap-icons": "1.9.0",
"cli-color": "2.0.2",
"codelyzer": "6.0.2",
"eslint": "8.13.0",
"eslint": "8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jasmine": "4.1.3",
"eslint-plugin-jsdoc": "39.1.0",
"eslint-plugin-jsdoc": "39.2.9",
"eslint-plugin-simple-import-sort": "7.0.0",
"jasmine-core": "4.0.1",
"jasmine-core": "4.1.1",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.3.17",
"karma": "6.3.20",
"karma-chrome-launcher": "3.1.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.2",
"karma-jasmine": "5.0.1",
"karma-jasmine-html-reporter": "1.7.0",
"ng-packagr": "13.3.0",
"ng-packagr": "13.3.1",
"protractor": "7.0.0",
"ts-node": "10.7.0",
"tsickle": "0.46.0",
"typescript": "4.6.3"
"typescript": "4.6.4"
}
}
10 changes: 5 additions & 5 deletions projects/ngx-bootstrap-icons-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap-icons",
"version": "1.8.2",
"version": "1.9.0",
"description": "Bootstrap Icons components library for your Angular Applications",
"homepage": "https://avmaisak.github.io/ngx-bootstrap-icons/",
"repository": {
Expand All @@ -27,11 +27,11 @@
"author": "Anton Maisak",
"license": "MIT",
"engines": {
"node": ">= 14.18.1",
"npm": ">= 6.14.16"
"node": ">= 16.15.1",
"npm": ">= 8.11.0"
},
"peerDependencies": {
"@angular/common": ">= 12.2.10",
"@angular/core": ">= 12.2.10"
"@angular/common": ">= 13.3.8",
"@angular/core": ">= 13.3.8"
}
}
Loading

0 comments on commit f2445ac

Please sign in to comment.