Skip to content

Commit

Permalink
chore: Update Testing Library and Faker-JS Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ITenthusiasm committed Dec 13, 2024
1 parent b2d3cb5 commit cf03cc4
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 113 deletions.
162 changes: 53 additions & 109 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format": "prettier --ignore-path .gitignore --write ."
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@faker-js/faker": "^9.3.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.17.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
},
"devDependencies": {
"@testing-library/dom": "^9.3.4"
"@testing-library/dom": "^10.4.0"
},
"author": "Isaiah Thomason",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react": ">=16.8.0"
},
"devDependencies": {
"@testing-library/react": "^14.3.1",
"@testing-library/react": "^16.1.0",
"@types/react": "^18.3.16"
},
"author": "Isaiah Thomason",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@testing-library/svelte": "^4.2.3",
"@testing-library/svelte": "^5.2.6",
"svelte": "^4.2.19"
},
"author": "Isaiah Thomason",
Expand Down

0 comments on commit cf03cc4

Please sign in to comment.