I recently created a library for the first time. I need to upgrade it to v17 now. I couldn't find much info on what needs to be done. I ran the regular ng update command but I noticed in the library directory there is a package.json that has looks like this json { "name": "ngx-aim", "version": "0.0.1", "peerDependencies": { "@angular/common": "^15.2.0", "@angular/core": "^15.2.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false }
Do I just need to change ^15.2.0 to ^17.0.9?