upgrade react-scripts

reverts 2b71b22
This commit is contained in:
David Lechner
2021-01-08 13:31:33 -06:00
parent 182033100a
commit 0d58a88c5b
4 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build - name: Build
if: ${{ success() }} if: ${{ success() }}
run: CI= yarn build run: yarn build
- name: Install lftp - name: Install lftp
if: ${{ success() }} if: ${{ success() }}
run: sudo apt-get update && sudo apt-get install --yes lftp run: sudo apt-get update && sudo apt-get install --yes lftp
+1 -1
View File
@@ -30,4 +30,4 @@ jobs:
uses: coverallsapp/github-action@master uses: coverallsapp/github-action@master
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
- run: CI= yarn build - run: yarn build
+1 -1
View File
@@ -28,7 +28,7 @@
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
"react-dropzone": "^11.2.4", "react-dropzone": "^11.2.4",
"react-redux": "^7.2.2", "react-redux": "^7.2.2",
"react-scripts": "4.0.0", "react-scripts": "^4.0.1",
"react-splitter-layout": "^4.0.0", "react-splitter-layout": "^4.0.0",
"redux": "^4.0.5", "redux": "^4.0.5",
"redux-logger": "^3.0.6", "redux-logger": "^3.0.6",
+7 -6
View File
@@ -10028,7 +10028,7 @@ react-app-polyfill@^2.0.0:
regenerator-runtime "^0.13.7" regenerator-runtime "^0.13.7"
whatwg-fetch "^3.4.1" whatwg-fetch "^3.4.1"
react-dev-utils@^11.0.0: react-dev-utils@^11.0.1:
version "11.0.1" version "11.0.1"
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-11.0.1.tgz#30106c2055acfd6b047d2dc478a85c356e66fe45" resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-11.0.1.tgz#30106c2055acfd6b047d2dc478a85c356e66fe45"
integrity sha512-rlgpCupaW6qQqvu0hvv2FDv40QG427fjghV56XyPcP5aKtOAPzNAhQ7bHqk1YdS2vpW1W7aSV3JobedxuPlBAA== integrity sha512-rlgpCupaW6qQqvu0hvv2FDv40QG427fjghV56XyPcP5aKtOAPzNAhQ7bHqk1YdS2vpW1W7aSV3JobedxuPlBAA==
@@ -10126,10 +10126,10 @@ react-refresh@^0.8.3:
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f" resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f"
integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg== integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==
react-scripts@4.0.0: react-scripts@^4.0.1:
version "4.0.0" version "4.0.1"
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-4.0.0.tgz#36f3d84ffff708ac0618fd61e71eaaea11c26417" resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-4.0.1.tgz#34974c0f4cfdf1655906c95df6a04d80db8b88f0"
integrity sha512-icJ/ctwV5XwITUOupBP9TUVGdWOqqZ0H08tbJ1kVC5VpNWYzEZ3e/x8axhV15ZXRsixLo27snwQE7B6Zd9J2Tg== integrity sha512-NnniMSC/wjwhcJAyPJCWtxx6CWONqgvGgV9+QXj1bwoW/JI++YF1eEf3Upf/mQ9KmP57IBdjzWs1XvnPq7qMTQ==
dependencies: dependencies:
"@babel/core" "7.12.3" "@babel/core" "7.12.3"
"@pmmmwh/react-refresh-webpack-plugin" "0.4.2" "@pmmmwh/react-refresh-webpack-plugin" "0.4.2"
@@ -10173,8 +10173,9 @@ react-scripts@4.0.0:
postcss-normalize "8.0.1" postcss-normalize "8.0.1"
postcss-preset-env "6.7.0" postcss-preset-env "6.7.0"
postcss-safe-parser "5.0.2" postcss-safe-parser "5.0.2"
prompts "2.4.0"
react-app-polyfill "^2.0.0" react-app-polyfill "^2.0.0"
react-dev-utils "^11.0.0" react-dev-utils "^11.0.1"
react-refresh "^0.8.3" react-refresh "^0.8.3"
resolve "1.18.1" resolve "1.18.1"
resolve-url-loader "^3.1.2" resolve-url-loader "^3.1.2"