Skip to content

Commit 12e556d

Browse files
committed
Update react-scripts to latest version
1 parent e470372 commit 12e556d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react-helmet": "^6.1.0",
1111
"react-relay": "^13.0.0",
1212
"react-router-dom": "^6.3.0",
13-
"react-scripts": "5.0.0",
13+
"react-scripts": "5.0.1",
1414
"relay-runtime": "^13.0.0"
1515
},
1616
"scripts": {

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -3745,7 +3745,7 @@ escodegen@^2.0.0:
37453745
optionalDependencies:
37463746
source-map "~0.6.1"
37473747

3748-
eslint-config-react-app@^7.0.0:
3748+
eslint-config-react-app@^7.0.1:
37493749
version "7.0.1"
37503750
resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz#73ba3929978001c5c86274c017ea57eb5fa644b4"
37513751
integrity sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==
@@ -7046,7 +7046,7 @@ react-bootstrap@^1.3.0:
70467046
uncontrollable "^7.2.1"
70477047
warning "^4.0.3"
70487048

7049-
react-dev-utils@^12.0.0:
7049+
react-dev-utils@^12.0.1:
70507050
version "12.0.1"
70517051
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-12.0.1.tgz#ba92edb4a1f379bd46ccd6bcd4e7bc398df33e73"
70527052
integrity sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==
@@ -7164,10 +7164,10 @@ react-router@6.3.0:
71647164
dependencies:
71657165
history "^5.2.0"
71667166

7167-
react-scripts@5.0.0:
7168-
version "5.0.0"
7169-
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-5.0.0.tgz#6547a6d7f8b64364ef95273767466cc577cb4b60"
7170-
integrity sha512-3i0L2CyIlROz7mxETEdfif6Sfhh9Lfpzi10CtcGs1emDQStmZfWjJbAIMtRD0opVUjQuFWqHZyRZ9PPzKCFxWg==
7167+
react-scripts@5.0.1:
7168+
version "5.0.1"
7169+
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-5.0.1.tgz#6285dbd65a8ba6e49ca8d651ce30645a6d980003"
7170+
integrity sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==
71717171
dependencies:
71727172
"@babel/core" "^7.16.0"
71737173
"@pmmmwh/react-refresh-webpack-plugin" "^0.5.3"
@@ -7185,7 +7185,7 @@ react-scripts@5.0.0:
71857185
dotenv "^10.0.0"
71867186
dotenv-expand "^5.1.0"
71877187
eslint "^8.3.0"
7188-
eslint-config-react-app "^7.0.0"
7188+
eslint-config-react-app "^7.0.1"
71897189
eslint-webpack-plugin "^3.1.1"
71907190
file-loader "^6.2.0"
71917191
fs-extra "^10.0.0"
@@ -7202,7 +7202,7 @@ react-scripts@5.0.0:
72027202
postcss-preset-env "^7.0.1"
72037203
prompts "^2.4.2"
72047204
react-app-polyfill "^3.0.0"
7205-
react-dev-utils "^12.0.0"
7205+
react-dev-utils "^12.0.1"
72067206
react-refresh "^0.11.0"
72077207
resolve "^1.20.0"
72087208
resolve-url-loader "^4.0.0"

0 commit comments

Comments
 (0)