I’ve updated all packages that can be updated but now I’m stuck with the following list of constraints when I tried to upgrade to Meteor 3.0.2:
meteor update
=> Errors while initializing project:
While selecting package versions:
error: Conflict: Constraint blaze@2.8.0 is not satisfied by blaze 3.0.0.
Constraints on package "blaze":
* blaze@2.8.0 <- blaze-html-templates 2.0.1
* blaze@3.0.0 <- spacebars 2.0.0 <- harry97:ssr 2.2.2
* blaze@3.0.0 <- templating-runtime 2.0.0 <- templating 1.4.4 <- blaze-html-templates 2.0.1
* blaze@2.7.1 || 2.8.0 || 2.9.0 || 3.0.0-alpha300.0 <- ostrio:flow-router-extra 3.11.0-rc300.1
* blaze@3.0.0 <- accounts-base 3.0.1 <- accounts-password 3.0.1
* blaze@3.0.0-alpha300.17 <- harry97:ssr 2.2.2
* blaze@2.5.0||3.0.0-alpha300.17 <- useraccounts:core 1.17.1
Conflict: Constraint webapp@1.3.10 is not satisfied by webapp 2.0.1.
Constraints on package "webapp":
* webapp@2.0.1 <- top level
* webapp@~2.0.1 <- top level
* webapp@2.0.0 <- meteor-base 1.5.2
* webapp@2.0.0 <- routepolicy 1.1.2 <- ddp-server 3.0.1 <- ddp 1.4.2 <- accounts-base 3.0.1 <- accounts-password 3.0.1
* webapp@2.0.0 <- routepolicy 1.1.2 <- ddp-server 3.0.1 <- ddp 1.4.2 <- accounts-password 3.0.1
* webapp@2.0.0 <- routepolicy 1.1.2 <- meteorhacks:inject-initial 1.0.3 <- utilities:avatar 0.9.2
* webapp@2.0.0 <- routepolicy 1.1.2 <- webapp 2.0.1
* webapp@2.0.1 <- ddp-server 3.0.1 <- ddp 1.4.2 <- accounts-base 3.0.1 <- accounts-password 3.0.1
* webapp@2.0.1 <- ddp-server 3.0.1 <- ddp 1.4.2 <- accounts-password 3.0.1
* webapp@2.0.0 <- autoupdate 2.0.0 <- hot-code-push 1.0.5 <- meteor-base 1.5.2
* webapp@2.0.1 <- mongo 2.0.1
* webapp@1.3.10 <- nitrolabs:cdn 1.3.0
* webapp@2.0.0 <- browser-policy-content 2.0.0 <- browser-policy 1.1.3
* webapp@2.0.0 <- browser-policy-common 1.0.13 <- browser-policy 1.1.3
* webapp@2.0.0-rc300.8 <- montiapm:agent 3.0.0-beta.5
Conflict: Constraint typescript@3.7.0 || 4.1.2 || 4.3.2 || 4.9.5-beta300.0 is not satisfied by typescript 5.4.3.
Constraints on package "typescript":
* typescript@~5.4.3 <- top level
* typescript@5.4.3 <- logging 1.3.5 <- email 3.0.100
* typescript@4.9.5 || 5.4.3-rc300.0 <- ostrio:flow-router-extra 3.11.0-rc300.1
* typescript@3.7.0 || 4.1.2 || 4.3.2 || 4.9.5-beta300.0 <- itgenio:persistent-session 0.4.12
Conflict: Constraint jquery@3.0.0 is not satisfied by jquery 1.11.11.
Constraints on package "jquery":
* jquery@1.11.10 <- top level
* jquery@1.11.9 || 3.0.0 <- blaze 3.0.0 <- accounts-base 3.0.1 <- accounts-password 3.0.1
* jquery@1.11.9 || 3.0.0 <- blaze 3.0.0 <- blaze-html-templates 2.0.1
* jquery@1.11.3 <- peppelg:bootstrap-3-modal 1.0.4
* jquery@1.0.0 <- lookback:tooltips 0.3.1
* jquery@1.0.0 <- jeremy:selectize 0.12.1_5
* jquery@1.0.1 <- chrismbeckett:toastr 2.1.2_1
* jquery@3.0.0 <- useraccounts:core 1.17.1
Would appreciate any help to point me in the right direction as to how I can overcome these constraints. Thank you in advance!