Skip to content

Commit

Permalink
Updated dependencies related to testing (#2161)
Browse files Browse the repository at this point in the history
* updated dependencies related to testing

* Installed @testing-library/dom

* fixed warning
  • Loading branch information
YaroslavChuiko committed Oct 4, 2024
1 parent 410eddb commit 8dbfb4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"@mui/x-date-pickers": "^5.0.20",
"@reduxjs/toolkit": "^1.9.7",
"@tinymce/tinymce-react": "^4.3.0",
"@vitest/coverage-c8": "^0.28.3",
"@vitest/coverage-v8": "^0.34.6",
"allotment": "^1.19.3",
"axios": "^1.6.0",
"date-fns": "^2.30.0",
Expand Down Expand Up @@ -51,22 +49,24 @@
"@storybook/preset-create-react-app": "^1.2.0",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@types/dompurify": "^3.0.5",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.28",
"@types/react-swipeable-views": "^0.13.3",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-react": "^4.1.1",
"@vitest/coverage-v8": "^2.0.4",
"axios-mock-adapter": "^1.22.0",
"babel-loader": "^9.1.3",
"c8": "^8.0.1",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"css-mediaquery": "^0.1.2",
"eslint": "^8.52.0",
Expand All @@ -91,9 +91,9 @@
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-html": "^3.2.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.6",
"vitest-fetch-mock": "^0.2.2",
"vitest-sonar-reporter": "^0.4.1"
"vitest": "^2.0.4",
"vitest-fetch-mock": "^0.3.0",
"vitest-sonar-reporter": "^2.0.0"
},
"scripts": {
"start": "vite",
Expand Down
File renamed without changes.

0 comments on commit 8dbfb4d

Please sign in to comment.