Skip to content

Commit 8290d06

Browse files
mgolKrinkle
authored andcommittedNov 8, 2023
Pin a version of grunt-wordpress to 2.1.4
`grunt-wordpress` updates `gilded-wordpress` in patch releases. However, our infra requires strict matching of the `gilded-wordpress` version in the `GW_VERSION` variable set in `gilded-wordpress.php`. Let's pin the version to avoid breaking changes from subdependencies updates.
1 parent 72a287e commit 8290d06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"async": "^3.2.0",
2424
"cheerio": "^1.0.0-rc.12",
2525
"grunt-check-modules": "^1.1.0",
26-
"grunt-wordpress": "^2.1.4",
26+
"grunt-wordpress": "2.1.4",
2727
"he": "^1.2.0",
2828
"highlight.js": "^10.7.2",
2929
"marked": "^4.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.