Skip to content

Commit

Permalink
Package "page-pattern-modal": Add style dependencies (#92923)
Browse files Browse the repository at this point in the history
* Add style dependencies and bump version

* Update yarn.lock
  • Loading branch information
miksansegundo authored Jul 24, 2024
1 parent 9cb0788 commit cc5e5eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions packages/page-pattern-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/page-pattern-modal",
"version": "1.1.4",
"version": "1.1.5",
"description": "Automattic Page Pattern Modal.",
"homepage": "https://github.com/Automattic/wp-calypso",
"license": "GPL-2.0-or-later",
Expand All @@ -27,7 +27,9 @@
],
"types": "dist/types",
"dependencies": {
"@automattic/typography": "workspace:^",
"@automattic/color-studio": "2.6.0",
"@automattic/typography": "1.0.0",
"@wordpress/base-styles": "5.2.0",
"@wordpress/block-editor": "^13.2.0",
"@wordpress/blocks": "^13.2.0",
"@wordpress/components": "^28.2.0",
Expand Down
6 changes: 4 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1558,8 +1558,10 @@ __metadata:
resolution: "@automattic/page-pattern-modal@workspace:packages/page-pattern-modal"
dependencies:
"@automattic/calypso-typescript-config": "workspace:^"
"@automattic/typography": "workspace:^"
"@automattic/color-studio": "npm:2.6.0"
"@automattic/typography": "npm:1.0.0"
"@testing-library/react": "npm:^15.0.7"
"@wordpress/base-styles": "npm:5.2.0"
"@wordpress/block-editor": "npm:^13.2.0"
"@wordpress/blocks": "npm:^13.2.0"
"@wordpress/components": "npm:^28.2.0"
Expand Down Expand Up @@ -1903,7 +1905,7 @@ __metadata:
languageName: unknown
linkType: soft

"@automattic/typography@workspace:^, @automattic/typography@workspace:packages/typography":
"@automattic/typography@npm:1.0.0, @automattic/typography@workspace:^, @automattic/typography@workspace:packages/typography":
version: 0.0.0-use.local
resolution: "@automattic/typography@workspace:packages/typography"
dependencies:
Expand Down

0 comments on commit cc5e5eb

Please sign in to comment.