Skip to content

Commit

Permalink
Update template dependencies to latest version (facebook#9526)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Schmitz <ianschmitz@gmail.com>
  • Loading branch information
2 people authored and abhiisheek committed May 19, 2023
1 parent d34e911 commit 6396730
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions packages/cra-template-typescript/template.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"package": {
"dependencies": {
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.3",
"@testing-library/user-event": "^12.0.11",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.2",
"@testing-library/user-event": "^12.1.4",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/jest": "^26.0.0",
"typescript": "^3.9.5",
"web-vitals": "^0.2.2"
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/jest": "^26.0.13",
"typescript": "^4.0.2",
"web-vitals": "^0.2.4"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
Expand Down
8 changes: 4 additions & 4 deletions packages/cra-template/template.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"package": {
"dependencies": {
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.3",
"@testing-library/user-event": "^12.0.11",
"web-vitals": "^0.2.2"
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.2",
"@testing-library/user-event": "^12.1.4",
"web-vitals": "^0.2.4"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
Expand Down

0 comments on commit 6396730

Please sign in to comment.