Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsisexistence committed Apr 18, 2021
2 parents 2123120 + 6e443c7 commit d90a8dd
Show file tree
Hide file tree
Showing 3 changed files with 1,534 additions and 1,050 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,42 +29,42 @@
"publication": "yarn publication:prepare && yarn publication:publish"
},
"dependencies": {
"@angular/animations": "11.0.3",
"@angular/common": "11.0.3",
"@angular/compiler": "11.0.3",
"@angular/core": "11.0.5",
"@angular/forms": "11.0.3",
"@angular/platform-browser": "11.0.3",
"@angular/platform-browser-dynamic": "11.0.3",
"@angular/router": "11.0.3",
"@angular/animations": "11.2.8",
"@angular/common": "11.2.8",
"@angular/compiler": "11.2.8",
"@angular/core": "11.2.8",
"@angular/forms": "11.2.8",
"@angular/platform-browser": "11.2.8",
"@angular/platform-browser-dynamic": "11.2.8",
"@angular/router": "11.2.8",
"hammerjs": "2.0.8",
"routeshub": "4.3.0",
"rxjs": "6.6.3",
"zone.js": "0.11.3"
"rxjs": "6.6.7",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-builders/jest": "10.0.1",
"@angular-devkit/build-angular": "0.1100.3",
"@angular/cli": "11.0.3",
"@angular/compiler-cli": "11.0.3",
"@angular/language-service": "11.0.3",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@angular-builders/jest": "11.1.1",
"@angular-devkit/build-angular": "0.1102.7",
"@angular/cli": "11.2.7",
"@angular/compiler-cli": "11.2.8",
"@angular/language-service": "11.2.8",
"@commitlint/cli": "12.1.1",
"@commitlint/config-conventional": "12.1.1",
"@types/jest": "26.0.16",
"@types/node": "14.14.10",
"@routerkit/core": "0.8.1",
"all-contributors-cli": "6.19.0",
"@routerkit/core": "0.9.0",
"all-contributors-cli": "6.20.0",
"codelyzer": "6.0.1",
"husky": "4.3.4",
"husky": "4.3.8",
"jest": "26.6.3",
"lint-staged": "10.5.3",
"ng-packagr": "11.0.3",
"ng-packagr": "11.2.4",
"prettier": "2.2.1",
"protractor": "7.0.0",
"snyk": "1.434.2",
"ts-node": "9.1.0",
"tsickle": "0.39.1",
"tslib": "2.0.3",
"tslib": "2.1.0",
"typescript": "4.0.5",
"yarn": "1.22.10"
}
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"@angular/router": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"rxjs": ">=6.0.0 || ^5.6.0-forward-compat.4",
"tslib": "~2.0.3"
"tslib": "~2.0.3 || ~2.1.0"
},
"keywords": [
"angular",
Expand Down
Loading

0 comments on commit d90a8dd

Please sign in to comment.