Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !9526

Update template dependencies to latest version

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/MichaelDeBoey/patch-2 into master 4 years ago
  • Overview 3
  • Commits 4
  • Pipelines 0
  • Changes 2

Created by: MichaelDeBoey

Compare
  • master (base)

and
  • latest version
    424196aa
    4 commits, 2 years ago

2 files
+ 12
- 12

    Preferences

    File browser
    Compare changes
pack‎ages‎
cra-te‎mplate‎
templa‎te.json‎ +4 -4
cra-templat‎e-typescript‎
templa‎te.json‎ +8 -8
packages/cra-template/template.json
+ 4
- 4
  • View file @ 424196aa

  • Edit in single-file editor

  • Open in Web IDE


{
"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"]
packages/cra-template-typescript/template.json
+ 8
- 8
  • View file @ 424196aa

  • Edit in single-file editor

  • Open in Web IDE


{
"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"]
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
2
CLA Signed tag: underlying tools
2
CLA Signed tag: underlying tools
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
1
1 participant
Administrator
Reference: facebook/create-react-app!9526
Source branch: github/fork/MichaelDeBoey/patch-2

Menu

Explore Projects Groups Snippets