Skip to content

Commit 6396730

Browse files
MichaelDeBoeyianschmitz
authored andcommitted
Update template dependencies to latest version (facebook#9526)
Co-authored-by: Ian Schmitz <ianschmitz@gmail.com>
1 parent d34e911 commit 6396730

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

packages/cra-template-typescript/template.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"package": {
33
"dependencies": {
4-
"@testing-library/jest-dom": "^5.11.0",
5-
"@testing-library/react": "^10.4.3",
6-
"@testing-library/user-event": "^12.0.11",
4+
"@testing-library/jest-dom": "^5.11.4",
5+
"@testing-library/react": "^11.0.2",
6+
"@testing-library/user-event": "^12.1.4",
77
"@types/node": "^12.0.0",
8-
"@types/react": "^16.9.0",
9-
"@types/react-dom": "^16.9.0",
10-
"@types/jest": "^26.0.0",
11-
"typescript": "^3.9.5",
12-
"web-vitals": "^0.2.2"
8+
"@types/react": "^16.9.49",
9+
"@types/react-dom": "^16.9.8",
10+
"@types/jest": "^26.0.13",
11+
"typescript": "^4.0.2",
12+
"web-vitals": "^0.2.4"
1313
},
1414
"eslintConfig": {
1515
"extends": ["react-app", "react-app/jest"]

packages/cra-template/template.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"package": {
33
"dependencies": {
4-
"@testing-library/jest-dom": "^5.11.0",
5-
"@testing-library/react": "^10.4.3",
6-
"@testing-library/user-event": "^12.0.11",
7-
"web-vitals": "^0.2.2"
4+
"@testing-library/jest-dom": "^5.11.4",
5+
"@testing-library/react": "^11.0.2",
6+
"@testing-library/user-event": "^12.1.4",
7+
"web-vitals": "^0.2.4"
88
},
99
"eslintConfig": {
1010
"extends": ["react-app", "react-app/jest"]

0 commit comments

Comments
 (0)