Skip to content

Commit f37838c

Browse files
authored
Merge pull request #20 from flatlogic/update-deps
feat: update deps
2 parents f288630 + 921c723 commit f37838c

File tree

3 files changed

+1472
-1389
lines changed

3 files changed

+1472
-1389
lines changed

changelog.md

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

3+
## [8.3.1] - 26.11.2024
4+
- Update dependencies
5+
36
## [8.3.0] - 05/09/2024
47

58
- Added react-scripts version 5 along with webpack version 5 support.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "light-blue-react",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"private": true,
55
"scripts": {
66
"build": "cross-env REACT_APP_BACKEND=true cross-env PUBLIC_URL='./' react-app-rewired --openssl-legacy-provider build",
@@ -62,7 +62,7 @@
6262
"rc-color-picker": "^1.2.6",
6363
"rc-hammerjs": "0.6.10",
6464
"rc-slider": "^9.7.5",
65-
"react": "^18.2.0",
65+
"react": "^18.3.1",
6666
"react-animate-height": "^2.1.2",
6767
"react-animated-number": "^0.4.4",
6868
"react-apexcharts": "^1.4.0",
@@ -76,7 +76,7 @@
7676
"react-bootstrap-table2-toolkit": "^1.4.2",
7777
"react-datetime": "^3.2.0",
7878
"react-dev-utils": "^6.1.1",
79-
"react-dom": "^18.2.0",
79+
"react-dom": "^18.3.1",
8080
"react-draft-wysiwyg": "1.15.0",
8181
"react-dropzone": "^11.7.1",
8282
"react-google-maps": "^9.4.5",
@@ -91,7 +91,7 @@
9191
"react-scrollspy": "^3.4.3",
9292
"react-select": "^3.2.0",
9393
"react-shuffle": "2.1.0",
94-
"react-slick": "^0.29.0",
94+
"react-slick": "^0.30.2",
9595
"react-sortable-hoc": "^1.11.0",
9696
"react-sortable-tree": "^2.8.0",
9797
"react-sortablejs": "1.5.1",
@@ -110,7 +110,7 @@
110110
"sass-loader": "^10",
111111
"showdown": "^1.9.1",
112112
"skycons": "^1.0.0",
113-
"sortablejs": "1.15.1",
113+
"sortablejs": "~1.15.4",
114114
"stream-browserify": "^3.0.0",
115115
"stream-http": "^3.2.0",
116116
"styled-components": "^5.3.10",

0 commit comments

Comments
 (0)