diff --git a/bump.sh b/bump.sh index a1916e7e0fed8..27bdd8a2584f1 100755 --- a/bump.sh +++ b/bump.sh @@ -8,8 +8,13 @@ fi /bin/bash ./install.sh + lerna publish --force-publish=* --skip-npm --skip-git --repo-version ${ver} +# align "peerDependencies" to actual dependencies after bump +# this is technically only required for major version bumps, but in the meantime we shall do it in every bump +/bin/bash scripts/fix-peer-deps.sh + # Update CHANGELOG.md only at the root cat > /tmp/context.json </dev/null || true" \ No newline at end of file diff --git a/tools/cdk-build-tools/package.json b/tools/cdk-build-tools/package.json index 03bda6f886861..48554c07c89f3 100644 --- a/tools/cdk-build-tools/package.json +++ b/tools/cdk-build-tools/package.json @@ -32,8 +32,8 @@ }, "dependencies": { "fs-extra": "^7.0.0", - "jsii": "^0.7.8", - "jsii-pacmak": "^0.7.7", + "jsii": "^0.7.10", + "jsii-pacmak": "^0.7.10", "merkle-build": "^0.15.2", "nodeunit": "^0.11.3", "nyc": "^13.0.1",