Skip to content

Commit 8fa59f4

Browse files
author
Anton Mogdalov
committed
Updated changelogs, package version
1 parent ab43c69 commit 8fa59f4

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [8.3.0] - 05/09/2024
4+
5+
- Added react-scripts version 5 along with webpack version 5 support.
6+
- Added support for node.js version > 20
7+
- Removed old webpack configs.
8+
- Removed unnecessary dev dependencies.
9+
- Replaced deprecated glyphicons-halflings icon library with bootstrap-icons
10+
311
## [8.2.3] - 21.12.2023
412
- Update dependencies
513

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "light-blue-react",
3-
"version": "8.2.2",
3+
"version": "8.3.0",
44
"private": true,
55
"scripts": {
66
"build": "cross-env REACT_APP_BACKEND=true cross-env PUBLIC_URL='./' react-app-rewired --openssl-legacy-provider build",
@@ -36,6 +36,7 @@
3636
"buffer": "^6.0.3",
3737
"classnames": "^2.3.2",
3838
"connected-react-router": "6.9.3",
39+
"cross-env": "7.0.3",
3940
"crypto-browserify": "^3.12.0",
4041
"draft-js": "^0.11.7",
4142
"echarts": "^4.9.0",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4241,6 +4241,13 @@ create-react-context@^0.2.2:
42414241
fbjs "^0.8.0"
42424242
gud "^1.0.0"
42434243

4244+
cross-env@7.0.3:
4245+
version "7.0.3"
4246+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
4247+
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
4248+
dependencies:
4249+
cross-spawn "^7.0.1"
4250+
42444251
cross-fetch@^3.0.4:
42454252
version "3.1.8"
42464253
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.8.tgz#0327eba65fd68a7d119f8fb2bf9334a1a7956f82"
@@ -4259,7 +4266,7 @@ cross-spawn@6.0.5:
42594266
shebang-command "^1.2.0"
42604267
which "^1.2.9"
42614268

4262-
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
4269+
cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
42634270
version "7.0.3"
42644271
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
42654272
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==

0 commit comments

Comments
 (0)