Skip to content

Commit

Permalink
fix: install @wordpress/icons as dependency to prevent build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed Apr 19, 2024
1 parent 10876ec commit 579f66f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alt-text-generator-gpt-vision.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: AI Alt Text Generator for GPT Vision
* Plugin URI: https://github.com/android-com-pl/wp-ai-alt-generator
* Description: Automatically generate alternative text for images using OpenAI's GPT Vision API.
* Version: 2.1.0
* Version: 2.1.1
* Requires at least: 6.3
* Requires PHP: 8.1
* Author: android.com.pl
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"dependencies": {
"@wordpress/scripts": "^27.6.0",
"@wordpress/icons": "^9.47.0",
"ts-dom-utils": "^2.2.0"
},
"devDependencies": {
Expand All @@ -23,7 +24,6 @@
"@wordpress/hooks": "^3.55.0",
"@wordpress/html-entities": "^3.55.0",
"@wordpress/i18n": "^4.55.0",
"@wordpress/icons": "^9.46.0",
"@wordpress/notices": "^4.23.0"
}
}
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
=== AI Alt Text Generator for GPT Vision ===
Contributors: rafaucau
Donate link: https://github.com/android-com-pl/wp-ai-alt-generator?sponsor=1
Tags: alt text, accessibility, SEO, GPT-4, GPT-V, OpenAI, image
Tags: alt text, accessibility, SEO, GPT-4, GPT-V, OpenAI
Requires at least: 6.3
Tested up to: 6.5
Requires PHP: 8.1
Stable tag: 2.1.0
Stable tag: 2.1.1
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Plugin URI: https://github.com/android-com-pl/wp-ai-alt-generator
Expand Down

0 comments on commit 579f66f

Please sign in to comment.