mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-04 02:01:58 -05:00
🏗 Bumped major versions for React and CRA
no refs - bumps React version to 17 - https://github.com/facebook/react/blob/master/CHANGELOG.md#1700-october-20-2020 - bumps CRA to v4 - https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md#403-2021-02-22
This commit is contained in:
parent
9061d40c6e
commit
90c076fc39
3 changed files with 4452 additions and 4152 deletions
1
ghost/portal/.eslintignore
Normal file
1
ghost/portal/.eslintignore
Normal file
|
@ -0,0 +1 @@
|
|||
node_modules
|
|
@ -22,9 +22,9 @@
|
|||
"@testing-library/react": "11.2.7",
|
||||
"@testing-library/user-event": "12.8.3",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
"react-scripts": "3.4.4"
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"react-scripts": "4.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue