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
  • !4362
An error occurred while fetching the assigned milestone of the selected merge_request.

Bumped jest version to 22.4.1

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/dkryptr/patch-1 into next 7 years ago
  • Overview 11
  • Commits 2
  • Pipelines 0
  • Changes 4

Created by: dkryptr

Bumped jest version. Is this all that needs to be done? I'm unfamiliar with the whole project structure so if there's more that needs to be done, please advise.

Compare
  • next (base)

and
  • latest version
    4500e1ec
    2 commits, 2 years ago

4 files
+ 6
- 6

    Preferences

    File browser
    Compare changes
pack‎ages‎
confusing-br‎owser-globals‎
packag‎e.json‎ +1 -1
react-d‎ev-utils‎
packag‎e.json‎ +1 -1
react-err‎or-overlay‎
packag‎e.json‎ +2 -2
react-‎scripts‎
packag‎e.json‎ +2 -2
packages/confusing-browser-globals/package.json
+ 1
- 1
  • View file @ 4500e1ec

  • Edit in single-file editor

  • Open in Web IDE


@@ -16,6 +16,6 @@
"index.js"
],
"devDependencies": {
"jest": "22.1.2"
"jest": "22.4.1"
}
}
packages/react-dev-utils/package.json
+ 1
- 1
  • View file @ 4500e1ec

  • Edit in single-file editor

  • Open in Web IDE


@@ -62,7 +62,7 @@
"text-table": "0.2.0"
},
"devDependencies": {
"jest": "22.1.2"
"jest": "22.4.1"
},
"scripts": {
"test": "jest"
packages/react-error-overlay/package.json
+ 2
- 2
  • View file @ 4500e1ec

  • Edit in single-file editor

  • Open in Web IDE


@@ -36,7 +36,7 @@
"anser": "1.4.6",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^8.2.2",
"babel-jest": "^22.1.0",
"babel-jest": "^22.4.1",
"babel-loader": "^8.0.0-beta.0",
"babel-preset-react-app": "^3.1.1",
"chalk": "^2.1.0",
@@ -50,7 +50,7 @@
"eslint-plugin-react": "7.7.0",
"flow-bin": "^0.63.1",
"html-entities": "1.2.1",
"jest": "22.1.2",
"jest": "22.4.1",
"jest-fetch-mock": "1.2.1",
"object-assign": "4.1.1",
"promise": "8.0.1",
packages/react-scripts/package.json
+ 2
- 2
  • View file @ 4500e1ec

  • Edit in single-file editor

  • Open in Web IDE


@@ -26,7 +26,7 @@
"autoprefixer": "7.2.5",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "8.2.2",
"babel-jest": "22.1.0",
"babel-jest": "22.4.1",
"babel-loader": "8.0.0-beta.0",
"babel-plugin-named-asset-import": "^0.1.0",
"babel-preset-react-app": "^3.1.1",
@@ -49,7 +49,7 @@
"graphql-tag": "2.6.1",
"html-webpack-plugin": "2.30.1",
"identity-obj-proxy": "3.0.0",
"jest": "22.1.2",
"jest": "22.4.1",
"loader-utils": "^1.1.0",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.2.0",
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    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:
Source branch: github/fork/dkryptr/patch-1

Menu

Explore Projects Groups Snippets