Skip to content

Commit

Permalink
update to Angular 10
Browse files Browse the repository at this point in the history
Bump npm-registry-fetch from 4.0.4 to 4.0.5

Bumps [npm-registry-fetch](https://github.com/npm/registry-fetch) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/npm/registry-fetch/releases)
- [Changelog](https://github.com/npm/npm-registry-fetch/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/registry-fetch/commits)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
changhuixu committed Jul 10, 2020
1 parent 3d635ac commit 022d0f5
Show file tree
Hide file tree
Showing 10 changed files with 2,622 additions and 3,191 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ An Angular library of Date Range Picker. Dependencies: Angular, ng-bootstrap, Bo

Since **v3.0.0**, this library requires @angular/localize, due to updates in Angular 9 and ng-bootstrap 6.

Since **v4.0.0**, this library is only compatible with Angular >=10 and ng-bootstrap >=7.

[![Build Status](https://img.shields.io/travis/changhuixu/date-range-picker/master.svg?label=Travis%20CI&style=flat-square)](https://travis-ci.org/changhuixu/date-range-picker)
[![npm](https://img.shields.io/npm/v/@uiowa/date-range-picker.svg?style=flat-square)](https://www.npmjs.com/package/@uiowa/date-range-picker)

Expand Down
5,643 changes: 2,525 additions & 3,118 deletions package-lock.json

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,33 +17,33 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~9.1.4",
"@angular/common": "~9.1.4",
"@angular/compiler": "~9.1.4",
"@angular/core": "~9.1.4",
"@angular/forms": "~9.1.4",
"@angular/localize": "^9.1.4",
"@angular/platform-browser": "~9.1.4",
"@angular/platform-browser-dynamic": "~9.1.4",
"@angular/router": "~9.1.4",
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
"bootstrap": "^4.4.1",
"@angular/animations": "~10.0.3",
"@angular/common": "~10.0.3",
"@angular/compiler": "~10.0.3",
"@angular/core": "~10.0.3",
"@angular/forms": "~10.0.3",
"@angular/localize": "^10.0.3",
"@angular/platform-browser": "~10.0.3",
"@angular/platform-browser-dynamic": "~10.0.3",
"@angular/router": "~10.0.3",
"@ng-bootstrap/ng-bootstrap": "^7.0.0",
"bootstrap": "^4.5.0",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.4",
"@angular-devkit/build-ng-packagr": "~0.901.4",
"@angular/cli": "~9.1.4",
"@angular/compiler-cli": "~9.1.4",
"@angular/language-service": "~9.1.4",
"@angular-devkit/build-angular": "~0.1000.2",
"@angular-devkit/build-ng-packagr": "~0.1000.2",
"@angular/cli": "~10.0.2",
"@angular/compiler-cli": "~10.0.3",
"@angular/language-service": "~10.0.3",
"@types/node": "^12.11.1",
"cypress": "^4.5.0",
"ng-packagr": "^9.0.0",
"ng-packagr": "^10.0.0",
"start-server-and-test": "^1.11.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~3.8.3"
"typescript": "~3.9.6"
}
}
2 changes: 2 additions & 0 deletions projects/uiowa/date-range-picker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ An Angular library of Date Range Picker. Dependencies: Angular, ng-bootstrap, Bo

Since **v3.0.0**, this library requires @angular/localize, due to updates in Angular 9 and ng-bootstrap 6.

Since **v4.0.0**, this library is only compatible with Angular >=10 and ng-bootstrap >=7.

[![Build Status](https://img.shields.io/travis/changhuixu/date-range-picker/master.svg?label=Travis%20CI&style=flat-square)](https://travis-ci.org/changhuixu/date-range-picker)
[![npm](https://img.shields.io/npm/v/@uiowa/date-range-picker.svg?style=flat-square)](https://www.npmjs.com/package/@uiowa/date-range-picker)

Expand Down
55 changes: 29 additions & 26 deletions projects/uiowa/date-range-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
{
"name": "@uiowa/date-range-picker",
"version": "3.1.0",
"author": "Changhui Xu <[email protected]>",
"contributors": [
"Jacob Feuerbach <[email protected]>"
],
"description": "An Angular library for date range picker.",
"keywords": [
"Angular",
"uiowa",
"date range picker",
"bootstrap"
],
"repository": {
"type": "git",
"url": "https://github.com/changhuixu/date-range-picker.git"
},
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=9.0.0",
"@angular/core": ">=9.0.0",
"@angular/localize": ">=9.0.0",
"@ng-bootstrap/ng-bootstrap": ">=6.0.0"
}
}
{
"name": "@uiowa/date-range-picker",
"version": "4.0.0",
"author": "Changhui Xu <[email protected]>",
"contributors": [
"Jacob Feuerbach <[email protected]>"
],
"description": "An Angular library for date range picker.",
"keywords": [
"Angular",
"uiowa",
"date range picker",
"bootstrap"
],
"repository": {
"type": "git",
"url": "https://github.com/changhuixu/date-range-picker.git"
},
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=10.0.0",
"@angular/core": ">=10.0.0",
"@angular/localize": ">=10.0.0",
"@ng-bootstrap/ng-bootstrap": ">=7.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion projects/uiowa/date-range-picker/tsconfig.lib.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../../tsconfig.json",
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "../../../out-tsc/lib",
"target": "es2015",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.json",
"extends": "./tsconfig.base.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
Expand Down
29 changes: 29 additions & 0 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"module": "es2020",
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"lib": [
"es2018",
"dom"
],
"paths": {
"@uiowa/date-range-picker": [
"dist/uiowa/date-range-picker/uiowa-date-range-picker",
"dist/uiowa/date-range-picker"
]
}
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
}
}
40 changes: 14 additions & 26 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,17 @@
/*
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience.
It is not intended to be used to perform a compilation.
To learn more about this file see: https://angular.io/config/solution-tsconfig.
*/
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"module": "esnext",
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"lib": [
"es2018",
"dom"
],
"paths": {
"@uiowa/date-range-picker": [
"dist/uiowa/date-range-picker/uiowa-date-range-picker",
"dist/uiowa/date-range-picker"
]
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./projects/uiowa/date-range-picker/tsconfig.lib.json"
}
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
}
]
}

0 comments on commit 022d0f5

Please sign in to comment.