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

feat: Update ESLint dependencies

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/MichaelDeBoey/update-eslint-dependencies into master 5 years ago
  • Overview 1
  • Commits 3
  • Pipelines 0
  • Changes 4

Created by: MichaelDeBoey

Compare
  • master (base)

and
  • latest version
    257eea0d
    3 commits, 2 years ago

4 files
+ 16
- 16

    Preferences

    File browser
    Compare changes
pack‎ages‎
eslint-conf‎ig-react-app‎
packag‎e.json‎ +5 -5
react-err‎or-overlay‎
packag‎e.json‎ +5 -5
react-‎scripts‎
packag‎e.json‎ +5 -5
packag‎e.json‎ +1 -1
packages/eslint-config-react-app/package.json
+ 5
- 5
  • View file @ 257eea0d

  • Edit in single-file editor

  • Open in Web IDE


@@ -19,11 +19,11 @@
"@typescript-eslint/parser": "^3.0.0",
"babel-eslint": "^10.0.0",
"eslint": "^7.0.0",
"eslint-plugin-flowtype": "^5.0.0",
"eslint-plugin-import": "^2.21.1",
"eslint-plugin-jsx-a11y": "^6.3.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.1"
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8"
},
"dependencies": {
"confusing-browser-globals": "^1.0.9"
packages/react-error-overlay/package.json
+ 5
- 5
  • View file @ 257eea0d

  • Edit in single-file editor

  • Open in Web IDE


@@ -44,13 +44,13 @@
"chalk": "2.4.2",
"chokidar": "^3.3.0",
"cross-env": "7.0.2",
"eslint": "^7.3.0",
"eslint": "^7.5.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^5.1.3",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"flow-bin": "^0.116.0",
"html-entities": "1.3.1",
"jest": "26.1.0",
packages/react-scripts/package.json
+ 5
- 5
  • View file @ 257eea0d

  • Edit in single-file editor

  • Open in Web IDE


@@ -44,14 +44,14 @@
"css-loader": "3.6.0",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "^7.3.0",
"eslint": "^7.5.0",
"eslint-config-react-app": "^5.2.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-flowtype": "^5.1.3",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"file-loader": "6.0.0",
"fs-extra": "^9.0.0",
"html-webpack-plugin": "4.3.0",
package.json
+ 1
- 1
  • View file @ 257eea0d

  • Edit in single-file editor

  • Open in Web IDE


@@ -24,7 +24,7 @@
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^12.0.2",
"alex": "^8.0.0",
"eslint": "^7.3.0",
"eslint": "^7.5.0",
"execa": "1.0.0",
"fs-extra": "^9.0.0",
"get-port": "^5.1.1",
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
0
0 participants
Reference:
Source branch: github/fork/MichaelDeBoey/update-eslint-dependencies

Menu

Explore Projects Groups Snippets