elementor-icons/package.json
dependabot[bot] 49b7e9e33f
Bump glob-parent and matchdep
Removes [glob-parent](https://github.com/gulpjs/glob-parent). It's no longer used after updating ancestor dependency [matchdep](https://github.com/tkellen/js-matchdep). These dependencies need to be updated together.


Removes `glob-parent`

Updates `matchdep` from 1.0.1 to 2.0.0
- [Release notes](https://github.com/tkellen/js-matchdep/releases)
- [Commits](https://github.com/tkellen/js-matchdep/compare/v1.0.1...v2.0.0)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
- dependency-name: matchdep
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 12:46:17 +00:00

23 lines
533 B
JSON

{
"name": "elementor-icons",
"slug": "elementor-icons",
"version": "5.19.0",
"author": "Elementor",
"homepage": "https://elementor.com/",
"devDependencies": {
"autoprefixer": "~6.3.5",
"cssnano": "~3.5.2",
"grunt": "^1.4.1",
"grunt-banner": "~0.6.0",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "~0.8.0",
"grunt-sass": "~3.1.0",
"matchdep": "~2.0.0",
"sass": "^1.53.0"
},
"dependencies": {
"@lodder/grunt-postcss": "^3.1.1"
}
}