Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
c086f73e
Unverified
Commit
c086f73e
authored
3 years ago
by
Philipp Fritsche
Browse files
Options
Download
Email Patches
Plain Diff
fix(template): upgrade `@testing-library/user-event`
parent
f99167c0
github/fork/ph-fritsche/update-template
1 merge request
!12392
fix(template): upgrade `@testing-library/user-event`
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/cra-template-typescript/template.json
+1
-1
packages/cra-template-typescript/template.json
packages/cra-template/template.json
+1
-1
packages/cra-template/template.json
with
2 additions
and
2 deletions
+2
-2
packages/cra-template-typescript/template.json
+
1
-
1
View file @
c086f73e
...
...
@@ -3,7 +3,7 @@
"dependencies"
:
{
"@testing-library/jest-dom"
:
"^5.14.1"
,
"@testing-library/react"
:
"^13.0.0"
,
"@testing-library/user-event"
:
"^1
3
.2.
1
"
,
"@testing-library/user-event"
:
"^1
4
.2.
0
"
,
"@types/jest"
:
"^27.0.1"
,
"@types/node"
:
"^16.7.13"
,
"@types/react"
:
"^18.0.0"
,
...
...
This diff is collapsed.
Click to expand it.
packages/cra-template/template.json
+
1
-
1
View file @
c086f73e
...
...
@@ -3,7 +3,7 @@
"dependencies"
:
{
"@testing-library/jest-dom"
:
"^5.14.1"
,
"@testing-library/react"
:
"^13.0.0"
,
"@testing-library/user-event"
:
"^1
3
.2.
1
"
,
"@testing-library/user-event"
:
"^1
4
.2.
0
"
,
"web-vitals"
:
"^2.1.0"
},
"eslintConfig"
:
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets