Skip to content

Commit 336a2c2

Browse files
author
Anton Mogdalov
committed
Updated package.json, yarn.lock
1 parent 837ae0f commit 336a2c2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "8.3.3",
44
"private": true,
55
"scripts": {
6-
"build": "cross-env REACT_APP_BACKEND=true cross-env PUBLIC_URL='/sing-app-react' node scripts/build.js",
7-
"start": "node scripts/start.js",
8-
"start:backend": "cross-env REACT_APP_BACKEND=true node scripts/start.js",
9-
"test": "node scripts/test.js"
6+
"build": "cross-env REACT_APP_BACKEND=true cross-env PUBLIC_URL='/sing-app-react' node --openssl-legacy-provider scripts/build.js",
7+
"start": "node --openssl-legacy-provider scripts/start.js",
8+
"start:backend": "cross-env REACT_APP_BACKEND=true node --openssl-legacy-provider scripts/start.js",
9+
"test": "node --openssl-legacy-provider scripts/test.js"
1010
},
1111
"browserslist": [
1212
">0.2%",
@@ -191,14 +191,14 @@
191191
"jest-resolve": "24.9.0",
192192
"lodash": "4.17.21",
193193
"mini-css-extract-plugin": "0.12.0",
194-
"sass": "^1.69.5",
195194
"optimize-css-assets-webpack-plugin": "5.0.8",
196195
"pnp-webpack-plugin": "1.7.0",
197196
"postcss-flexbugs-fixes": "4.2.1",
198197
"postcss-loader": "3.0.0",
199198
"postcss-preset-env": "6.7.1",
200199
"postcss-safe-parser": "4.0.2",
201200
"resolve": "1.22.8",
201+
"sass": "^1.69.5",
202202
"sass-loader": "10.0.0",
203203
"style-loader": "0.23.1",
204204
"terser-webpack-plugin": "1.4.5",
@@ -213,6 +213,6 @@
213213
"react-dom": "^18.0.0"
214214
},
215215
"engines": {
216-
"node": "^16.10"
216+
"node": "^20.15"
217217
}
218-
}
218+
}

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -3492,9 +3492,9 @@ caniuse-api@^3.0.0:
34923492
lodash.uniq "^4.5.0"
34933493

34943494
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000884, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001565:
3495-
version "1.0.30001570"
3496-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001570.tgz#b4e5c1fa786f733ab78fc70f592df6b3f23244ca"
3497-
integrity sha512-+3e0ASu4sw1SWaoCtvPeyXp+5PsjigkSt8OXZbF9StH5pQWbxEjLAZE3n8Aup5udop1uRiKA7a4utUk/uoSpUw==
3495+
version "1.0.30001651"
3496+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz"
3497+
integrity sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==
34983498

34993499
capture-exit@^2.0.0:
35003500
version "2.0.0"

0 commit comments

Comments
 (0)