dependabot[bot] 6c9af765ec
chore(deps-dev): bump core-js from 3.26.1 to 3.27.1
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.26.1 to 3.27.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.27.1/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 09:03:04 +00:00

40 lines
904 B
JSON

{
"name": "@strapi/admin-test-utils",
"version": "4.5.6",
"private": true,
"description": "Test utilities for the Strapi administration panel",
"license": "MIT",
"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/index.js",
"devDependencies": {
"@testing-library/jest-dom": "5.16.5",
"core-js": "3.27.1",
"jest-styled-components": "7.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"redux": "^4.0.1",
"styled-components": "5.3.3"
},
"peerDependencies": {
"redux": "^4.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=14.19.1 <=18.x.x"
}
}