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 952f169 commit fd4d959
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@types/jest": "^23.3.14",
"@types/node": "^12.0.0",
"@types/node": "^10.0.0",
"angular-tslint-rules": "^1.20.4",
"codelyzer": "^5.2.2",
"cz-conventional-changelog": "^3.1.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/@ngx-cache/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
"url": "https://github.com/fulls1z3/ngx-cache/issues"
},
"homepage": "https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/core#readme",
"dependencies": {
"tslib": "^1.10.0"
},
"peerDependencies": {
"@angular/core": ">=9.0.0 <10.0.0",
"rxjs": ">=6.0.0"
Expand Down
3 changes: 0 additions & 3 deletions packages/@ngx-cache/fs-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
"url": "https://github.com/fulls1z3/ngx-cache/issues"
},
"homepage": "https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/fs-storage#readme",
"dependencies": {
"tslib": "^1.10.0"
},
"peerDependencies": {
"@angular/core": ">=9.0.0 <10.0.0",
"@ngx-cache/core": ">=9.0.0 <10.0.0"
Expand Down
3 changes: 0 additions & 3 deletions packages/@ngx-cache/platform-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"url": "https://github.com/fulls1z3/ngx-cache/issues"
},
"homepage": "https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/platform-browser#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-cache/platform-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"url": "https://github.com/fulls1z3/ngx-cache/issues"
},
"homepage": "https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/platform-server#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 @@ -1209,10 +1209,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 fd4d959

Please sign in to comment.