mirror of
https://github.com/strapi/strapi.git
synced 2026-01-04 03:03:38 +00:00
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>
36 lines
812 B
JSON
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"
|
|
}
|
|
}
|