fix: remove incompatible packages from dependencies

- Remove @wordpress/url (version doesn't exist)
- Remove unused @wordpress/date and @tanstack/react-table
- Keep only core WordPress dependencies that are actually used
- Add build/ directory with compiled assets
This commit is contained in:
dwindown
2026-04-18 13:14:39 +07:00
parent c5c1909a39
commit 6fd6d29fe8
7 changed files with 14532 additions and 4 deletions

1
build/admin.asset.php Normal file
View File

@@ -0,0 +1 @@
<?php return array('dependencies' => array('react', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '45cbff321e1153724caa');