Skip to content

Commit

Permalink
Fix: Move @testing-library/dom to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amitb0ra committed Dec 5, 2024
1 parent 0b95c2e commit a4fdadf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
17 changes: 13 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"@pdfme/generator": "^5.2.3",
"@pdfme/schemas": "^5.1.6",
"@reduxjs/toolkit": "^2.3.0",
"@testing-library/dom": "^10.4.0",
"@vitejs/plugin-react": "^4.3.3",
"babel-plugin-transform-import-meta": "^2.2.1",
"bootstrap": "^5.3.3",
Expand Down Expand Up @@ -120,6 +119,7 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^12.1.10",
"@testing-library/dom": "^10.4.0",
"@types/inquirer": "^9.0.7",
"@types/jest": "^26.0.24",
"@types/js-cookie": "^3.0.6",
Expand Down Expand Up @@ -175,4 +175,4 @@
],
"**/*.{ts, tsx, json}": "eslint --fix"
}
}
}

0 comments on commit a4fdadf

Please sign in to comment.