Skip to content

Commit

Permalink
Upgrade to react-scripts 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ieugen committed Jan 4, 2023
1 parent aa4c456 commit b2cfa54
Show file tree
Hide file tree
Showing 8 changed files with 4,718 additions and 3,734 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ extends:
globals:
Atomics: readonly
SharedArrayBuffer: readonly
process: readonly
parser: babel-eslint
parserOptions:
ecmaFeatures:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"react-motion": "^0.5.2",
"react-redux": "^7.2.1",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.3",
"react-scripts": "4.0.3",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"redux-undo": "1.0.1",
Expand All @@ -56,7 +56,7 @@
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "12.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.6.0",
"eslint": "^7.32.0",
"eslint-nibble": "^6.1.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-react": "^7.23.2",
Expand Down
2 changes: 0 additions & 2 deletions src/components/SyncServiceSignIn/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* global process */

import React, { PureComponent, useState } from 'react';

import './stylesheet.css';
Expand Down
2 changes: 0 additions & 2 deletions src/reducers/org.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* global process */

import { Map, List, fromJS } from 'immutable';
import _ from 'lodash';

Expand Down
1 change: 0 additions & 1 deletion src/reducers/org.unit.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global process */
/* eslint jest/expect-expect: ["error", { "assertFunctionNames": ["expect", "check_is_undoable", "check_just_dirtying", "check_is_undoable_on_table"] }] */

import { Map, fromJS } from 'immutable';
Expand Down
2 changes: 0 additions & 2 deletions src/registerServiceWorker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* global process */

// In production, we register a service worker to serve assets from local cache.

// This lets the app load faster on subsequent visits in production, and gives
Expand Down
1 change: 0 additions & 1 deletion src/sync_backend_clients/gitlab_sync_backend_client.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global process */
import { OAuth2AuthCodePKCE } from '@bity/oauth2-auth-code-pkce';
import { orgFileExtensions } from '../lib/org_utils';
import { getPersistedField } from '../util/settings_persister';
Expand Down
8,439 changes: 4,715 additions & 3,724 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit b2cfa54

Please sign in to comment.