store icon indicating copy to clipboard operation
store copied to clipboard

Angular Version 12 is not supporting.

Open mesineni opened this issue 4 years ago • 1 comments

This is a...

  • [ ] feature request
  • [ x] bug report
  • [ ] usage question

What toolchain are you using for transpilation/bundling?

  • [x ] @angular/cli
  • [ ] Custom @ngTools/webpack
  • [ ] Raw ngc
  • [ ] SystemJS
  • [ ] Rollup
  • [ ] Other

Environment

NodeJS Version: 14.6.0 Typescript Version: 4.2.4 Angular Version: 12.0.1 @angular-redux/store version: 10.0.0 @angular/cli version: (if applicable) 12.0.1 OS:

Link to repo showing the issus

(optional, but helps a lot)

Expected Behaviour:

Should support Angular v12

Actual Behaviour:

Package "@angular-redux/store" has an incompatible peer dependency to "@angular/core" (requires "^7.0.0" (extended), would install "12.0.2").

Stack Trace/Error Message:

Package "@angular-redux/store" has an incompatible peer dependency to "@angular/core" (requires "^7.0.0" (extended), would install "12.0.2").

Additional Notes:

(optional)

mesineni avatar May 28 '21 08:05 mesineni

Hey, I'm trying to maintain this library. https://github.com/angular-redux2/store

Garefild avatar Sep 16 '21 22:09 Garefild