Skip to content

Commit

Permalink
Add data-stores package and wordpress element dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyip committed Oct 25, 2023
1 parent bcb96d5 commit 5b9d560
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/data-stores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@wordpress/data-controls": "^3.13.0",
"@wordpress/deprecated": "^3.44.0",
"@wordpress/url": "^3.45.0",
"@wordpress/element": "^5.21.0",
"fast-json-stable-stringify": "^2.1.0",
"i18n-calypso": "workspace:^",
"qs": "^6.9.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useCallback } from '@wordpress/element';
import type { SiteDetails } from '@automattic/data-stores';
import type { SiteDetails } from '../site/types';

/**
* Returns a function that will return a formatted checkout link for the given add-on and quantity.
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ __metadata:
"@wordpress/api-fetch": ^6.41.0
"@wordpress/data-controls": ^3.13.0
"@wordpress/deprecated": ^3.44.0
"@wordpress/element": ^5.21.0
"@wordpress/url": ^3.45.0
fast-json-stable-stringify: ^2.1.0
i18n-calypso: "workspace:^"
Expand Down

0 comments on commit 5b9d560

Please sign in to comment.