strapi/packages/core/utils/package.json
dependabot[bot] 04bd1d9eeb
chore(deps): bump date-fns from 2.29.3 to 2.30.0
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.29.3 to 2.30.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/v2.30.0/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v2.29.3...v2.30.0)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-14 23:04:03 +00:00

53 lines
1.1 KiB
JSON

{
"name": "@strapi/utils",
"version": "4.10.5",
"description": "Shared utilities for the Strapi packages",
"keywords": [
"strapi",
"utils"
],
"homepage": "https://strapi.io",
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
},
"maintainers": [
{
"name": "Strapi Solutions SAS",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"main": "./lib",
"types": "./index.d.ts",
"directories": {
"lib": "./lib"
},
"scripts": {
"test:unit": "run -T jest",
"test:unit:watch": "run -T jest --watch",
"lint": "run -T eslint ."
},
"dependencies": {
"@sindresorhus/slugify": "1.1.0",
"date-fns": "2.30.0",
"http-errors": "1.8.1",
"lodash": "4.17.21",
"p-map": "4.0.0",
"yup": "0.32.9"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
}
}