Skip to content

Commit

Permalink
fix: jest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Aug 30, 2020
1 parent 085cec8 commit d103e54
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions plugins/jest-snapshots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,17 @@
"@component-controls/store": "^1.24.3",
"@component-controls/webpack-compile": "^1.24.3",
"@component-controls/webpack-configs": "^1.24.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^10.4.9",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.3",
"enzyme-to-json": "^3.5.0",
"jest": "^26.4.2",
"jest-cli": "^26.4.2",
"react-test-renderer": "^16.13.1",
"rc-util": "^5.0.7"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^10.4.9",
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^26.0.10",
Expand All @@ -57,12 +62,7 @@
"@types/react-test-renderer": "^16.9.3",
"@types/testing-library__jest-dom": "^5.9.2",
"@types/testing-library__react": "^10.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.3",
"enzyme-to-json": "^3.5.0",
"jest": "^26.4.2",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1",
"typescript": "^3.8.3"
},
"publishConfig": {
Expand Down

0 comments on commit d103e54

Please sign in to comment.