We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a167161 commit dc92c22Copy full SHA for dc92c22
.github/workflows/update-internal-dependencies.yml
@@ -33,7 +33,7 @@ jobs:
33
latest=$(npm view "$dep" version)
34
echo "Upgrading $dep to $latest"
35
# Use jq to update the version in package.json
36
- jq --arg section "$section" --arg dep "$dep" --arg ver "^$latest" \
+ jq --arg section "$section" --arg dep "$dep" --arg ver "$latest" \
37
'(.[$section][$dep]) |= $ver' package.json > package.json.tmp && mv package.json.tmp package.json
38
done
39
0 commit comments