Skip to content

Commit

Permalink
Angular 11 & update packages (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdolek authored Feb 23, 2021
1 parent b1ab4c5 commit e052277
Show file tree
Hide file tree
Showing 8 changed files with 8,998 additions and 7,093 deletions.
8,525 changes: 4,587 additions & 3,938 deletions package-lock.json

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-resize-event-library",
"version": "2.0.1",
"version": "2.1.0",
"scripts": {
"build": "ng build --prod",
"test": "ng test",
Expand All @@ -9,39 +9,39 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~10.0.14",
"@angular/common": "~10.0.14",
"@angular/compiler": "~10.0.14",
"@angular/core": "~10.0.14",
"@angular/forms": "~10.0.14",
"@angular/platform-browser": "~10.0.14",
"@angular/platform-browser-dynamic": "~10.0.14",
"@angular/router": "~10.0.14",
"@angular/animations": "~11.2.2",
"@angular/common": "~11.2.2",
"@angular/compiler": "~11.2.2",
"@angular/core": "~11.2.2",
"@angular/forms": "~11.2.2",
"@angular/platform-browser": "~11.2.2",
"@angular/platform-browser-dynamic": "~11.2.2",
"@angular/router": "~11.2.2",
"css-element-queries": "^1.2.3",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
"rxjs": "~6.6.3",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1002.0",
"@angular-devkit/build-ng-packagr": "~0.1000.8",
"@angular/cli": "~10.0.8",
"@angular/compiler-cli": "~10.0.14",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"@angular-devkit/build-angular": "^0.1102.1",
"@angular-devkit/build-ng-packagr": "~0.1002.0",
"@angular/cli": "~11.2.1",
"@angular/compiler-cli": "~11.2.2",
"@types/jasmine": "~3.6.4",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^14.14.31",
"codelyzer": "^6.0.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~6.1.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.3.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^10.0.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"ng-packagr": "^11.2.4",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"ts-node": "~9.1.1",
"tslint": "~6.1.0",
"typescript": "~3.9.5"
"typescript": "~4.1.5"
}
}
Loading

0 comments on commit e052277

Please sign in to comment.