Skip to content

Commit

Permalink
feat: ✨ support @testing-library/dom v10 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman authored Jun 4, 2024
1 parent 8aca5d1 commit cb6ba2a
Show file tree
Hide file tree
Showing 2 changed files with 730 additions and 775 deletions.
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"eslint-plugin-astro": "^1.1.1",
"eslint-plugin-import-x": "0.5.0",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-jest-dom": "^5.2.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node-import": "^1.0.4",
"eslint-plugin-react": "^7.34.1",
Expand All @@ -71,37 +71,38 @@
},
"devDependencies": {
"@commitlint/config-conventional": "19.2.2",
"@eslint/config-inspector": "0.4.7",
"@eslint/config-inspector": "0.4.10",
"@jimmy.codes/prettier-config": "1.1.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "12.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "12.0.0",
"@semantic-release/release-notes-generator": "13.0.0",
"@tanstack/react-query": "5.32.0",
"@testing-library/react": "15.0.5",
"@tanstack/react-query": "5.40.0",
"@testing-library/dom": "10.1.0",
"@testing-library/react": "16.0.0",
"@types/eslint": "8.56.10",
"@types/eslint__js": "8.42.3",
"@types/node": "20.12.7",
"@types/react": "18.3.1",
"@vitest/coverage-v8": "1.5.2",
"astro": "4.7.0",
"@types/node": "20.14.1",
"@types/react": "18.3.3",
"@vitest/coverage-v8": "1.6.0",
"astro": "4.9.2",
"clean-pkg-json": "1.2.0",
"commitlint": "19.3.0",
"eslint": "8.57.0",
"eslint-typegen": "0.2.4",
"gitzy": "5.3.0",
"gitzy": "5.4.0",
"is-ci": "3.0.1",
"jiti": "1.21.0",
"lefthook": "1.6.10",
"pkgroll": "2.0.2",
"prettier": "3.2.5",
"lefthook": "1.6.15",
"pkgroll": "2.1.1",
"prettier": "3.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"semantic-release": "23.0.8",
"tsx": "4.7.3",
"tsx": "4.11.2",
"typescript": "5.4.5",
"vitest": "1.5.2"
"vitest": "1.6.0"
},
"peerDependencies": {
"eslint": "^8.57.0"
Expand Down
Loading

0 comments on commit cb6ba2a

Please sign in to comment.