Skip to content

Commit

Permalink
chore: update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kabaros committed Oct 24, 2024
1 parent 962da35 commit 7d3ac34
Show file tree
Hide file tree
Showing 3 changed files with 344 additions and 285 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"postinstall": "patch-package"
},
"devDependencies": {
"@cfaester/enzyme-adapter-react-18": "^0.8.0",
"@dhis2/cli-app-scripts": "^12.0.0-alpha.19",
"@dhis2/cli-style": "^10.7.4",
"@dhis2/cypress-commands": "^10.0.3",
Expand All @@ -27,12 +28,11 @@
"@semantic-release/changelog": "^6",
"@semantic-release/exec": "^6",
"@semantic-release/git": "^10",
"@testing-library/react": "^12.1.5",
"@testing-library/react": "^16.0.1",
"cypress": "^12.16.0",
"cypress-tags": "^1.1.2",
"cypress-wait-until": "^1.7.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
"enzyme-to-json": "^3.6.2",
"eslint-plugin-cypress": "^2.15.1",
"patch-package": "^6.5.1",
Expand All @@ -50,7 +50,6 @@
"@krakenjs/post-robot": "^11.0.0",
"@reportportal/agent-js-cypress": "git+https://github.com/dhis2/agent-js-cypress.git#develop",
"@reportportal/agent-js-jest": "^5.0.7",
"@testing-library/react-hooks": "^8.0.1",
"abortcontroller-polyfill": "^1.7.5",
"array-move": "^4.0.0",
"classnames": "^2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/datatable/__tests__/useTableData.spec.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { renderHook } from '@testing-library/react-hooks'
import { renderHook } from '@testing-library/react'
import React from 'react'
import { Provider } from 'react-redux'
import configureMockStore from 'redux-mock-store'
Expand Down
Loading

0 comments on commit 7d3ac34

Please sign in to comment.