Skip to content

Commit

Permalink
Merge pull request #56 from ng-turkey/feat/update-to-angular-12
Browse files Browse the repository at this point in the history
Updated library dependencies to Angular 12
  • Loading branch information
bnymncoskuner authored Jul 13, 2021
2 parents 87a5f48 + c4bf29b commit fbe757d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngxs-reset-plugin",
"version": "1.4.0",
"version": "1.4.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -14,7 +14,7 @@
},
"private": true,
"dependencies": {
"@angular/core": ">=5.0.0 <12.0.0",
"@angular/core": ">=5.0.0 <13.0.0",
"@ngxs/store": ">=0.0.0 <4.0.0",
"rxjs": ">=6.0.0 || ^5.6.0-forward-compat.4",
"tslib": "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngxs-reset-plugin",
"version": "1.4.0",
"version": "1.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/ng-turkey/ngxs-reset-plugin.git"
Expand All @@ -24,7 +24,7 @@
"state defaults"
],
"peerDependencies": {
"@angular/core": ">=5.0.0 <12.0.0",
"@angular/core": ">=5.0.0 <13.0.0",
"@ngxs/store": ">=0.0.0 <4.0.0",
"rxjs": ">=6.0.0 || ^5.6.0-forward-compat.4"
}
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,12 @@
resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0.tgz#227dc53e1ac81824f998c6e76000b7efc522641e"
integrity sha512-6Pxgsrf0qF9iFFqmIcWmjJGkkCaCm6V5QNnxMy2KloO3SDq6QuMVRbN9RtC8Urmo25LP+eZ6ZgYqFYpdD8Hd9w==

"@angular/core@>=5.0.0 <12.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.0.tgz#cdb89f3877f6e5487a0e5f18d234447ec41e8184"
integrity sha512-FNewyMwYy+kGdw1xWfrtaPD2cSQs3kDVFbl8mNMSzp933W5yMsHDvjXb0+nPFqEb8ywEIdm3MsBMK0y3iBWZQw==
"@angular/core@>=5.0.0 <13.0.0":
version "12.1.1"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-12.1.1.tgz#448cdc0927bae1420934f6463ac64414d00bc3b0"
integrity sha512-7Q4na8zCXi4ITBG8kgbS+vnnVK0GDU2WXU80/il096+8YPFKfj6MyDWZH79KA3jrIg9/yhLwSQx8x8wnj8dqBA==
dependencies:
tslib "^2.0.0"
tslib "^2.2.0"

"@angular/language-service@^11.0.0":
version "11.0.0"
Expand Down Expand Up @@ -8576,6 +8576,11 @@ tslib@^1.10.0, tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2.2.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==

tslint@~6.1.0:
version "6.1.3"
resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.3.tgz#5c23b2eccc32487d5523bd3a470e9aa31789d904"
Expand Down

0 comments on commit fbe757d

Please sign in to comment.