dependabot[bot] 6ba385ba42
Bump @testing-library/jest-dom from 5.14.1 to 5.16.1
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.14.1 to 5.16.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.14.1...v5.16.1)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-19 12:18:23 +00:00

36 lines
812 B
JSON

{
"name": "@strapi/admin-test-utils",
"version": "4.0.4",
"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",
"dependencies": {
"@babel/polyfill": "7.12.1"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.1",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.15.6",
"jest-styled-components": "7.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=12.x.x <=16.x.x"
}
}