Skip to content

Commit

Permalink
feat(package): migrate to ng9
Browse files Browse the repository at this point in the history
BREAKING CHANGE: ng9
  • Loading branch information
fulls1z3 committed Apr 27, 2020
1 parent b606776 commit 0a1c4c1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@commitlint/config-conventional": "^8.3.4",
"@types/auth0-js": "^9.12.0",
"@types/jest": "^23.3.14",
"@types/node": "^12.0.0",
"@types/node": "^10.0.0",
"angular-tslint-rules": "^1.20.4",
"auth0-js": "^9.13.0",
"codelyzer": "^5.2.2",
Expand Down
3 changes: 0 additions & 3 deletions packages/@ngx-auth/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
"url": "https://github.com/fulls1z3/ngx-auth/issues"
},
"homepage": "https://github.com/fulls1z3/ngx-auth/tree/master/packages/@ngx-auth/auth0#readme",
"dependencies": {
"tslib": "^1.10.0"
},
"peerDependencies": {
"@angular/common": ">=9.0.0 <10.0.0",
"@angular/core": ">=9.0.0 <10.0.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/@ngx-auth/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"url": "https://github.com/fulls1z3/ngx-auth/issues"
},
"homepage": "https://github.com/fulls1z3/ngx-auth/tree/master/packages/@ngx-auth/core#readme",
"dependencies": {
"tslib": "^1.10.0"
},
"peerDependencies": {
"@angular/common": ">=9.0.0 <10.0.0",
"@angular/core": ">=9.0.0 <10.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1224,10 +1224,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.4.tgz#1581d6c16e3d4803eb079c87d4ac893ee7501c2c"
integrity sha512-x26ur3dSXgv5AwKS0lNfbjpCakGIduWU1DU91Zz58ONRWrIKGunmZBNv4P7N+e27sJkiGDsw/3fT4AtsqQBrBA==

"@types/node@^12.0.0":
version "12.12.37"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.37.tgz#cb4782d847f801fa58316da5b4801ca3a59ae790"
integrity sha512-4mXKoDptrXAwZErQHrLzpe0FN/0Wmf5JRniSVIdwUrtDf9wnmEV1teCNLBo/TwuXhkK/bVegoEn/wmb+x0AuPg==
"@types/node@^10.0.0":
version "10.17.21"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.21.tgz#c00e9603399126925806bed2d9a1e37da506965e"
integrity sha512-PQKsydPxYxF1DsAFWmunaxd3sOi3iMt6Zmx/tgaagHYmwJ/9cRH91hQkeJZaUGWbvn0K5HlSVEXkn5U/llWPpQ==

"@types/normalize-package-data@^2.4.0":
version "2.4.0"
Expand Down

0 comments on commit 0a1c4c1

Please sign in to comment.