mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Build/Test Tools: Fix WP version in package-lock.json.
After [56966], CI jobs that check the `package-lock.json` failed on the "Ensure version-controlled files are not modified or deleted" task. There are 2 version fields that need to be updated for the new WP version. This changeset updates the "packages" > "version" for 6.5.0. Follow-up to [56966]. Props swissspidy, benharri. Unprops hellofromTonya. Fixes #59665. git-svn-id: https://develop.svn.wordpress.org/trunk@56968 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -6,7 +6,7 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "WordPress",
|
||||
"version": "6.4.0",
|
||||
"version": "6.5.0",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"dependencies": {
|
||||
"@emotion/is-prop-valid": "0.8.8",
|
||||
|
||||
Reference in New Issue
Block a user