Javi Monleon

Results 3 comments of Javi Monleon

By checking `package-lock.json` version `4.0.0` is compatible with Angular 15 ``` "node_modules/ng2-dragula": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/ng2-dragula/-/ng2-dragula-4.0.0.tgz", "integrity": "sha512-f6LntgWvh+MQRfDKlS+ZSKx/AFqF9dN7MJi7v/SDMPjj9pYkd8YgiL4uKGEC2Bjcuz13rzJgkJY/7kDj/kTKwg==", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { "@angular/animations": "^15.0.0", "@angular/common": "^15.0.0",...