aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
Commit message (Collapse)AuthorAge
* Fixed eslintrc as root for this folder; Reformatted all files.Libravatar Vijay A2021-07-31
|
* Removed minification of images since we no longer need binary image files.Libravatar Vijay A2021-07-06
|
* Bump glob-parent from 5.1.1 to 5.1.2Libravatar dependabot[bot]2021-06-12
| | | | | | | | | | | | | | Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Upgraded node modules to the latest versions.Libravatar Vijay A2021-05-26
|
* Added check for verifying that the 'package.json' file has a versionLibravatar Vijay A2021-05-16
| | | | change if there are other changes in the same recipe.
* Bump hosted-git-info from 2.8.8 to 2.8.9 (#494)Libravatar dependabot[bot]2021-05-11
| | | | | | | | | | Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Added missing hygiene stuff (#493)Libravatar Vijay Raghavan Aravamudhan2021-05-11
| | | Added husky and pre-commit hook to avoid CI exposing build breakages
* Bump is-svg from 4.2.1 to 4.3.1 (#454)Libravatar dependabot[bot]2021-03-22
| | | | | | | | | Bumps [is-svg](https://github.com/sindresorhus/is-svg) from 4.2.1 to 4.3.1. - [Release notes](https://github.com/sindresorhus/is-svg/releases) - [Commits](https://github.com/sindresorhus/is-svg/compare/v4.2.1...v4.3.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ini from 1.3.5 to 1.3.8 (#386)Libravatar dependabot[bot]2021-01-05
| | | | | | | | | Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Minify images using ImageOptim (lossless compression) (#326)Libravatar Vijay Raghavan Aravamudhan2020-10-11
|
* Revert "Use imagemin to minify images (#323)"Libravatar Amine Mouafik2020-10-10
| | | | This reverts commit 5f7d8ebe6d8a9a9e5a1b4e9f041ece1a7ae38ab1.
* Use imagemin to minify images (#323)Libravatar Vijay Raghavan Aravamudhan2020-10-09
|
* Unpack recipes and update recipes icons (#292)Libravatar Bennett2020-09-22
Co-authored-by: Amine Mouafik <amine@mouafik.fr>