Skip to content

Commit

Permalink
move jest-json-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
timarney committed Apr 20, 2022
1 parent 9b3caf7 commit 93cf953
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 40 deletions.
49 changes: 12 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@
"jest-environment-jsdom": "^27.4.6",
"jest-extended": "^2.0.0",
"jest-fetch-mock": "^3.0.3",
"jest-json-schema": "^6.1.0",
"jest-matcher-deep-close-to": "^3.0.2",
"jest-silent-reporter": "^0.5.0",
"jest-styled-components": "^7.0.8",
Expand Down
3 changes: 2 additions & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"babel-jest": "^27.4.6",
"expect-puppeteer": "^6.0.2",
"jest-extended": "^2.0.0",
"jest-puppeteer": "^6.1.0"
"jest-puppeteer": "^6.1.0",
"jest-json-schema": "^6.1.0"
},
"peerDependencies": {
"puppeteer": "*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* External dependencies
*/

// eslint-disable-next-line import/no-extraneous-dependencies -- in package.json
import { matchers } from 'jest-json-schema';

import {
Expand Down

0 comments on commit 93cf953

Please sign in to comment.