Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6c80b6a

Browse files
committed
Update template.json
1 parent a7f6c35 commit 6c80b6a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/cra-template-typescript/template.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"package": {
33
"dependencies": {
44
"@testing-library/jest-dom": "^5.11.4",
5-
"@testing-library/react": "^10.4.9",
6-
"@testing-library/user-event": "^12.1.2",
7-
"@types/node": "^14.6.0",
8-
"@types/react": "^16.9.46",
5+
"@testing-library/react": "^11.0.2",
6+
"@testing-library/user-event": "^12.1.4",
7+
"@types/node": "^14.10.1",
8+
"@types/react": "^16.9.49",
99
"@types/react-dom": "^16.9.8",
10-
"@types/jest": "^26.0.10",
10+
"@types/jest": "^26.0.13",
1111
"typescript": "^4.0.2",
1212
"web-vitals": "^0.2.4"
1313
},

packages/cra-template/template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"package": {
33
"dependencies": {
44
"@testing-library/jest-dom": "^5.11.4",
5-
"@testing-library/react": "^10.4.9",
6-
"@testing-library/user-event": "^12.1.2",
5+
"@testing-library/react": "^11.0.2",
6+
"@testing-library/user-event": "^12.1.4",
77
"web-vitals": "^0.2.4"
88
},
99
"eslintConfig": {

0 commit comments

Comments
 (0)