-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added PHP 8+ support * Update CHANGELOG.md Co-authored-by: Roman Sedykh <[email protected]> * Update CHANGELOG.md Co-authored-by: Roman Sedykh <[email protected]> * Updated .distignore for PHP 8+ compatibility * Revert "Updated .distignore for PHP 8+ compatibility" This reverts commit 0266444. * Revert "Revert "Updated .distignore for PHP 8+ compatibility"" This reverts commit d6cf380. * Masked secret key for security purposes * Masked secret key for security purposes * Update CHANGELOG.md Co-authored-by: Roman Sedykh <[email protected]> * Update readme.txt Co-authored-by: Roman Sedykh <[email protected]> * Fixed yarn build with node.js * Updated Uploadcare widget Co-authored-by: Roman Sedykh <[email protected]>
- Loading branch information
Showing
5 changed files
with
3,762 additions
and
3,373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"name": "uploadcare-wordpress", | ||
"version": "3.0.1", | ||
"version": "3.0.9", | ||
"devDependencies": { | ||
"@wordpress/block-editor": "^5.0.2", | ||
"@wordpress/components": "^11.0.1", | ||
"@wordpress/scripts": "^12.3.0", | ||
"react": "^16.14.0", | ||
"react-dom": "^16.10.2", | ||
"ts-loader": "^8.0.5", | ||
"typescript": "^4.0.3", | ||
"uploadcare-widget": "^3.10.2" | ||
"@wordpress/block-editor": "^10.5.0", | ||
"@wordpress/components": "^22.1.0", | ||
"@wordpress/scripts": "^24.6.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"ts-loader": "^9.4.2", | ||
"typescript": "^4.2.3", | ||
"uploadcare-widget": "^3.17.0" | ||
}, | ||
"scripts": { | ||
"watch": "wp-scripts start jsx/blocks.js jsx/admin.js jsx/transfer.js --output-path=compiled-js", | ||
"build": "wp-scripts build jsx/blocks.js jsx/admin.js jsx/transfer.js --output-path=compiled-js" | ||
}, | ||
"dependencies": { | ||
"@uploadcare/react-widget": "^1.3.2", | ||
"uploadcare-widget-tab-effects": "^1.4.7" | ||
"@uploadcare/react-widget": "^1.3.10", | ||
"uploadcare-widget-tab-effects": "^1.6.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.