mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
end2end: upgrade create-react-app to 4.0.3
This commit is contained in:
parent
d1289d6b9a
commit
0760be8cc4
5 changed files with 16650 additions and 8502 deletions
|
|
@ -1 +1,2 @@
|
|||
SKIP_PREFLIGHT_CHECK=true
|
||||
DISABLE_ESLINT_PLUGIN=true
|
||||
|
|
|
|||
25139
test/endtoend/create-react-app/package-lock.json
generated
25139
test/endtoend/create-react-app/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -4,10 +4,9 @@
|
|||
"private": true,
|
||||
"homepage": "/create-react-app/",
|
||||
"dependencies": {
|
||||
"es6-shim": "^0.35.3",
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6",
|
||||
"react-scripts": "3.1.0"
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-scripts": "4.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import React, { Component } from 'react'
|
||||
// @uppy/* are available higher up in the dependency tree, but eslint
|
||||
// does not know about that.
|
||||
// These are resolved from the root instead of from the local package.json in
|
||||
// the create-react-app e2e test code.
|
||||
/* eslint-disable import/no-extraneous-dependencies */
|
||||
import Uppy from '@uppy/core'
|
||||
import Tus from '@uppy/tus'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
import 'es6-shim' // Polyfill Map and Set for React
|
||||
import React from 'react'
|
||||
import ReactDOM from 'react-dom'
|
||||
import App from './App'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue