Skip to content

Commit

Permalink
Fix irregular workspace version numbers (WordPress#68467)
Browse files Browse the repository at this point in the history
Some packages and dependencies were introduced that do not use the version scheme currently used by Gutenberg for workspace dependencies: `*`.

All workspace dependencies in the project should use the same versioning scheme.

---

Co-authored-by: sirreal <[email protected]>
Co-authored-by: swissspidy <[email protected]>
Co-authored-by: gziolo <[email protected]>
  • Loading branch information
4 people authored Jan 2, 2025
1 parent 921536e commit dbc1bb4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/edit-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@wordpress/icons": "*",
"@wordpress/keyboard-shortcuts": "*",
"@wordpress/keycodes": "*",
"@wordpress/media-utils": "5.14.0",
"@wordpress/media-utils": "*",
"@wordpress/notices": "*",
"@wordpress/patterns": "*",
"@wordpress/plugins": "*",
Expand Down
18 changes: 9 additions & 9 deletions packages/upload-media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"types": "build-types",
"dependencies": {
"@shopify/web-worker": "^6.4.0",
"@wordpress/api-fetch": "file:../api-fetch",
"@wordpress/blob": "file:../blob",
"@wordpress/compose": "file:../compose",
"@wordpress/data": "file:../data",
"@wordpress/element": "file:../element",
"@wordpress/i18n": "file:../i18n",
"@wordpress/preferences": "file:../preferences",
"@wordpress/private-apis": "file:../private-apis",
"@wordpress/url": "file:../url",
"@wordpress/api-fetch": "*",
"@wordpress/blob": "*",
"@wordpress/compose": "*",
"@wordpress/data": "*",
"@wordpress/element": "*",
"@wordpress/i18n": "*",
"@wordpress/preferences": "*",
"@wordpress/private-apis": "*",
"@wordpress/url": "*",
"uuid": "^9.0.1"
},
"publishConfig": {
Expand Down

0 comments on commit dbc1bb4

Please sign in to comment.