Add @wordpress/data to package.json
I use it for the useSelect in BlockEditor, to get the styles.
This commit is contained in:
parent
26e3268579
commit
bb9748b2cc
|
@ -12,9 +12,10 @@
|
|||
"@wordpress/block-editor": "13.0.0",
|
||||
"@wordpress/block-library": "9.0.0",
|
||||
"@wordpress/components": "28.0.0",
|
||||
"@wordpress/data": "^10.0.0",
|
||||
"@wordpress/element": "6.0.0",
|
||||
"@wordpress/format-library": "5.0.0",
|
||||
"@wordpress/interface": "^6.0.0"
|
||||
"@wordpress/interface": "6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-react": "^4.3.1",
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"@wordpress/block-editor": "13.0.0",
|
||||
"@wordpress/block-library": "9.0.0",
|
||||
"@wordpress/components": "28.0.0",
|
||||
"@wordpress/data": "^10.0.0",
|
||||
"@wordpress/element": "6.0.0",
|
||||
"@wordpress/format-library": "5.0.0",
|
||||
"@wordpress/interface": "6.0.0"
|
||||
|
|
Loading…
Reference in New Issue