summaryrefslogtreecommitdiff
path: root/package-lock.json
Commit message (Collapse)AuthorAgeFilesLines
* Refactor Gitea workflow and update package dependenciesValentin Popov16 hours1-177/+165
| | | | | | - Simplified the Gitea workflow by removing the E2E testing section and renaming the integration tests job. - Updated package-lock.json to include new dependencies for escape-string-regexp and removed outdated dependencies. - Removed Playwright configuration and related test files from the playground directory to streamline testing processes.
* Remove 'peer' property from several dependencies in package-lock.json and ↵Valentin Popov23 hours1-50/+108
| | | | add @types/react-dom as a peer dependency for multiple Strapi modules.
* Update dependency @sindresorhus/slugify to v3renovate[bot]23 hours1-133/+60
|
* Enhance checkbox-list custom field functionalityValentin Popov24 hours1-33/+526
| | | | | | | | - Added CheckboxListEnumInput component for handling enumeration inputs. - Updated CheckboxListDefaultInput to support new options structure. - Integrated validation for checkbox list options using Yup. - Modified package.json and package-lock.json to include new dependencies. - Improved admin interface with enhanced input handling and validation feedback.
* Add checkbox-list custom field plugin to StrapiValentin Popov26 hours1-28/+144
| | | | | | | | - Introduced a new custom field type 'checkbox-list' with associated input component. - Updated package.json to reflect the new plugin name. - Added necessary server-side files for plugin registration, including bootstrap, destroy, and service methods. - Updated package-lock.json to include new dependencies and versions. - Enhanced admin interface with custom field registration and input handling.
* Initial Strapi plugin projectValentin Popov27 hours1-0/+24243